Skip to content

Releases: geode-sdk/geode

v0.4.3

11 Oct 15:29

Choose a tag to compare

This patch update brings some minor new API additions and bugfixes.

Changelog

Additions

  • Add Geode/ui/GeodeUI.hpp header for exposing some access to internal Geode UI like opening a mod's settings popup

Changes

  • Simplified the minimum and maximum loader versions, loader will now load any mod whose target version major and minor match. In practice, this means that for example mods whose target version is v0.4.8 can be loaded by loader of version v0.4.6.

Bugfixes

  • Fix crash with settings that could have a slider control

Release v0.4.2

11 Oct 08:52

Choose a tag to compare

This patch release only brings internal SDK changes along with one change to log filenames.

CLI v1.0.2 requires this version of the SDK. CLI v1.0.1 had a bug with geode new, which has been fixed in v1.0.2.

Changelog

  • Moved SDK version to its own file so CLI can query it
  • md4c is now linked statically on MacOS
  • Fix log filenames

Release v0.4.1

10 Oct 16:57

Choose a tag to compare

First Public Dev Release of Geode.

Installation

Move the files for your respective platform to the root of the Geometry Dash folder, then move the geode.loader folder from resources.zip into <Geometry Dash folder>/geode/resources

Installing the SDK

Test Release v0.3.0

03 Oct 19:06

Choose a tag to compare

Test release to make sure updating Geode works.

Only on Windows right now.