|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 |
| - |
5 | 4 | ### Added
|
6 | 5 |
|
7 |
| -- Update all button. Update all your mods in one go! [#100](https://github.com/DeathsGun/ModManager/issues/100) |
8 |
| -- Support for 1.16 |
| 6 | +### Changed |
| 7 | + |
| 8 | +### Deprecated |
| 9 | + |
| 10 | +### Removed |
9 | 11 |
|
10 | 12 | ### Fixed
|
11 | 13 |
|
12 |
| -- Race condition when showing the update notification [#108](https://github.com/DeathsGun/ModManager/issues/108) |
13 |
| -- Mods showing up that are actually up-to-date [#101](https://github.com/DeathsGun/ModManager/issues/101) |
| 14 | +### Security |
14 | 15 |
|
15 |
| -### Changed |
| 16 | +## [1.2.1+1.17] |
| 17 | +### Added |
| 18 | +- Update all button. Update all your mods in one go! [#100](https://github.com/DeathsGun/ModManager/issues/100) |
| 19 | +- Support for 1.16 |
| 20 | + |
| 21 | +### Fixed |
| 22 | +- Race condition when showing the update notification [#108](https://github.com/DeathsGun/ModManager/issues/108) |
| 23 | +- Mods showing up that are actually up-to-date [#101](https://github.com/DeathsGun/ModManager/issues/101) |
16 | 24 |
|
17 |
| -- Updated to 1.18.1 |
| 25 | +### Changed |
| 26 | +- Updated to 1.18.1 |
18 | 27 | - Updated Russian translation (thanks to Felix14-v2) [#97](https://github.com/DeathsGun/ModManager/pull/97)
|
19 | 28 |
|
20 | 29 | ## [1.2.0+1.18-pre] - 22.11.2021
|
21 |
| - |
22 | 30 | ### Added
|
23 |
| - |
24 | 31 | - Compatibility with 1.18-pre releases
|
25 | 32 |
|
26 | 33 | ### Fixed
|
27 |
| - |
28 | 34 | - Essentials compatibility [#84](https://github.com/DeathsGun/ModManager/issues/84)
|
29 | 35 | - preLaunch errors [#95](https://github.com/DeathsGun/ModManager/issues/95)
|
30 | 36 |
|
31 | 37 | ## [1.2.0-alpha] - 05.11.2021
|
32 |
| - |
33 | 38 | ### Added
|
34 |
| - |
35 | 39 | - A back button [#87](https://github.com/DeathsGun/ModManager/issues/87)
|
36 | 40 | - New browsing experience by allowing more detailed filters [#79](https://github.com/DeathsGun/ModManager/issues/79)
|
37 | 41 | - Hide mods being shown in the updatable mods section [#77](https://github.com/DeathsGun/ModManager/issues/77)
|
38 | 42 |
|
39 | 43 | ### Fixed
|
40 |
| - |
41 | 44 | - Delete mods on preLaunch which should avoid the update
|
42 | 45 | problem [#91](https://github.com/DeathsGun/ModManager/issues/91)
|
43 | 46 |
|
44 | 47 | ### Changed
|
45 |
| - |
46 | 48 | - Minimum ```fabric-loader``` version is now 0.12
|
47 | 49 |
|
48 | 50 | ## [1.1.1-alpha] - 06.10.2021
|
49 |
| - |
50 | 51 | ### Fixed
|
51 |
| - |
52 | 52 | - Old versions not being deleted (Now really) [#51](https://github.com/DeathsGun/ModManager/issues/51)
|
53 | 53 | - Whitespaces producing errors [#70](https://github.com/DeathsGun/ModManager/issues/70)
|
54 | 54 | - Tabs producing errors [#67](https://github.com/DeathsGun/ModManager/issues/67)
|
55 | 55 |
|
56 | 56 | ### Changed
|
57 |
| - |
58 | 57 | - Updated turkish translation (thanks to kuzeeeyk) [#75](https://github.com/DeathsGun/ModManager/pull/75)
|
59 | 58 |
|
60 | 59 | ## [1.1.0-alpha] - 01.10.2021
|
61 |
| - |
62 | 60 | ### Added
|
63 |
| - |
64 | 61 | - Allows mods to specify their Modrinth project id [#8](https://github.com/DeathsGun/ModManager/issues/8)
|
65 | 62 | - Icons are now cached through restarts (Max: 10 MB) [#24](https://github.com/DeathsGun/ModManager/issues/24)
|
66 | 63 | - Restart notification when mods get updated, removed or
|
|
72 | 69 | - Allows mods to disable update checking for their mod [#62](https://github.com/DeathsGun/ModManager/issues/62)
|
73 | 70 |
|
74 | 71 | ### Fixed
|
75 |
| - |
76 | 72 | - NullPointerException when updating mods [#42](https://github.com/DeathsGun/ModManager/issues/42)
|
77 | 73 | - NullPointerException when mods not follow SemVer [#61](https://github.com/DeathsGun/ModManager/issues/64)
|
78 | 74 | - Forge versions shown as update [#56](https://github.com/DeathsGun/ModManager/issues/56)
|
79 | 75 | - Old versions not being deleted [#51](https://github.com/DeathsGun/ModManager/issues/51)
|
80 | 76 | - Mods shown outdated but there actually up to date [#52](https://github.com/DeathsGun/ModManager/issues/52)
|
81 | 77 |
|
82 | 78 | ### Changed
|
83 |
| - |
84 | 79 | - Rewrite in Kotlin [#44](https://github.com/DeathsGun/ModManager/pull/44)
|
85 | 80 |
|
86 | 81 | ## [1.0.2-alpha] - 03.09.2021
|
87 |
| - |
88 | 82 | ### Added
|
89 |
| - |
90 | 83 | - New loading icon [#40](https://github.com/DeathsGun/ModManager/pull/40)
|
91 | 84 | - Chinese translation (Special thanks to MineCommanderCN) [#36](https://github.com/DeathsGun/ModManager/pull/36)
|
92 | 85 | - Korean translation (Special thanks to arlytical#1) [#32](https://github.com/DeathsGun/ModManager/pull/32)
|
93 | 86 | - Russian translation (Special thanks to Felix14-v2) [#31](https://github.com/DeathsGun/ModManager/pull/31)
|
94 | 87 |
|
95 | 88 | ### Fixed
|
96 |
| - |
97 | 89 | - CPU overload when using ModManager [#48](https://github.com/DeathsGun/ModManager/issues/48)
|
98 | 90 | - Forge artifacts being downloaded [#37](https://github.com/DeathsGun/ModManager/pull/37)
|
99 | 91 | - NullPointerException's while updating a mod [#34](https://github.com/DeathsGun/ModManager/issues/34)
|
100 | 92 |
|
101 | 93 | ### Changed
|
102 |
| - |
103 | 94 | - Improved Turkish translation (Special thanks to kuzeeeyk) [#39](https://github.com/DeathsGun/ModManager/pull/39)
|
104 | 95 |
|
105 | 96 | ## [1.0.1-alpha] - 24.08.2021
|
106 |
| - |
107 | 97 | ### Added
|
108 |
| - |
109 | 98 | - Turkish translation (Special thanks to kuzeeeyk) [#21](https://github.com/DeathsGun/ModManager/pull/21)
|
110 | 99 | - Only show "Updatable mods" category when there are updatable
|
111 | 100 | mods [#10](https://github.com/DeathsGun/ModManager/issues/10)
|
112 | 101 |
|
113 | 102 | ### Fixed
|
114 |
| - |
115 | 103 | - Crashes when opening ModMenu [#13](https://github.com/DeathsGun/ModManager/issues/13)
|
116 | 104 | - Update error on Windows because of file locks [#17](https://github.com/DeathsGun/ModManager/issues/13)
|
117 | 105 | - Search only when enter key was hit for improved performance [#7](https://github.com/DeathsGun/ModManager/issues/7)
|
|
121 | 109 | - Unknown mods showing up [#18](https://github.com/DeathsGun/ModManager/issues/18)
|
122 | 110 |
|
123 | 111 | ## [1.0.0-alpha] - 23.08.2021
|
124 |
| - |
125 | 112 | ### Added
|
126 |
| - |
127 | 113 | - Browsing through Modrinth
|
128 | 114 | - Install, remove and update mods
|
129 | 115 | - Notification about updates
|
|
0 commit comments