You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.