feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2024-03-24 12:46:46 +02:00
parent 70aa426ec9
commit d853a1ea87
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 37 additions and 1 deletions

View file

@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
- Bundle `applications-system-symbolic` icon to the app
- Added "force grab cursor" option to the gamescope settings
- Added Thai
- Added Ukrainian
### Changed
- Update wish url
- Updated dependencies
- Improved app args parsing
- Updated locales
### Fixed
- Fixed GtkSwitch UI state representation
## [3.9.4] - 29.12.2023 ## [3.9.4] - 29.12.2023
### Changed ### Changed

View file

@ -94,10 +94,28 @@ 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>Replaced FPS unlocker by a custom one</li>", "<li>Update wish url</li>",
"<li>Updated dependencies</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"),