Releases: meza/minecraft-mod-manager
Releases · meza/minecraft-mod-manager
v1.2.1-next.1
1.2.1-next.1 (2023-02-03)
Bug Fixes
- #82: properly handling the case when the latest minecraft version cannot be fetched. Closes #82 (b89a1b3)
- #82: the minecraft game version verification will be positive when the list of versions cannot be fetched (2eeb5b9), closes #82
- fixed a potential race condition in the remove logic (b19bd77)
- handling a failed file download with a more user friendly message #79 (943f481)
- handling the install errors with a better user flow #80 (831fe45)
- properly showing hash edge case #81 (7b86a9c)
- the mmm version check is now also going through the rate limiter (744469d)
- unresponsive github for version checks no longer disrupts the operations #82 (173ca89)
v1.2.0
1.2.0 (2023-01-30)
Bug Fixes
- deps: removed unused dependencies (76cf397)
- deps: update dependency commander to v10 (8b291b3)
- fixed the native addon builds and types (bb17d79)
Features
- added rate limiting to the transport layer to play nice with the APIs (7c239bd)
- added the abilitiy to scan existing mod files (e4fc4ce) - Scan readme
- added the ignore feature (766d410) - Ignore readme
- added the prune functionality (da23c65) - Prune readme
- it is now possible to remove mods from the command line (a6db6dd) - Remove readme
v1.2.0-next.1
1.2.0-next.1 (2023-01-30)
Bug Fixes
- deps: removed unused dependencies (76cf397)
- deps: update dependency commander to v10 (8b291b3)
- fixed the native addon builds and types (bb17d79)
Features
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2022-10-25)
Bug Fixes
- attempting to fix the lookup issues (a645bd1)
- fixed build targets (2f0cdf5)
- fixed release asset naming (5dddab4)
- fixed the experimental warnings showing up (4a5d1d4)
- fixed the release of binaries (bd15365)
- fixed the sed issue (4c0a234)
- fixed the windows release artifact not being shown (45ccf2d)
- fixing curseforges silly file structure (f061a63)
- fixing the build (ec1c718)
- hopefully fixed the artifact publishing (e33776b)
Features
- added a link to the version-accurate help page (d68dcc2)
- added mmm version check (afaccc0)
- added new initialize function for both the cli and the add command (f62039b)
- added override capability for the release types for an individual mod (c412a63)
- added verification of the Game Version (8db21c4)
- added version check for mmm (53bf96f)
- initial release with most functionality (0acff3b)