This release adds a couple of things that should make diagnostics of issues easier. I removed all of the runtime optimization settings I had since that prevented seeing a full traceback on panics. Now it is just using the rust defaults.
I did some tests on a machine that didn't have git and got strange error messages about a "file missing". This shows an explicit error if git --version
isn't working. Git is maybe not strictly required, (you could manually copy a plugin in and use it), but it pretty much is.
Full Changelog: v1.2.5...v1.2.6