docs: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-04-16 14:34:38 +02:00
parent c5fbeb2a44
commit 704b238ea5
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 15 additions and 4 deletions

View file

@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added game sandboxing feature
### Changed
- Removed fractions displaying in components downloading progress bar
- Moved to upgraded launcher SDK
## [3.4.1] - 12.04.2023 ## [3.4.1] - 12.04.2023
### Fixed ### Fixed

View file

@ -82,17 +82,17 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION, set_release_notes_version: &APP_VERSION,
set_release_notes: &[ set_release_notes: &[
"<p>Fixed</p>", "<p>Added</p>",
"<ul>", "<ul>",
"<li>Fixed base game's hdiff patches applying errors caused by 3.6's voiceovers files migration</li>", "<li>Added game sandboxing feature</li>",
"<li>Fixed xlua patch applying</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Removed fractions displaying in repairer's progress bar</li>", "<li>Removed fractions displaying in components downloading progress bar</li>",
"<li>Moved to upgraded launcher SDK</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),