github geode-sdk/geode v1.0.0-beta.1
Second beta release of v1.0.0

latest releases: nightly, v4.10.0, v4.9.0...
pre-release2 years ago

This beta release brings one new major API change along with various bug fixes & improvements.

As before, if you encounter any issues using Geode (installation, documentation, usage, etc.), please do let us know through Github issues or through our Discord server. Along with this, if you have any complaints about Geode, please direct those at us too.

Changelog

  • Switched to a new custom-built JSON library to replace nlohmann::json for compile-time improvements; if you were using the old JSON library, you can add & link to nlohmann::json in your own project, or update to use the new API. (deab672)
  • Fix resources not being downloaded automatically by using a fallback to latest release (a418828)
  • Add a new clear instruction popup in case downloading still fails (30dc9ad)
  • String ID hooks now have higher priority, so they should always be applied regardless of if you call NodeIDs::provideFor or not (though it can still be called to absolutely ensure the IDs are there!) (b6a6e4d)
  • Various internal bugfixes & improvements (ceb02e9, a90b3e1, b00ab40, c644b43)

Bindings

  • Add DrawGridLayer::loadTimeMarkers (d06840d)

Docs

  • We now have a fresh new look for our docs, along with automated documentation for all our classes & GD bindings! You can find them at https://docs.geode-sdk.org :)

Don't miss a new geode release

NewReleases is sending notifications on new releases.