Godot VCS Git Plugin v1.2.3
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
- @VinegarLove made their first contribution in #93
Full Changelog: v1.2.2...v1.2.3