Compare commits

...

2 Commits

Author SHA1 Message Date
itwrx 821a485a20 update changelog for 0.9.11 1 year ago
itwrx 2d9623c07c update owlkettle and about menu 1 year ago
  1. 5
      CHANGELOG.md
  2. 6
      views/app_menu_button.nim

@ -1,5 +1,10 @@
# 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
### Added
- Added date and time for logged rsync errors. (ITwrx)

@ -31,10 +31,10 @@ method view(button: AppMenuButtonState): Widget =
programName = "EZ-Bkup"
logo = "ez_bkup"
style = [StyleClass("about-dialog")]
version = "0.9.10"
version = "0.9.11"
credits = @{
"Created By": @["https://ITwrx.org"],
"License": @["GPLv3"]
"Created:": @["https://ITwrx.org"],
"Src:": @["GPLv3"]
}
Label:
text = "About EZ-Bkup"

Loading…
Cancel
Save