From e51eb8b1a11b638434acac29fbb082d0df122fea Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 29 Dec 2023 22:50:24 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 11 +++++++++++ src/ui/about.rs | 17 +++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a1606..7d1894d 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 "Kill game process" button + +### Changed + +- Updated Turkish +- Updated German +- Updated Polish +- Updated Chinese + ## [1.5.1] - 15.11.2023 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index 64e992f..4b8698f 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -97,26 +97,19 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - "

Fixed

", "", "

Changed

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