feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-05-06 14:03:16 +02:00
parent fa4882448e
commit 33e479783f
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 35 additions and 3 deletions

View file

@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added rules approving dialog to the first run window
- Added game settings section
- Added game sessions manager
- Added `LAUNCHER_FOLDER` variable support.
Using this you can specify root path where the launcher stores `config.json` and other files
- Added patch repository mirror
### Changed
- Improved launcher logo rendering quality
- Reworked entry rows in the settings
### Fixed
- Fixed wine tools running using proton builds
- Fixed sandboxed game running (sounds are broken for now)
## [3.5.2] - 17.04.2023
### Added
@ -203,7 +222,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.5.1...next
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.5.2...next
[3.5.2]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.5.1...3.5.2
[3.5.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.4.1...3.5.0
[3.4.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.4.0...3.4.1

View file

@ -88,13 +88,25 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>",
"<ul>",
"<li>Added arguments and symlinks editor to sandbox settings</li>",
"<li>Added rules approving dialog to the first run window</li>",
"<li>Added game settings section</li>",
"<li>Added game sessions manager</li>",
"<li>Added `LAUNCHER_FOLDER` variable support</li>",
"<li>Added patch repository mirror</li>",
"</ul>",
"<p>Changed</p>",
"<ul>",
"<li>Improved launcher logo rendering quality</li>",
"<li>Reworked entry rows in the settings</li>",
"</ul>",
"<p>Fixed</p>",
"<ul>",
"<li>Fixed game running issue if you have spaces in paths</li>",
"<li>Fixed wine tools running using proton builds</li>",
"<li>Fixed sandboxed game running (sounds are broken for now)</li>",
"</ul>",
].join("\n"),