Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Releases: comp500/Jumploader

Release 2.1.3

05 Mar 12:10
Compare
Choose a tag to compare

Fixed support for Microsoft accounts (#16)

Release 2.1.2

22 Dec 20:05
Compare
Choose a tag to compare
  • Fixed splash logo rendering
  • Optimised images to reduce jar size

Release 2.1.1

21 Dec 19:46
Compare
Choose a tag to compare

Fixed non-userdev server side inference (issue #14)

Release 2.1.0

06 Nov 01:50
Compare
Choose a tag to compare
  • 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

05 Aug 02:14
Compare
Choose a tag to compare

Fixes a bug causing a crash on macOS (fixes #6)

Release 2.0.0

22 Jul 01:31
Compare
Choose a tag to compare

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

02 Jul 20:56
Compare
Choose a tag to compare

Rewrite jimfs compat to work on OpenJ9, and in a cleaner way

Release 1.0.11

02 Jul 04:35
Compare
Choose a tag to compare

Report OpenJ9 as unsupported

Release 1.0.10

27 Jun 19:35
Compare
Choose a tag to compare

Fix ByteBuffer crash on Java 8 and older by casting to Buffer

Release 1.0.9

26 Jun 21:14
Compare
Choose a tag to compare

Fix support for newer Java by using VarHandle to bypass the reflection blacklist