From d6208ee6dedd2f78d7b30244039a7f9cf0a9bd49 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 29 Jul 2023 16:50:35 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 12 ++++++++++++ src/ui/about.rs | 14 +++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9318aef..42f3637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added new gamescope version compatibility + +### Fixed + +- Fixed predownload button sensitivity + +### Changed + +- Improved pre-downloads state checking + ## [3.7.6] - 15.07.2023 ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index 788c57a..2984474 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -104,10 +104,22 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ + "

Added

", + + "", + "

Fixed

", "", + + "

Changed

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