- Modularization: We now ship a core module and a Minecraft version specific one
- Groundwork for future GUI support (thanks to @pozitp)
Update to Modget Manifest API 0.2.0
- Add
/modget repos add <repo url>
and/modget repos remove <repo id>
commands, although not yet persistent - Fix some issues with commands
- Only require the actually needed fabric api modules (and bundle them)
- Recommend Server Translations API instead of requiring it
- Show message when no updates are found
- Output "Searching for mod updates..." after starting the upgrade command
Now with 1.17 support! Requires Server Translations.
This version contains no new features, but it has been completely rebased on top of our new APIs. Also, going offline should be handled much better now!
Don't fail when parsing manifests with unrecognized fields
Add the /modget search
command
Our first beta release! The overall stability has been improved greatly, and modget finally works server-side and client-side only.
Rebase on top of modget-lib. Nothing new functionality-wise.
The second alpha release of Modget! Still not production ready, but should have most severe bugs ironed out. It includes a huge refactor with much groundwork being done for faster development in the future.
Initial release