Releases: geode-sdk/cli
Releases · geode-sdk/cli
CLI v3.3.1
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
Development Release
Geode CLI development release for commit 4bf44eb.
CLI v3.3.0
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
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
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
Changelog
- Fix platform-specific dependecies being ignored and being linked to on all platforms
CLI v3.1.1
Changelog
- Fix an oversight with
geode sdk install-linux
and add MacOS support to it
CLI v3.1.0
Changelog
- Add
geode sdk install-linux
for automatic installation of cross-compilation tools for Linux - Implement
geode build
for building Windows mods on Linux (requiresgeode 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
CLI v3.0.6
Changelog
- Fix default platform on
geode build
always being windows - Fix default dependency version comparison being incompatible with server
- Fix font and spritesheet caching on windows when relying from archive (.geode)
- Fix geode_pkg folder being deleted, meaning nothing could be cached at all in the first place
- Termux support by @Prevter (we don't offer builds of it sorry, go build it yourself) (#66)
Full Changelog: v3.0.5...v3.0.6
CLI v3.0.5
Changelog
- Adds optional arg to
index mods create
andindex mods update
for passing in the download link directly - Adds
--token
option toindex login
for setting the token directly