update CHANGELOG

This commit is contained in:
itwrx 2023-06-28 15:15:29 -05:00
parent 0d6f3cf953
commit 22abe65ab0
1 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,15 @@
# Changelog
## 0.9.1 - 6-25-23
## 0.9.2 - 6-28-23
### Changed
- Moved calling of rsync for the Routine Bkups to it's own thread. issue #1 (ITwrx)
### Added
- added help text in various places. issue #6 (ITwrx)
- added "/Drive" to the "+Folder" Destination button. issue #3 (ITwrx)
## 0.9.1 - 6-25-23
### Changed
- separate logging procs into Error and Info varieties. (ITwrx)
### Added
- ask-pass path resolution for various distros. (ITwrx)
- log sqlite3 access error/dependancy requirement on failed create/read. (ITwrx)