Skip to content

Releases: geode-sdk/cli

CLI v3.0.1

15 Jun 20:50
Compare
Choose a tag to compare

Changelog

  • Fix pending mods

CLI v3.0.0

14 Jun 22:42
Compare
Choose a tag to compare

Changelog

  • Fix various bugs

CLI v3.0.0-beta.1

07 Jun 12:20
Compare
Choose a tag to compare
CLI v3.0.0-beta.1 Pre-release
Pre-release

Changelog

  • Add support for new index actions (#58)
  • Fix building for x64 mods (#56)
  • Fix migrate_location (a9a65f5)

CLI v2.13.0

12 Apr 20:05
Compare
Choose a tag to compare

Changelog

  • Bump fontdue to 0.8.0, plist to 1.6.1, serde to 1.0.197, serde_json to 1.0.115, reqwest to 0.12.2
  • Specify platform on profile creation
  • Fix spritesheets not supporting single image
  • Add version option to install binaries

Full Changelog: v2.12.0...v2.13.0y

CLI v2.12.0

25 Feb 14:30
Compare
Choose a tag to compare

Changelog

  • Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2
  • Don't configure cmake on template creation
  • Add option to include build-geode-mod GitHub action to project
  • Add option to pass launch args to geode run
  • Fix comment removing regex
  • Fallback to git process on auth error during update

Full Changelog: v2.11.0...v2.12.0

CLI v2.11.0

07 Feb 16:59
Compare
Choose a tag to compare

Changelog

  • Add support for platform-specific dependencies
  • This should also make it possible to compile Android mods with dependencies in Github actions

Full Changelog: v2.10.0...v2.11.0

CLI v2.10.0

05 Feb 11:35
d21a3d6
Compare
Choose a tag to compare

Changelog

  • Actually fix index dependencies
  • Add geode profile path to get path of active profile
  • Add --stay flag to geode run
  • Make geode build export compile commands when using clang

Full Changelog: v2.9.0...v2.10.0

CLI v2.9.0

03 Feb 10:25
Compare
Choose a tag to compare

Changelog

  • Dependencies no longer require the api key to be set
  • You can now specify multiple developers in mod.json with the developers key

Full Changelog: v2.8.0...v2.9.0

CLI v2.8.0

02 Feb 15:42
Compare
Choose a tag to compare

Changelog

  • Fix dependencies being pulled from now deleted mods folder, uses mods-v2 instead
  • Remove geode project publish commands
  • New geode build command

What's Changed

Full Changelog: v2.7.1...v2.8.0

CLI v2.7.1

19 Jan 14:00
Compare
Choose a tag to compare

Changelog

  • Fix parsing gd key in mod.json