diff --git a/CHANGELOG.md b/CHANGELOG.md index c66a1df..0ce3f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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) diff --git a/icons.tar.gz b/icons.tar.gz deleted file mode 100644 index 5c4e006..0000000 Binary files a/icons.tar.gz and /dev/null differ diff --git a/icons/entity-edit.svg b/icons/entity-edit.svg deleted file mode 100644 index 2574d1d..0000000 --- a/icons/entity-edit.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/views/app_menu_button.nim b/views/app_menu_button.nim index 7422a28..a0cb8ab 100644 --- a/views/app_menu_button.nim +++ b/views/app_menu_button.nim @@ -31,7 +31,7 @@ method view(button: AppMenuButtonState): Widget {.locks: "unknown".} = programName = "EZ-Bkup" logo = "EZ-Bkup-icon" style = [StyleClass("about-dialog")] - version = "0.9.0" + version = "0.9.5" credits = @{ "Created By": @["https://ITwrx.org"], "License": @["GPLv3"]