From 5f4b2b0888f8e6b59283f7d182b9690666f28fe1 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Sat, 3 Aug 2024 08:13:20 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 4 ++++ src/ui/about.rs | 30 +----------------------------- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a70ba3..ec42879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed background picture URI + ## [1.7.0] - 02.08.2024 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index 8f35d87..c7fd091 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -100,38 +100,10 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - "

Fixed

", "", - - "

Changed

", - - "", - - "

Removed

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