diff --git a/CHANGELOG.md b/CHANGELOG.md index 657b876..9e1cb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 ### Changed diff --git a/src/ui/about.rs b/src/ui/about.rs index 811bf2d..3df62ec 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -94,10 +94,28 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ + "

Added

", + + "", + "

Changed

", "", + + "

Fixed

", + + "" ].join("\n"),