feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-05-06 15:31:00 +02:00
parent 8007270f48
commit bc89e061e6
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 19 additions and 4 deletions

View file

@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
- 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 sandboxed game running (sounds are broken for now)
## [1.0.0] ## [1.0.0]
🚀 Initial release 🚀 Initial release

View file

@ -80,11 +80,10 @@ impl SimpleComponent for AboutDialog {
].join("\n"), ].join("\n"),
set_release_notes_version: &APP_VERSION, set_release_notes_version: &APP_VERSION,
/*set_release_notes: &[ set_release_notes: &[
"<p>Added</p>", "<p>Added</p>",
"<ul>", "<ul>",
"<li>Added rules approving dialog to the first run window</li>",
"<li>Added game settings section</li>", "<li>Added game settings section</li>",
"<li>Added game sessions manager</li>", "<li>Added game sessions manager</li>",
"<li>Added `LAUNCHER_FOLDER` variable support</li>", "<li>Added `LAUNCHER_FOLDER` variable support</li>",
@ -101,10 +100,9 @@ impl SimpleComponent for AboutDialog {
"<p>Fixed</p>", "<p>Fixed</p>",
"<ul>", "<ul>",
"<li>Fixed wine tools running using proton builds</li>",
"<li>Fixed sandboxed game running (sounds are broken for now)</li>", "<li>Fixed sandboxed game running (sounds are broken for now)</li>",
"</ul>", "</ul>",
].join("\n"),*/ ].join("\n"),
set_modal: true, set_modal: true,
set_hide_on_close: true, set_hide_on_close: true,