Skip to content

Godot VCS Git Plugin v3.2.0

Latest
Compare
Choose a tag to compare
@Calinou Calinou released this 03 Jun 14:13
· 1 commit to master since this release
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.