From b183de6a936d8ebf72787ba92241f46f24bea2e1 Mon Sep 17 00:00:00 2001 From: itwrx Date: Wed, 5 Jul 2023 17:40:19 -0500 Subject: [PATCH] new release for ssh-askpass changes --- CHANGELOG.md | 8 ++++++-- views/app_menu_button.nim | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58a5f7..9f1a08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ # Changelog +## 0.9.9 - 7-5-23 +### Added +- Added /usr/lib/ssh/x11-ssh-askpass path. (ITwrx) +### Changed +- remove path to non-functional gnome-ssh-askpass. (ITwrx) + ## 0.9.8 - 7-5-23 ### Added - Added icons and css paths that work with installed version in ez_bkup.nim. (ITwrx) -- Added /usr/lib/ssh/x11-ssh-askpass path. (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 and ez_bkup.desktop (included with installer in the funded release). (ITwrx) -- remove path to non-functional gnome-ssh-askpass. (ITwrx) ## 0.9.7 - 7-1-23 ### Added diff --git a/views/app_menu_button.nim b/views/app_menu_button.nim index cafa5d2..8a9613e 100644 --- a/views/app_menu_button.nim +++ b/views/app_menu_button.nim @@ -31,7 +31,7 @@ method view(button: AppMenuButtonState): Widget = programName = "EZ-Bkup" logo = "ez_bkup" style = [StyleClass("about-dialog")] - version = "0.9.8" + version = "0.9.9" credits = @{ "Created By": @["https://ITwrx.org"], "License": @["GPLv3"]