Releases: godotengine/godot-git-plugin
Godot VCS Git Plugin v1.2.2
Setup instructions: https://github.com/godotengine/godot-git-plugin/wiki
Changelog:
- Add support for Apple Silicon M1 chip through universal builds (#60)
- MacOS users might need to use this one-time workaround to be able to load the plugin
- 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
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
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
- Replace debug binaries with the release binaries for Windows.
Godot VCS Git addon v1.0
The first version of the Git addon prepared for Godot's Version Control Systems integration.
Installation:
- Download the .zip file.
- Follow the tutorial here
Godot VCS Git addon v1.0 Pre-release 3
- 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
- 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
The first pre-alpha version of the Git addon prepared for Godot's Version Control Systems integration.
Usage:
- Download the .zip file.
- Extract the contents in your Godot project folder.