Skip to content

Releases: godotengine/godot-git-plugin

Godot VCS Git Plugin v3.2.1

Choose a tag to compare

@Calinou Calinou released this 17 Sep 15:03
b26312f

This release is compatible with the updated GDExtension API used in Godot 4.2 and later (including Godot 4.3.x and 4.4.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.2 or later.
If using Godot 4.1, use v3.1.1 instead.
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.2.0

Choose a tag to compare

@Calinou Calinou released this 03 Jun 14:13
b51e8ee

This release is compatible with the updated GDExtension API used in Godot 4.2 and later (including Godot 4.3.x and 4.4.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.2 or later.
If using Godot 4.1, use v3.1.1 instead.
If using Godot 4.0, use v3.0.0 instead.
If using Godot 3.x, use v2.1.0 instead.

Changelog

Fixed

  • Fix the buildsystem to improve the GDExtension's compatibility, especially on Windows. This should make SSH authentication more reliable in particular.
  • Miscellaneous fixes and cleanups.
    • This removes plugin.cfg which isn't needed for VCS plugins to work. This fixes errors about plugin.cfg being printed in the editor. If you still get such errors after upgrading, remove addons/godot-git-plugin/plugin.cfg from your project.
  • Remove unneeded Windows .exp and .lib files from the release artifacts (only the .dll is needed).
  • Remove unused demo project from the repository.

Godot VCS Git Plugin v3.1.1

Choose a tag to compare

@Calinou Calinou released this 08 Apr 22:36
f6002fa

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

Choose a tag to compare

@Calinou Calinou released this 18 Dec 00:39
2f160a2

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

Choose a tag to compare

@akien-mga akien-mga released this 01 Mar 15:30
3c50df7

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

Pre-release

Choose a tag to compare

@akien-mga akien-mga released this 23 Feb 22:33
63d72ff

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

Pre-release

Choose a tag to compare

@twaritwaikar twaritwaikar released this 23 Dec 20:00
1aea2dd

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

Choose a tag to compare

@twaritwaikar twaritwaikar released this 09 Apr 19:05
6c53f46

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

Choose a tag to compare

@twaritwaikar twaritwaikar released this 01 Feb 14:06
9e0415d

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

Pre-release

Choose a tag to compare

@twaritwaikar twaritwaikar released this 15 Jan 19:26
27a10c7

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