Geode v3.1.0
This version mostly fixes windows bugs, with hooking and the installer.
Also adds some functions to web::WebRequest
Changelog
- Implement LoaderImpl::getGameVersion on android, requires 1.4.0 launcher (00799b6)
- Better compression for windows installer, saves 6mb (54da3b0)
- Fix mod install confirmation popup not properly showing mods (5886324)
- Fix missing version check for incompatibilities (83bb3c2)
- Update TulipHook (f6260a5)
- This fixes a crash with CustomKeybinds
- Add more options to
web::WebRequest
(83f8a32) (#943) - Prioritize mod updates over failed mods on the main menu icon (89ed81a)
- Windows installer improvements:
- Improve CI by cross compiling from linux (#935, #939)
- Alternate way of getting main function address on Windows (1384604)
- Previously this would affect about 2 people on earth
- Show special error on proxy loader if bad dlls are in gd folder (fd476fe)