From 2e3f3f9f099cd50fd375a0acb2d864965abcdee1 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Thu, 5 Dec 2024 16:15:20 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 6 ++++++ src/ui/about.rs | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c7190..0c4aa25 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 + +- (supposedly) fixed background picture updating +- (supposedly) fixed wishes URL parsing +- Fixed game version parsing on updated game files layout + ## [1.9.0] - 09.10.2024 ### Removed diff --git a/src/ui/about.rs b/src/ui/about.rs index e2873ca..357582f 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -100,10 +100,12 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Removed

", + "

Fixed

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