From 76103af95da6742f1d3abd2fc0760c8a3cf4191b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 14 Jul 2023 07:50:09 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 15 +++++++++++++++ src/ui/about.rs | 15 ++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b714bf3..0bac922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed telemetry disabling + +### Changed + +- Updated Italian +- Updated Hungarian +- Updated Japanese +- Updated Indonesian +- Updated Spanish +- Updated Turkish +- Updated Chinese +- Disabled patch applying for new installations + ## [3.7.4] (hotfix) - 19.06.2023 ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index 925e4fc..85b76e6 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -107,7 +107,20 @@ impl SimpleComponent for AboutDialog { "

Fixed

", "", + + "

Changed

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