feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-12-29 22:50:24 +02:00
parent c4a383b5ee
commit e51eb8b1a1
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 16 additions and 12 deletions

View file

@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Fixed
- Fixed "Kill game process" button
### Changed
- Updated Turkish
- Updated German
- Updated Polish
- Updated Chinese
## [1.5.1] - 15.11.2023 ## [1.5.1] - 15.11.2023
### Added ### Added

View file

@ -97,26 +97,19 @@ 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>",
"<li>Added new fix for the API responses</li>",
"<li>Added voiceovers repairing support</li>",
"<li>Added special tooltips for concerning patch status</li>",
"</ul>",
"<p>Fixed</p>", "<p>Fixed</p>",
"<ul>", "<ul>",
"<li>Fixed launch button color in concerning patches</li>", "<li>Fixed \"Kill game process\" button</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Increased voiceovers version prediction error</li>", "<li>Updated Turkish</li>",
"<li>Updated German</li>",
"<li>Updated Polish</li>",
"<li>Updated Chinese</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),