A desktop backup program focusing on ease-of-use and simplicity, as well as quality, low resource usage, and performance.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EZ-Bkup/CHANGELOG.md

58 lines
2.0 KiB

1 year ago
# Changelog
## 0.9.9 - 7-14-23
### Added
- Added org.itwrx.EZ-Bkup.png for window/workspace icon. (ITwrx)
### Changed
- refactored to use pkexec instead of ssh-askpass. (ITwrx)
- Updated EZ-Bkup version in app_menu_button.nim. (ITwrx)
## 0.9.8 - 7-5-23
### Added
- Added icons and css paths that work with installed version in ez_bkup.nim. (ITwrx)
### Changed
- Made some file names more uniform. (ITwrx)
- Re-added selectedPreload proc accidentally removed from Routine.nim in last release. (ITwrx)
- Updated EZ-Bkup version in app_menu_button.nim. (ITwrx)
## 0.9.7 - 7-1-23
### Added
- Added check that sources actually got copied to destination(s) prior to showing success msg. (ITwrx)
## 0.9.6 - 7-1-23
### Added
- Added check for missing source(s)/destination(s). Show error status. Log locations. #10 (ITwrx)
- Updated EZ-Bkup version. (ITwrx)
### Changed
- remove Lock Levels. Deprecated in Nim-devel.
## 0.9.5 - 6-29-23
### Changed
- Updated EZ-Bkup version number in about dialog. (ITwrx)
## 0.9.4 - 6-29-23
### Added
- Use darkMode=true to override user's light gtk theme just for EZ-Bkup. Not our preferred approach, but will have to do for now. #4 (ITwrx)
## 0.9.3 - 6-29-23
### Changed
- Moved databasePath to shared. (ITwrx)
- Include Routines in current Bkup run based on selected seq instead of routine.selByDef. (ITwrx)
- Show/hide sources and destinations based on selected seq instead of routine.selByDef. (ITwrx)
### Added
- added selected_routines feature. enable/disable Routines for current run from routine_list view. #2 (ITwrx)
- added tooltip/help_text to the "+Routine" button. (ITwrx)
## 0.9.2 - 6-28-23
### Changed
- Moved calling of rsync for the Routine Bkups to it's own thread. #1 (ITwrx)
### Added
- added help text in various places. #6 (ITwrx)
- added "/Drive" to the "+Folder" Destination button. #3 (ITwrx)
1 year ago
## 0.9.1 - 6-25-23
1 year ago
### 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)