Skip to content

Releases: geode-sdk/cli

CLI v3.5.0

28 Feb 17:03
Compare
Choose a tag to compare

Changelog

  • Add login to index via a GitHub Token
  • Escape quotes in geode new questions
  • Use readme.md as about.md if it's missing

Development Release

28 Feb 16:36
Compare
Choose a tag to compare
Development Release Pre-release
Pre-release

Geode CLI development release for commit b1cb968.

CLI v3.4.0

18 Jan 00:29
Compare
Choose a tag to compare

Changelog

  • Support for new dependency syntax from 4.2.0
  • Don't require profile on most geode index subcommands
  • Add some values to geode config

CLI v3.3.1

09 Dec 14:42
4bf44eb
Compare
Choose a tag to compare

Changelog

  • Fix geode profile add so it doesn't require profile setup
  • Built Linux release with older glibc so it works on Ubuntu 22.04

CLI v3.3.0

09 Dec 02:40
Compare
Choose a tag to compare

Changelog

  • Allow PDB files to be passed as binaries (#86)
  • Many improvements to geode config setup and how config is handled in the codebase

CLI v3.2.2

17 Nov 00:01
Compare
Choose a tag to compare

Changelog

  • Create temp directory instead of using geode_pkg folder
  • Dont hard error when geode index login cant open browser
  • Use @ instead of # to denote branches
  • Nicer ui for picking templates

CLI v3.2.1

13 Sep 19:33
Compare
Choose a tag to compare

Changelog

  • Add different template support to project new
  • (sdk install-linux) Fix xwin invocation ignoring errors and passing arguments in wrong order
  • (sdk install-linux) Change the xwin cache location to not be the current working directory and remove it after a successful install

CLI v3.2.0

20 Jul 13:00
Compare
Choose a tag to compare

Changelog

  • Fix platform-specific dependecies being ignored and being linked to on all platforms

CLI v3.1.1

14 Jul 13:37
Compare
Choose a tag to compare

Changelog

  • Fix an oversight with geode sdk install-linux and add MacOS support to it

CLI v3.1.0

13 Jul 18:44
Compare
Choose a tag to compare

Changelog

  • Add geode sdk install-linux for automatic installation of cross-compilation tools for Linux
  • Implement geode build for building Windows mods on Linux (requires geode sdk install-linux to be ran beforehand)
  • Change the default target platform for geode build to Windows instead of Android64 on Linux
  • Fix errors when building mods with dependencies on MacOS