feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-07-29 16:50:35 +02:00
parent 448be1400b
commit d6208ee6de
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 25 additions and 1 deletions

View file

@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
- Added new gamescope version compatibility
### Fixed
- Fixed predownload button sensitivity
### Changed
- Improved pre-downloads state checking
## [3.7.6] - 15.07.2023 ## [3.7.6] - 15.07.2023
### Fixed ### Fixed

View file

@ -104,10 +104,22 @@ 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 new gamescope version compatibility</li>",
"</ul>",
"<p>Fixed</p>", "<p>Fixed</p>",
"<ul>", "<ul>",
"<li>Fixed game launching on installs without `launcher.bat` file</li>", "<li>Fixed predownload button sensitivity</li>",
"</ul>",
"<p>Changed</p>",
"<ul>",
"<li>Improved pre-downloads state checking</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),