mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
feat: updated changelog
This commit is contained in:
parent
985b66d72b
commit
9308086bec
2 changed files with 16 additions and 19 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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/),
|
||||
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
|
||||
|
||||
### Added
|
||||
|
@ -162,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<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.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
|
||||
|
|
|
@ -78,32 +78,17 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
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>",
|
||||
|
||||
"<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>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Improved game repairing feature</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>",
|
||||
"<li>Removed fractions displaying in repairer's progress bar</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue