Changes:
- Adds support for 1.20.x
Notes:
- For Quilt to behave properly with 1.20 at the moment, you need to use the Quilted Fabric API instead of the regular Fabric API. This is because the regular Fabric API requires a newer version of the Fabric loader than what Quilt is currently using. To make things more convenient, I've added the Quilted Fabric API as an optional dependency.
- Fixes support for 1.16.1 - 1.16.4 not working
- Makes Cotton Client Commands completely optional
- The mod now detects load and save failures and shows a notification accordingly
- Fixes bugs related to the notification manager and the code that was supposed to keep track of the current page
- Fixes bug that caused
/hotbars+ cache clear
to not register in some versions
- Adds support for the very latest snapshot (currently 1.19.4-pre3)
- Adds a new feature where the mod will keep track of the last page you were on and will automatically navigate to it on boot-up
- Removes deprecated code regarding tray notifications which were already removed in v2.0-pre7
- Improves the mod's internal documentation
- Removes system tray integration
- Fixes crash caused by tray integration not initializing properly (#23)
- Fixes oversight where error stacktraces would not show up in the logs (#24)