From c0b5e68a11a2a46b6b9af83d07ad05f9fa1e286b Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Wed, 9 Oct 2024 22:14:21 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 8 ++++++++ src/ui/about.rs | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bfb63..37a424c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added 5.1.0 voiceovers sizes + +### Removed + +- Removed Discord RPC support + ## [3.12.1] - 02.09.2024 ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index a30a697..bff91ed 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -95,10 +95,16 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Fixed

", + "

Added

", "", + + "

Removed

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