update CHANGELOG and about dialog
This commit is contained in:
parent
867e86a8de
commit
a1b2743960
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.9.5 - 6-29-23
|
||||
### Changed
|
||||
- Updated EZ-Bkup version number in about dialog. (ITwrx)
|
||||
|
||||
## 0.9.4 - 6-29-23
|
||||
### Added
|
||||
- Use darkMode=true to override user's light gtk theme just for EZ-Bkup. Not our preferred approach, but will have to do for now. #4 (ITwrx)
|
||||
|
|
BIN
icons.tar.gz
BIN
icons.tar.gz
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d="M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"/></svg>
|
Before Width: | Height: | Size: 551 B |
|
@ -31,7 +31,7 @@ method view(button: AppMenuButtonState): Widget {.locks: "unknown".} =
|
|||
programName = "EZ-Bkup"
|
||||
logo = "EZ-Bkup-icon"
|
||||
style = [StyleClass("about-dialog")]
|
||||
version = "0.9.0"
|
||||
version = "0.9.5"
|
||||
credits = @{
|
||||
"Created By": @["https://ITwrx.org"],
|
||||
"License": @["GPLv3"]
|
||||
|
|
Loading…
Reference in New Issue