Skip to content

Releases: godotengine/godot-git-plugin

Godot VCS Git Plugin v1.2.2

01 Oct 23:32
Compare
Choose a tag to compare

Setup instructions: https://github.com/godotengine/godot-git-plugin/wiki

Changelog:

  • Add support for Apple Silicon M1 chip through universal builds (#60)
  • Upload project CI build artefacts through Github Actions (#79)
  • Place plugin binaries in the demo/addons/ directory (#80)

Godot VCS Git Plugin v1.2.1

09 Dec 16:05
c70f971
Compare
Choose a tag to compare

Setup instructions: https://github.com/godotengine/godot-git-plugin/wiki

This release adds the much-awaited MacOS support. Since this is our first time supporting MacOS, please report any porting issues on Github issues.

Changelog:

  • Added MacOS support. Currently only for x64.

If you have experienced any issues since v1.2 then you will have the same issues in this version as well. Windows and Linux v1.2 version binaries have been reused for v1.2.1.

Godot VCS Git Plugin v1.2

10 Apr 11:32
Compare
Choose a tag to compare

Setup instructions: https://github.com/godotengine/godot-git-plugin/wiki

Note: Windows users should ensure they have the VC 2019 redistributable runtime installed.

Changelog:

  • Removed the user system's dependency on Zlib. This means random crashes and errors referring to Zlib functions should occur less.
  • Fixed some issues with loading the plugin into Godot and other minor bug fixes.
  • Tested on Godot 3.2 (stable) and Godot 3.2.1 (stable).

Note: Try removing the git_* files in your .import/ folder to do a clean re-import of the plugin, if you were having issues with importing earlier.

Godot VCS Git addon v1.1

14 Feb 16:39
7dec368
Compare
Choose a tag to compare
  • Replace debug binaries with the release binaries for Windows.

Godot VCS Git addon v1.0

29 Jan 12:39
Compare
Choose a tag to compare

The first version of the Git addon prepared for Godot's Version Control Systems integration.

Installation:

  1. Download the .zip file.
  2. Follow the tutorial here

Godot VCS Git addon v1.0 Pre-release 3

24 Nov 19:58
Compare
Choose a tag to compare
Pre-release
  • Tested on 3.2 beta 2
  • Fixed a minor bug which introduced a crash in the editor for Linux systems
  • Fixed a minor typo in code

Godot VCS Git addon v1.0 Pre-release 2

09 Oct 13:28
Compare
Choose a tag to compare
Pre-release
  • Fixes a bug where multiple files being added at once in a new directory would not be listed individually, rather get clubbed under the name of the new directory. This used to stop some files from getting committed to history.

Godot VCS Git addon v1.0 Pre-release

26 Aug 04:55
Compare
Choose a tag to compare
Pre-release

The first pre-alpha version of the Git addon prepared for Godot's Version Control Systems integration.

Usage:

  1. Download the .zip file.
  2. Extract the contents in your Godot project folder.