Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
821a485a20 | ||
|
|
2d9623c07c |
@@ -1,5 +1,10 @@
|
|||||||
# 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.10"
|
version = "0.9.11"
|
||||||
credits = @{
|
credits = @{
|
||||||
"Created By": @["https://ITwrx.org"],
|
"Created:": @["https://ITwrx.org"],
|
||||||
"License": @["GPLv3"]
|
"Src:": @["GPLv3"]
|
||||||
}
|
}
|
||||||
Label:
|
Label:
|
||||||
text = "About EZ-Bkup"
|
text = "About EZ-Bkup"
|
||||||
|
|||||||
Reference in New Issue
Block a user