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"),