From d853a1ea8712be40b8c14103dbc24acc3c8d94b4 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 24 Mar 2024 12:46:46 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 18 ++++++++++++++++++ src/ui/about.rs | 20 +++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) 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"),