From 5997012c505a6e5850a46e8723b25c08aefc4fb3 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Mon, 20 May 2024 19:35:55 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 4 ++++ src/ui/about.rs | 10 ++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e70176..07113f6 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 + +- Updated background URI API key + ## [1.6.2] - 08.05.2024 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index bb495e7..0cbc982 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -100,16 +100,10 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", + "

Fixed

", "", - - "

Changed

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