feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-09-02 21:08:16 +02:00
parent 05f532cbc2
commit b2ef0c1762
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 9 additions and 18 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.12.1] - 02.09.2024
### Fixed
- Fixed gamescope config file layout
## [3.12.0] - 01.09.2024 ## [3.12.0] - 01.09.2024
### Added ### Added
@ -568,7 +574,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.12.0...next [unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.1...next
[3.12.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...3.12.1
[3.12.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.11.0...3.12.0 [3.12.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.11.0...3.12.0
[3.11.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.3...3.11.0 [3.11.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.3...3.11.0
[3.10.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.2...3.10.2 [3.10.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.2...3.10.2

View file

@ -95,26 +95,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 4.8.0 and 5.0.0 voiceovers sizes</li>",
"<li>Apply chmod 755 to extracted files if 7z was used</li>",
"</ul>",
"<p>Changed</p>",
"<ul>",
"<li>Reworked gamescope settings</li>",
"</ul>",
"<p>Fixed</p>", "<p>Fixed</p>",
"<ul>", "<ul>",
"<li>Create cache folder if it doesn't exist</li>", "<li>Fixed gamescope config file layout</li>",
"<li>(potentially) fixed a bug with pre-download button</li>",
"<li>Fixed calculation of unpacked files size due to API changes</li>",
"<li>Respect downloaded file size in free space check</li>",
"</ul>" "</ul>"
].join("\n"), ].join("\n"),