feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-04-12 15:47:57 +02:00
parent 985b66d72b
commit 9308086bec
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 16 additions and 19 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).
## [3.4.1] - 12.04.2023
### Fixed
- Fixed base game's hdiff patches applying errors caused by 3.6's voiceovers files migration
- Fixed xlua patch applying
### Changed
- Removed fractions displaying in repairer's progress bar
## [3.4.0] - 11.04.2023 ## [3.4.0] - 11.04.2023
### Added ### Added
@ -162,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<br> <br>
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.4.0...next [unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.4.1...next
[3.4.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.4.0...3.4.1
[3.4.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.3.0...3.4.0 [3.4.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.3.0...3.4.0
[3.3.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.2.1...3.3.0 [3.3.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.2.1...3.3.0
[3.2.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.2.0...3.2.1 [3.2.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.2.0...3.2.1

View file

@ -78,32 +78,17 @@ 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 installation migration feature</li>",
"<li>Added game environment switcher</li>",
"<li>Added game edition switcher</li>",
"<li>Added changelog to updated components toast</li>",
"<li>Added wine tools to settings</li>",
"<li>Added preferences search</li>",
"<li>Added new progress bar statuses for applyign hdiff patches and removing outdated files</li>",
"<li>Added automatic 3.5 -> 3.6 voiceover files migration related to changed files structure</li>",
"</ul>",
"<p>Fixed</p>", "<p>Fixed</p>",
"<ul>", "<ul>",
"<li>Added whitespaces removing from environment values</li>", "<li>Fixed base game's hdiff patches applying errors caused by 3.6's voiceovers files migration</li>",
"<li>Fixed xlua patch applying</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Improved game repairing feature</li>", "<li>Removed fractions displaying in repairer's progress bar</li>",
"<li>Replaced curl dependency by native code</li>",
"<li>Replaced static image by spinner in wine / dxvk version selection</li>",
"<li>Made wine / dxvk versions always visible if they're downloaded</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),