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
clampforSwelvyBGinstead ofrepeat(0a6a5e6) - Add support for
one-ofsettings for mods (3f674e5, 7d79ddd) - Remove
RT_ADDandRT_REMOVE(7bd8a1a) - Add
CCDirector::m_bFastMenuback (c3058ff) - Fix UI visual bugs in
ModsLayer(e273ef2, b3925f1, 255a42c) - Fix race conditions for event pools (636be07, 4c15bdb, abc34f9)
- Add a
static_assertto prevent old field syntax (5f37d30) - Fix dangling
string_viewforTasknames (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)