diff --git a/CHANGELOG.md b/CHANGELOG.md index 88878ce..55ac349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed check button style for newly made sessions +- Fixed repairer's NaN progress +- Fixed game session selection when current one is removed + +### Changed + +- Updated Spanish +- Updated Hungarian (fixed #194) + ## [3.7.1] - 11.06.2023 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index 17ade77..28b6b72 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -104,38 +104,19 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - "

Fixed

", "", "

Changed

", "", - - "

Removed

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