From 4d48cd7725bbe4fea3ae415b961b1708f112fab8 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Tue, 2 Jul 2024 09:38:44 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 4 ++++ src/ui/about.rs | 14 ++------------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2059539..2b975ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Handle dwebp re-coding errors +### Fixed + +- Added workaround for wrong pre-downloads API format + ## [3.10.0] - 17.06.2024 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index d3ab982..bfa2e6e 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -98,23 +98,13 @@ impl SimpleComponent for AboutDialog { "

Added

", "", "

Fixed

", "", - - "

Changed

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