Geode v2.0.0-beta.8
github-actions
released this
24 Jan 18:06
·
1654 commits
to main
since this release
This update fixes arm32 hooking for 20th time, and does some other minor bugfixes. Important parts are that try-catch blocks are removed, meaning Android will not crash that easily anymore, and touch priority hook is removed, which will affect older mods.
Changelog
- Fix TulipHook arm32 relocation of conditional branch - blame Dobby (69b9b2d)
- Remove try-catch blocks, replacing them with other means of handling (065d0c4)
- Revert touch priority hook, instead make it an opt-in behavior for nodes (7370761)
- This should fix every touch priority issue that happened before
- Implement conditional requests to GitHub API (df07409)
- Add response headers to
SentAsyncWebRequest
(df07409) - Move deletion of old index folder into separate thread (6835f57)
- Fix MacOS installer erroring after installing anyway (09ebcf9)
- Fix Windows
openFolder
opening parent folder (9e973a9) - Reenable last crashed popup and index update on MenuLayer (16b9689)