Skip to content

Version 1.5.5

Compare
Choose a tag to compare
@vkbo vkbo released this 05 Jan 15:11
· 3193 commits to main since this release
5cb48de

Release Notes

This is a bugfix release that fixes an issues with the backup tool crashing the app if the project path and backup path are on different drive locations. This issue only affects Windows.

Detailed Changelog

Bugfixes

  • Fixed a bug with using the commonpath command in Python which will raise an error if the two paths don't have a common root. This is particularly an issue on Windows where the paths can be on different drives. The command was used in the project backup function, and has now been replaced by a safer check. Issue #954.