mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 14:38:29 +03:00
feat: updated changelog
This commit is contained in:
parent
fa4882448e
commit
33e479783f
2 changed files with 35 additions and 3 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue