This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
Releases: comp500/Jumploader
Releases · comp500/Jumploader
Release 2.1.3
Release 2.1.2
- Fixed splash logo rendering
- Optimised images to reduce jar size
Release 2.1.1
Fixed non-userdev server side inference (issue #14)
Release 2.1.0
- Added Fabric loader version pinning: just edit pinFabricLoaderVersion in jumploader.json
- Fixed macOS crash issues again
- Cleaned up a useless log message
- Improved server-side support (although nobody ever uses it)
Release 2.0.1
Fixes a bug causing a crash on macOS (fixes #6)
Release 2.0.0
Significantly rewritten, with the following improvements:
- Fixed the tree leaf decay bug, along with probably a few others waiting to be found
- Simplified configuration system - only change 1 line to load a different Minecraft version!
Do note that this will overwrite your existing configuration file. - Clearer error messages
- Changed client version name when using Twitch from forge to Jumploader to stop confusion
Release 1.0.12
Rewrite jimfs compat to work on OpenJ9, and in a cleaner way
Release 1.0.11
Report OpenJ9 as unsupported
Release 1.0.10
Fix ByteBuffer crash on Java 8 and older by casting to Buffer
Release 1.0.9
Fix support for newer Java by using VarHandle to bypass the reflection blacklist