# Changelog ## 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) ## 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)