docs: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-06-14 11:40:12 +02:00
parent 2da57a3417
commit 43eb0e464e
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 16 additions and 24 deletions

View file

@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed check button style for newly made sessions
- Fixed repairer's NaN progress
- Fixed game session selection when current one is removed
### Changed
- Updated Spanish
- Updated Hungarian (fixed #194)
## [3.7.1] - 11.06.2023
### Added

View file

@ -104,38 +104,19 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION,
set_release_notes: &[
"<p>Added</p>",
"<ul>",
"<li>Added Discord RPC icon selection</li>",
"<li>Added Japanese</li>",
"<li>Added Hungarian</li>",
"</ul>",
"<p>Fixed</p>",
"<ul>",
"<li>Fixed progress bar style after running game repairer</li>",
"<li>Fixed repair button functionality</li>",
"<li>Fixed default launcher language selection at the first start</li>",
"<li>Fixed some installer updates reporting (including \"checking free space\")</li>",
"<li>Fixed check button style for newly made sessions</li>",
"<li>Fixed repairer's NaN progress</li>",
"<li>Fixed game session selection when current one is removed</li>",
"</ul>",
"<p>Changed</p>",
"<ul>",
"<li>Reworked game sessions selection</li>",
"<li>Updated Indonesian</li>",
"<li>Updated French</li>",
"<li>Made initial tasks async which has decreased startup time</li>",
"<li>Updated fps unlocker to 2.1.1</li>",
"</ul>",
"<p>Removed</p>",
"<ul>",
"<li>Removed 3.7.0 workaround</li>",
"<li>Removed patch mirror migration</li>",
"<li>Updated Spanish</li>",
"<li>Updated Hungarian</li>",
"</ul>",
].join("\n"),