diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f7029..e1bfb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.12.1] - 02.09.2024 + +### Fixed + +- Fixed gamescope config file layout + ## [3.12.0] - 01.09.2024 ### Added @@ -568,7 +574,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...next +[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.1...next +[3.12.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...3.12.1 [3.12.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.11.0...3.12.0 [3.11.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.3...3.11.0 [3.10.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.2...3.10.2 diff --git a/src/ui/about.rs b/src/ui/about.rs index 6090ed3..a30a697 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -95,26 +95,10 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - - "

Changed

", - - "", - "

Fixed

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