v5.0.0-alpha.1 (WIP changelog)
- 2.208x support
- Switch to C++23, mods targetting C++20 will no longer compile
- Remove
geode::cast:as - Remove
CCARRAY_FOREACHandCCDICT_FOREACHmacros- Use
CCArrayExt,CCDictionaryExtinstead
- Use
- Replace most
std::functionwithgeode::Functionandgeode::FunctionRef geode::Popupis no longer templated (dfe5f74)- Refactor a lot of string usages
- New
ZStringViewclass, for null terminated string views - Replace
std::stringwithstd::string_viewin a lot of places StringMapfor an optimizedstd::unordered_mapspecializationMod::expandSpriteNamenow returnstd::string- New
StringBufferclass for complex, no-allocation string formatting
- New
- WebRequest API rewrite (#1638)
- Use dankmeme01/arc as new async runtime,
mostlyreplacinggeode::Task- The new library uses C++20 coroutines and provides a lot of finer control
- Web requests and file picker are now async
- Event V2
- So many changes, Ports and stuff
- Android controller api (#1562)
- Remove old dependency array syntax (#1573)
- Remove support for mod.json gd as string (#1572)
Layout::ignoreInvisibleChildrennow defaults to true- Add
Ref::take(32abe45) - Add Back Button function for layers (#1542)
- Allow HTML tags in link text (#1600)
- Refactor logging (#1566)
- Logging is now asynchronous and uses a task to process, write and flush logs
- Mods can now add callbacks for logs
- Make
ColorPickPopupuse a callback instead of a delegate (#1575) - Remove functions previously marked with
[[deprecated]] - Add user flags to
CCNode(5029468) - Add
ScrollLayer::createDefaultListLayout - Add
CCDictionary::asExt(#1647) - Add
modify_castintogeode::cast(#1485) - Add "clean mode", allowing Geode to not be loaded by holding Alt+Shift during launch (#1669)
- Add enabling/disabling TextInput callback (#1279)
- Use loader release API for update checks (#1593)
- Add Signal class for reactive values
- Add
GameEventType::Exiting(a91ecd1) - Add fix for scissor inside a render texture (#1655)
- Remove Mod::getMetadataRef() (#1574)
- Update fmtlib to v12
- Use fast_float library for float & integer parsing (#1568)
- Bump minimum macOS version to 11 (#1648)
- Remove old Cacao functions (
vectorToCCArray,mapToCCDict, etc) (866344e)