Releases: adalinesimonian/gdvm
Releases · adalinesimonian/gdvm
v0.5.0
Breaking changes
- No longer modifies arguments sent to Godot, which makes gdvm's behaviour less intrusive.
Full Changelog: v0.4.3...v0.5.0
v0.4.3
Fixed
- When running Godot, sends gdvm's own output to stderr, which fixes issues with scripts expecting to operate off of Godot's output.
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Fixed
- Fixed false version mismatch errors that could appear on Godot 3.x projects when pinning versions or running them manually.
Full Changelog: v0.4.1...v0.4.2
v0.4.1
New Features
- Automatically detects 3.x versions of Godot based on
project.godot
. Limited to just the major version, pinning still recommended.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
New Features
- Automatically detects versions specified in
project.godot
, if present. This means with a number of projects, pinning is not strictly required to start the correct version of Godot (but still recommended).
Fixed
- Fixed a bug where the release cache would be broken by release cache updates, resulting in versions not being found even if they existed remotely.
- Fixed a bug where Godot started in a project folder would error out with "no main scene set".
- More consistently wrapped text displayed in different messages.
Full Changelog: v0.3.2...v0.4.0
v0.3.2
New Features
- Install scripts can now optionally associate .godot files with gdvm.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
New Features
- On Windows, when
gdvm use
fails to create a symlink due to a permissions error, shows a helpful prompt asking the user to check if Developer Mode is enabled.
Full Changelog: v0.2.3...v0.3.0
v0.2.3
Fixed
- Fixed bug where
gdvm upgrade
on all platforms would try to download Windows binaries with a broken path. - Fixed bug where gdvm would continuously check for updates, even if it recently had done so.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Fixed
- Fixed bug where starting
godot
may not have started Godot but gdvm. - Fixed bug where pinning a major.minor.0 version would only pin major.minor.
Full Changelog: v0.2.1...v0.2.2