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
",
"",
- "- Added Italian
",
- "- Added Indonesian
",
- "- Added dynamic main button icon switching
",
- "- Set button label as \"Resume\" when the diff is part downloaded
",
- "- Added options to use wine / gstreamer shared libraries from selected wine build. These options will configure `LD_LIBRARY_PATH` and `GST_PLUGIN_PATH` environment variables
",
- "- Added setting of `LC_ALL` in wine lang setting
",
- "- Added `LAUNCHER_REQUESTS_TIMEOUT` environment variable
",
- "- Added option to disable main patch applying
",
+ "- Added Discord RPC icon selection
",
"
",
"Fixed
",
"",
- "- Fixed session applying on each launcher start
",
- "- Fixed predownload button ui
",
- "- Fixed proton builds integration with sandbox
",
- "- Fixed compatibility between sessions manager and sandbox
",
- "- Fixed sandboxing of inexisting folders
",
+ "- Fixed progress bar style after running game repairer
",
+ "- Fixed repair button functionality
",
+ "- Fixed default launcher language selection at the first start
",
+ "- Fixed some installer updates reporting (including \"checking free space\")
",
"
",
"Changed
",
"",
- "- Apply selected session before launching the game. This will properly save your game session when you switch between wine prefixes
",
- "- Redesigned main button
",
- "- Used `whatadistro` to identify recommended package manager in the first run window
",
- "- Moved a lot of settings to separate page
",
- "- Set fsr quality mode in enhancements settings instead of strength
",
- "- Updated fps unlocker data
",
- "- Made temporary workaround to the game API changes
",
- "- Increased default requests timeout to 8 seconds
",
- "- Updated minreq to support `http_proxy`-like variables
",
- "- Disabled xlua patch applying by default
",
+ "- 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 Futex2 wine sync option
",
+ "- Removed 3.7.0 workaround
",
+ "- Removed patch mirror migration
",
"
",
].join("\n"),