Fixes bugs and bindings 👍 , adds some nice smaller features such as catching C++ exceptions (on windows)
Changelog
- Allow error responses in our WebRequest classes (237128b)
- Display unhandled C++ exceptions in crash log (fdd78ac, 0d09162, 52421d8, 0472075)
- Fix GEODE_CLI force caching when not found (0a11374)
- Only write checksum file after unzipping, fixes inconsistent index state (b4fbea5)
- Fix the index notif staying on all the time (c967b52)
- Bump minimum required CMake version in codegen (27ed63e)
- Only show update indicator if mod is enabled (8762714)
- Fix FLAlertLayer m_scrollingLayer not being a ScrollingLayer (9694b35)
- Fix gnustl vector dtor (b55e646, 0bdb0df)
- Loads of bindings changes