From a22b582d8b3a05af83e49d2d58667fb1d82984d3 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 29 Dec 2023 21:49:53 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 4 ++++ src/ui/about.rs | 14 +------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b387205..929d50f 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] +### Changed + +- Replaced FPS unlocker by a custom one + ## [3.9.3] - 23.12.2023 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index eee6003..e681af1 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -92,22 +92,10 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - "

Changed

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