Skip to content
yushijinhun edited this page Jun 28, 2016 · 8 revisions

This page is not up to date. The author is too lazy to update change logs.

2.3.5
  • Fix StreamPump does not work (zhoulifu)
  • Fix unable to launch some forge versions
2.3.4
  • Fix '--port' argument wasn't added
2.3.3
  • Fix asset problems with liteloader
2.3.2
  • Add asset index resolving
  • Support changing game directory
  • Remove UncompressException
  • Fix #8, #9
2.3.1
  • Remove report encrypt certificate
2.3
  • Code refactor
  • Remove reporter
  • Fix unable to launch an already running minecraft version
    • Unpack natives only when the files are not the same
  • Fix getVersions() throws NullPointerException if versions dir not exists
  • Fix still add width and height args when fullscreen is on
2.2
  • Fix console encoding bug on windows
  • Encrypt report
  • Turn off CGC by default
  • Implements Serializable
2.1.3
  • Fix line splitting on windows
2.1.2
  • Fix problems with osx
2.1.1
  • Add toString(), hashCode(), equals() overrides
  • Add null checks
  • Fix using relative path in the constructor of MinecraftDirectory causes classpath error
  • Fix compatible problems with java 7
2.1
  • Split Yggdrasil auth into repo jyal and jmccc-jyal-authenticator
  • Use org.json
  • Code refactor
  • Bugs fix
2.0
  • Code refactor
1.4
  • Readd IGameListener
  • Complete Linux/Osx Support
  • Bugs fixing.
1.3
  • Bugs fixing.
  • Jmccc.VERSION -> Reporter.version
1.2
  • Bugs fixing.
1.1
  • Bugs fixing.
  • Added method VersionsHandler.getVersionById(String id).
1.0.6
  • Removed Lombok dependency.
  • Bugs fixing.
  • IGameListener is still WIP.