Compare commits

..

No commits in common. 'master' and '0.9.10' have entirely different histories.

  1. 5
      CHANGELOG.md
  2. 6
      views/app_menu_button.nim

@ -1,10 +1,5 @@
# Changelog # Changelog
## 0.9.11 - 8-8-23
### Changed
- update owlkettle to fix buggy behavior of switches.
- tweak AboutMenu text and bump version #.
## 0.9.10 - 8-6-23 ## 0.9.10 - 8-6-23
### Added ### Added
- Added date and time for logged rsync errors. (ITwrx) - Added date and time for logged rsync errors. (ITwrx)

@ -31,10 +31,10 @@ 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.11" version = "0.9.10"
credits = @{ credits = @{
"Created:": @["https://ITwrx.org"], "Created By": @["https://ITwrx.org"],
"Src:": @["GPLv3"] "License": @["GPLv3"]
} }
Label: Label:
text = "About EZ-Bkup" text = "About EZ-Bkup"

Loading…
Cancel
Save