From 43eb0e464e6fd7042558721be61a2242ce3bf70d Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 14 Jun 2023 11:40:12 +0200 Subject: [PATCH] docs: updated changelog --- CHANGELOG.md | 11 +++++++++++ src/ui/about.rs | 29 +++++------------------------ 2 files changed, 16 insertions(+), 24 deletions(-) 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"),