Skip to content

Releases: mattiascibien/godot-hub

v0.5

14 Mar 08:37
Compare
Choose a tag to compare

Changelog:

  • upgraded all libraries to the latest version
  • fixed a problem with configuration files using wrong key (update your local config and delete the one in your $HOME or %USERPROFILE% directory
  • fixed some minor issues reported by resharper

v0.4.1

02 Dec 07:57
Compare
Choose a tag to compare

This version adds support for Spanish and French languages

v0.4

29 Nov 09:25
Compare
Choose a tag to compare

This version adds the following features:

  • The code is now following better practices which will help the devs expand and maintain the application better
  • The .godot-version file has been changed to the new godot-hub.json which lets the user store a local configuration inside the project folder. It is possible to use the create-local-config command to generate one (and migrate the old .godot-version file with the --migrate option
    • To specify a version in the new config file create a key named version
    • Installation and downloads path can now be customized (you can use subsitutions by delimiting variables the $( and ) in the values. Environment vairables are supported)
    • Config can also come from enviroment variables using the GODOTHUB_ prefix
  • Application now has localization and you can contribute translations using Transifex

v0.3.1

22 Nov 13:22
Compare
Choose a tag to compare

Hotfix version since OSX packages were crashing the app when running godot-hub list --online

v0.3

22 Nov 10:15
Compare
Choose a tag to compare

This version includes:

  • Possibility to register external (i.e: source code built) godot versions to be handled by the other commands of the tool
    • godot-hub register <custom-version> <path>
    • godot-hub unregister <custom-version>
  • Progress bars for downloads
  • Improvements on editor location when using the run command

v0.2.1

18 Nov 13:21
Compare
Choose a tag to compare

This is an hotfix version that fixes a problem found in run command that did not work anymore when specifying a version.

v0.2

18 Nov 11:15
Compare
Choose a tag to compare

This is the first public release of GodotHub.

v0.1

18 Nov 08:17
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

This version is a placeholder in order to make the next version appear as v0.2 as Nuget and others have wrong versions tagged v0.1.x