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