new release for ssh-askpass changes
This commit is contained in:
parent
7a5b129a07
commit
b183de6a93
|
@ -1,14 +1,18 @@
|
||||||
# Changelog
|
# 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
|
## 0.9.8 - 7-5-23
|
||||||
### Added
|
### Added
|
||||||
- Added icons and css paths that work with installed version in ez_bkup.nim. (ITwrx)
|
- 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
|
### Changed
|
||||||
- Made some file names more uniform. (ITwrx)
|
- Made some file names more uniform. (ITwrx)
|
||||||
- Re-added selectedPreload proc accidentally removed from Routine.nim in last release. (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)
|
- 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
|
## 0.9.7 - 7-1-23
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -31,7 +31,7 @@ method view(button: AppMenuButtonState): Widget =
|
||||||
programName = "EZ-Bkup"
|
programName = "EZ-Bkup"
|
||||||
logo = "ez_bkup"
|
logo = "ez_bkup"
|
||||||
style = [StyleClass("about-dialog")]
|
style = [StyleClass("about-dialog")]
|
||||||
version = "0.9.8"
|
version = "0.9.9"
|
||||||
credits = @{
|
credits = @{
|
||||||
"Created By": @["https://ITwrx.org"],
|
"Created By": @["https://ITwrx.org"],
|
||||||
"License": @["GPLv3"]
|
"License": @["GPLv3"]
|
||||||
|
|
Loading…
Reference in New Issue