Release 4.0.7 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca
2023-11-11 07:15:00 -08:00
parent 68f954c59b
commit fddca646c8

View File

@@ -1,3 +1,15 @@
## 4.0.7 2023-11-11 <dave at tiredofit dot ca>
### Added
- Add seperate permissions for _FILESYSTEM_PATH
### Changed
- More output and debugging additions
- SQLite3 now backs up without running into file permission/access problems
- Cleanup old sqlite backups from temp directory
- Handle multiple SQLite3 backups concurrently
## 4.0.6 2023-11-10 <dave at tiredofit dot ca>
### Added