Skip to content

Releases: noidexe/godot-version-manager

Basic Project Management

22 Jan 23:26
351906b
Compare
Choose a tag to compare

New Features

By popular demand, this version introduces support for project management. It's mostly a hack until I have time to do the 2.0 rewrite but it works.

Just click on "Add version/project from file..", choose your Godot executable and then add --path /path/to/project_folder in the arguments section

image

If a valid Godot project is found it will look like this and open that project directly, skipping Godot's Project Manager

Bugfixes

Fixed news scraper to work with the latest changes to the Godot website

v1.7.1

14 Dec 02:29
507d0b1
Compare
Choose a tag to compare

gvm1 7 1

Changes since v1.6:

  • Add button to show downloads folder, so you can easily access the actual Godot binaries.
  • Remove .zip files after downloading and extracting. Binaries still need to be removed manually after removing a version from the list
  • Update the news scraper to work with the latest version of the Godot News webpage
  • Improve news display, showing larger thumbnails and author avatars, giving it a closer look to what you get on the website
  • Fixed various bugs

Full Changelog: v1.6...v1.7.1

Better news display

03 Dec 02:26
3e7ef51
Compare
Choose a tag to compare

Thumbnails and excerpts are now arranged vertically rather than horizontally

News scraper fix

03 Dec 01:51
d598cb5
Compare
Choose a tag to compare

The Godot team launched a revamped news page, which unfortunately breaks scraping of news. This version fixes the scraper so news can be fetched again.

Compatibility fix for new releases

08 Sep 01:29
b6cb8b4
Compare
Choose a tag to compare
  • Fixed heuristics to detect new releases on linux, which use a different extension
  • Added button to show downloads folder
  • Automatically remove .zip after decompression

Improved Look & Feel

08 Jun 05:54
7270320
Compare
Choose a tag to compare

image

  • New fonts
  • Better theming
  • News section now disappears if the window becomes to narrow for it to fit

Buxfix release. Fix images not downloading, 4.0 versions not appearing on linux

02 Jun 23:08
87bd115
Compare
Choose a tag to compare

This release fixes a couple of bugs:

Missing news thumbnails

The code wasn't checking the destination path existed 😅
Fix: create the "image" folder if it doesn't exist before downloading news thumbnails

4.x downloads not appearing on linux

On linux, downloads for 4.x end in "_linux.64.zip" whereas older downloads end in "_x11.64.zip"
The scraping algorithm was changed and can now happen multiple suffixes for the same platform

Persistent UI flags. Rearrange installed versions

01 Jun 20:27
328936b
Compare
Choose a tag to compare

In this release UI flags (release, beta, rc) will be preserved between runs. Thanks @Stedders

Additionally when right clicking on any installed version you can now choose "Move Up" and "Move Down" to rearrange it in the list. "Delete" has been renamed to "Remove" since it doesn't delete any files, just removes the version from the list.

Update checker, better version sorting

01 Jun 01:06
305b7e3
Compare
Choose a tag to compare

The key feature this time is the much requested update checker:

You will see a text on the bottom left showing the version number and either the legend "(up to date)" or an update button. You can click the button to go to the download page, check what's new and update if interested.

image
image

The version list has been improved too. Now it properly shows versions from newest to oldest. 3.4 will no longer appear above 3.4.4. Also, refreshing the version list will not prevent you from downloading while it's fetching the updated info.

image

Finally, all gamepad events have been removed from InputMap. This fixes a bug where you could launch Godot over and over every time the button assigned to ui_accept was pressed, since those are handled even when the window is out of focus.

Better news display

19 May 07:47
da9b523
Compare
Choose a tag to compare

image

News now look better and are also cached between runs