Skip to content

Geode v2.0.0-beta.12

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 00:41
· 1415 commits to main since this release

v2.0.0-beta.12

  • Increase target MacOS version to 10.15 (6dc6e9b)
    • Not even steam supports 10.13 anymore, and with this change we can finally stop worrying about std::filesystem
  • Add safety hook for save path on android (0188eee)
    • We had a bug where the game would randomly reset your save file on android, and we believe this to be a hook by the launcher itself not being placed properly. So, we also do the hook on Geode itself, for safety.
  • Fix rob's broken MessageBoxW on Windows (5d63192)
  • Add utils for setting thread name, show it on log (832bcf8, ce53fb3)
  • Add some launch arguments for geode (7ccaef9)
  • Deprecate blocking file picking utils (ee97e2d)
  • Sort mods by id in crashlog (984d148)