Geode v3.0.0-beta.3
Pre-release
Pre-release
github-actions
released this
20 Jun 19:17
·
577 commits
to main
since this release
Consider this the first release candidate for 3.0.0. The bugs that we were aware of have been fixed, let's just hope no new ones show up!
Changelog
- Fix a crash that might happen when entering the Geode mods page (79689cd)
- Fix a locale related crash (fdb473a)
- Cleanup old field syntax remnants (34e51ff)
- Use
clamp
forSwelvyBG
instead ofrepeat
(0a6a5e6) - Add support for
one-of
settings for mods (3f674e5, 7d79ddd) - Remove
RT_ADD
andRT_REMOVE
(7bd8a1a) - Add
CCDirector::m_bFastMenu
back (c3058ff) - Fix UI visual bugs in
ModsLayer
(e273ef2, b3925f1, 255a42c) - Fix race conditions for event pools (636be07, 4c15bdb, abc34f9)
- Add a
static_assert
to prevent old field syntax (5f37d30) - Fix dangling
string_view
forTask
names (92704b9) - Download the exact update suggested by Index instead of latest version (115f0e7)
- Small cleanup and improvements for Windows stacktraces (2824c17)
- Fix bugs related to
delayload
(ec1d846)