diff --git a/CHANGELOG.md b/CHANGELOG.md index 96dfe04..45ffaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added Discord RPC icon selection + +### Fixed + +- Fixed progress bar style after running game repairer +- Fixed repair button functionality (#186) +- Fixed default launcher language selection at the first start +- Fixed some installer updates reporting (including "checking free space") + +### Changed + +- Reworked game sessions selection +- Updated Indonesian +- Updated French +- Made initial tasks async which has decreased startup time +- Updated fps unlocker to 2.1.1 + +### Removed + +- Removed 3.7.0 workaround +- Removed patch mirror migration + ## [3.7.0] - 24.05.2023 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index b654668..753b1fa 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -66,8 +66,8 @@ impl SimpleComponent for AboutDialog { set_translator_credits: &[ "Русский, English — Nikita Podvirnyy https://github.com/krypt0nn", "Deutsch — @Marie https://github.com/Mar0xy", - "Español — Lautaro Garavano https://github.com/Rattlehead15", "Français — @zeGolem https://github.com/zeGolem", + "Español — Lautaro Garavano https://github.com/Rattlehead15", "Türkçe — @Kaozix https://github.com/Kaozix1776", "Türkçe — Kayra Nachfolger https://github.com/kayranachfolger", "Italiano - @QuazarOmega https://github.com/quazar-omega", @@ -90,45 +90,33 @@ impl SimpleComponent for AboutDialog { "

Added

", "", "

Fixed

", "", "

Changed

", "", "

Removed

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