Releases: geode-sdk/cli
Releases · geode-sdk/cli
CLI v3.7.4
Development Release
Geode CLI development release for commit 82a2fa1.
CLI v3.7.3
Changelog
- Support for v5.0.0
"required": booleanin dependencies - Properly check for unstaged changes when updating SDK
- use
.zshenv.bakfor zsh (#145)
CLI v3.7.2
Changelog
- Add
--ninjaparameter togeode build, for easier builds on Windows
CLI v3.7.1
Changelog
- Cache project dependencies, instead of redownloading them every time you reconfigure your mod
- Use dashes instead of underscores for mod id when creating a new mod
CLI v3.7.0
Changelog
- Fix dependencies not working for platform aliases by @hiimjasmine00 in #114
- Fix index dependencies unzipping from installed mods by @hiimjasmine00 in #115
- Allow .pdb files to be merged into .geode files by @hiimjasmine00 in #118
- Add option to clone local repos by @JohnnyCena123 in #119
- Add mod.json GD version check by @hiimjasmine00 in #120
- fix cloning of default templates through the "git repository" template by @JohnnyCena123 in #121
- make all index requests check for generic success status code instead of a specific one
New Contributors
- @JohnnyCena123 made their first contribution in #119
Full Changelog: v3.6.0...v3.7.0
CLI v3.6.0
Changelog
- Fix
geode index install - Fix
geode package mergelooking for binaries in subfolders - Add support for iOS
CLI v3.5.0
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
CLI v3.4.0
Changelog
- Support for new dependency syntax from 4.2.0
- Don't require profile on most
geode indexsubcommands - Add some values to
geode config
CLI v3.3.1
Changelog
- Fix
geode profile addso it doesn't require profile setup - Built Linux release with older glibc so it works on Ubuntu 22.04