From eb6928e8694b543f714c5a2e4fc2ea182138031d Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 17 Jul 2023 23:06:01 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 6 ++++++ src/ui/about.rs | 16 +++------------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cbd01..f54099d 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] +### Fixed + +- Fixed jadeite patch state handling from the metadata file +- Fixed game pre-downloading button sensitivity when the update was partially downloaded, but then interrupted +- Fixed game pre-downloading button visibility when jadeite patch state is not "verified" + ## [1.2.3] - 14.07.2023 ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index b1b124a..cd6bd99 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -93,19 +93,9 @@ impl SimpleComponent for AboutDialog { "

Fixed

", "", - - "

Changed

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