Skip to content

New Features + Stability

Choose a tag to compare

@agmonetti agmonetti released this 13 Jun 19:19
· 14 commits to main since this release

v1.1 — Java Detection & Stability

Added

  • Automatic Java version detection: mcTUI now checks the Java version
    required by each Minecraft version against your system's default,
    and automatically locates a compatible JRE (checks PATH, Mojang's
    bundled runtimes, and common system install locations) if needed.
  • "Active Session" panel now shows your default Java version and
    whether it meets the selected version's requirement.
  • Confirmation prompt before downloading missing files now also covers
    Fabric libraries, not just the base client.
  • "Future Changes" panel now updates remotely without requiring a
    reinstall.

Fixed

  • Fixed a crash (nil pointer panic) when launching offline with no
    internet connection, even if the version was already installed.
  • Fixed download concurrency to avoid overwhelming connections with
    hundreds of simultaneous requests.
  • Switching to Fabric for an already-installed Vanilla version no
    longer silently starts downloading without confirmation.

Changed

  • Entire codebase translated to English for consistency.