Releases: geode-sdk/cli
Releases · geode-sdk/cli
CLI v2.11.0
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
Changelog
- Actually fix index dependencies
- Add
geode profile path
to get path of active profile - Add
--stay
flag togeode run
- Make
geode build
export compile commands when using clang
Full Changelog: v2.9.0...v2.10.0
CLI v2.9.0
Changelog
- Dependencies no longer require the
api
key to be set - You can now specify multiple developers in
mod.json
with thedevelopers
key
Full Changelog: v2.8.0...v2.9.0
CLI v2.8.0
Changelog
- Fix dependencies being pulled from now deleted
mods
folder, usesmods-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
Changelog
- Fix parsing gd key in mod.json
CLI v2.7.0
Changelog
- Add new gd key to mod.json
- Make
geode run
always run on background on windows
CLI v2.6.6
Changelog
- Update android binary suffixes
CLI v2.6.5
Changelog
- Remove dithering
CLI v2.6.4
Changelog
- Make the last thing actually work sorry
CLI v2.6.3
Changelog
- Create action for easier releases
- Allow for arbitrary platform in install-binaries