Skip to content

Release 1.10.3

Choose a tag to compare

@Dimserene Dimserene released this 04 Feb 04:47
· 54 commits to main since this release
c8cf023

Fixed

  • Ensured missing settings keys are saved on startup: The program now automatically adds missing keys in user_settings.json to prevent crashes.
  • Prevented NoneType errors in settings: Ensured game_directory and mods_directory always have valid values.
  • Fixed Git download failures (RPC failed; curl 92 HTTP/2 stream was not closed cleanly): Allowed switching between HTTP/1.1 and HTTP/2 for improved network stability.
  • Fixed hover effects disappearing after blinking animation: Blinking buttons now properly restore their hover styles after stopping.
  • Fixed modpack integrity check scanning all folders: Now only checks top-level folders inside Mods instead of scanning subdirectories.

Added

  • Git HTTP version toggle in settings: New dropdown in the Advanced tab lets users switch between HTTP/1.1 and HTTP/2.
  • "Advanced" tab in settings: Now visible in the settings window for Git and other advanced configurations.