feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-12-29 21:49:53 +02:00
parent 4c4a6476e8
commit a22b582d8b
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 5 additions and 13 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Changed
- Replaced FPS unlocker by a custom one
## [3.9.3] - 23.12.2023 ## [3.9.3] - 23.12.2023
### Added ### Added

View file

@ -92,22 +92,10 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION, set_release_notes_version: &APP_VERSION,
set_release_notes: &[ set_release_notes: &[
"<p>Added</p>",
"<ul>",
"<li>Added `UpdatingPermissions` installation step</li>",
"<li>Downloaders now will skip finished files and truncate them if needed</li>",
"</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Increased voiceovers version prediction error</li>", "<li>Replaced FPS unlocker by a custom one</li>",
"<li>Updated FPS Unlocker version which fixes new game version integration issue</li>",
"<li>Updated Turkish</li>",
"<li>Updated German</li>",
"<li>Updated Chinese</li>",
"<li>Updated Polish</li>",
"</ul>" "</ul>"
].join("\n"), ].join("\n"),