Skip to content

Godot VCS Git Plugin v1.2.3

Compare
Choose a tag to compare
@twaritwaikar twaritwaikar released this 01 Feb 14:06
· 4 commits to v1.x since this release
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