Skip to content

Releases: godotengine/godot-git-plugin

Godot VCS Git Plugin v3.1.1

08 Apr 22:36
f6002fa
Compare
Choose a tag to compare

This release is compatible with the updated GDExtension API used in Godot 4.1 and later (including Godot 4.2.x).

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

The attached ZIP file contains releases for Windows, Linux and macOS x64/arm64 (>=10.13).

This release requires Godot 4.1 or later. If using Godot 4.0, use v3.0.0 instead. If using Godot 3.x, use v2.1.0 instead.

Changelog

Fixed

Godot VCS Git Plugin v3.1.0

18 Dec 00:39
2f160a2
Compare
Choose a tag to compare

This is the first release compatible with the updated GDExtension API used in Godot 4.1 and later (including Godot 4.2.x).

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

The attached ZIP file contains releases for Windows, Linux and macOS x64/arm64 (>=10.13).

This release requires Godot 4.1 or later. If using Godot 4.0, use v3.0.0 instead. If using Godot 3.x, use v2.1.0 instead.

Godot VCS Git Plugin v3.0.0

01 Mar 15:30
3c50df7
Compare
Choose a tag to compare

This is the first release of this plugin on Godot 4.0. The current feature set is mostly the same as v2.x but it has been migrated to GDExtension to work with Godot 4.0. Please report any issues you face on Github.

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

The attached ZIP file contains releases for Windows, Linux and macOS x64/arm64 (>=10.13).

Compatibility

Godot 4.0-stable

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

Godot VCS Git Plugin v3.0.0-beta2

23 Feb 22:33
63d72ff
Compare
Choose a tag to compare
Pre-release

This is the first release of this plugin on Godot 4.0. The current feature set is mostly the same as v2.x but it has been migrated to GDExtension to work with Godot 4.0. Please report any issues you face on Github.

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

The attached ZIP file contains releases for Windows, Linux and macOS x64/arm64 (>=10.13).

Compatibility

Godot 4.0-rc4

What's Changed

Full Changelog: v3.0.0-beta1...v3.0.0-beta2

Godot VCS Git Plugin v3.0.0-beta1

23 Dec 20:00
1aea2dd
Compare
Choose a tag to compare
Pre-release

This is the first release of this plugin on Godot 4.0. The current feature set is mostly the same as v2.x but it has been migrated to GDExtension to work with Godot 4.0. Please report any issues you face on Github.

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

The attached ZIP file contains releases for Windows, Linux and macOS x64/arm64 (>=10.13).

Compatibility

Godot 4.0-beta10

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0-beta1

Godot VCS Git Plugin v2.1.0

09 Apr 19:05
6c53f46
Compare
Choose a tag to compare

Parallel release to Godot 3.5 to update the plugin due to the changes in the GDNative API. You will only need to upgrade your local copy of this plugin if you are moving to Godot 3.5.

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

The attached ZIP file contains releases for Windows, Linux and MacOS x64/arm64.

Compatibility

Godot 3.5.x

What's Changed

  • Remove get_commit_date() and replace it with Godot's new Time singleton by @ChronicallySerious in #107

Full Changelog: v2.0.1...v2.1.0

Godot VCS Git Plugin v1.2.3

01 Feb 14:06
9e0415d
Compare
Choose a tag to compare

This is a maintenance release that fixes a long-running issue on some Linux systems, which was related to PCRE not being found, despite being present. PCRE is now packed with the plugin and will not be required from the user's Linux OS in the future. This should unblock Linux users from using this plugin.

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

Compatibility

Godot 3.2.x to Godot 3.4.x

What's Changed

  • linux build script updated to be compatible with other shells by @VinegarLove in #93
  • Fix pcre not being included in static libgit2 build by @ChronicallySerious in #103
  • Release automation for v1.x by @ChronicallySerious in #104

New Contributors

Full Changelog: v1.2.2...v1.2.3

Godot VCS Git Plugin v2.0.1

15 Jan 19:26
27a10c7
Compare
Choose a tag to compare
Pre-release

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

Compatibility

Only Godot 3.5 beta 1-2

What's Changed

  • Fix error when unstaging file with no HEAD commit #100 by @ChronicallySerious in #101

Full Changelog: v2.0.0...v2.0.1

Godot VCS Git Plugin v2.0.0

13 Jan 16:18
97db5d7
Compare
Choose a tag to compare
Pre-release

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

Compatibility

Only Godot 3.5 beta 1-2

What's Changed

  • Linux build script updated to be compatible with other shells by @VinegarLove in #93
  • Update to support EditorVCSInterface v2 by @ChronicallySerious in #84
  • Changes for new version control system by @Janglee123 in #47
    • This change marks the final merge of the VCS improvement GSoC 2020 project!

New Contributors

Full Changelog: v1.2.2...v2.0.0

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)