This release redoes some things related to keybinds, adding categories and better integration for them in Geode itself.
If your mod used keybinds in beta.2 then this will be an abi break sorry
v5.0.0-beta.3
- Add keybind categories, and a global list of keybinds (134878e, b16c2b9, d4eb55a, 3bfe471, 9de1bf1, db160d8)
- Keybind listener improvements (#1782)
- Adds priority, and stopping the keybind event will stop the input event
- Add timestamp to keybind event (ff13011)
- Add modifiers to mouse events (#1783)
- Add the update time when sorting installed mods via Recently Installed (470ca41)
- Add mod list pinning (#1775)
- Migrate old Custom Keybinds keybinds by adding
migrate-from(601e3c5) - Move some buttons to geode settings (403b546)
- Make
LogEventthread-safe (bd5d968) - Fix
file::pickManyon android (fc7e3bc) - Fix
IconButtonSpritepositioning code (517cf41) - Fix server time parsing (#1768)
- Fix inputs leaking when GD window isn't on foreground (d1e9ff4)
- Fix controller support on Windows (0f93c33)
- Fix
CCArrayExt::toVector(63589c5)