Merge patch 1.5.5 (#955)

* Remove os.path.commonpath call (Issue #954)
* Bump version and update changelog and release notes
This commit is contained in:
Veronica Berglyd Olsen
2022-01-05 16:24:34 +01:00
committed by GitHub
parent 00b3c3e9d2
commit c1c6a370a5
4 changed files with 32 additions and 10 deletions
+18
View File
@@ -91,6 +91,24 @@ final release.
----
## Version 1.5.5 [2022-01-05]
### 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.
----
## Version 1.5.4 [2022-01-04]
### Release Notes