feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2024-03-27 18:16:45 +02:00
parent abe660d0b9
commit ed90e7ebc6
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 8 additions and 20 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Changed
- Updated voiceovers sizes
- Updated game version parsing algorithm
## [1.5.3] - 24.03.2024 ## [1.5.3] - 24.03.2024
### Added ### Added

View file

@ -43,7 +43,7 @@ impl SimpleComponent for AboutDialog {
set_version: &APP_VERSION, set_version: &APP_VERSION,
set_developers: &[ set_developers: &[
"Nikita Podvirnyy https://github.com/krypt0nn" "Nikita Podvirnyi https://github.com/krypt0nn"
], ],
add_credit_section: (Some("Patch credits"), &[ add_credit_section: (Some("Patch credits"), &[
@ -99,28 +99,11 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION, set_release_notes_version: &APP_VERSION,
set_release_notes: &[ set_release_notes: &[
"<p>Added</p>",
"<ul>",
"<li>Bundle applications-system-symbolic icon to the app</li>",
"<li>Added force grab cursor option to the gamescope settings</li>",
"<li>Added Thai</li>",
"<li>Added Ukrainian</li>",
"</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Update wish url</li>", "<li>Updated voiceovers sizes</li>",
"<li>Updated dependencies</li>", "<li>Updated game version parsing algorithm</li>",
"<li>Improved app args parsing</li>",
"<li>Updated locales</li>",
"</ul>",
"<p>Fixed</p>",
"<ul>",
"<li>Fixed GtkSwitch UI state representation</li>",
"</ul>" "</ul>"
].join("\n"), ].join("\n"),