feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-07-05 22:20:01 +02:00
parent 475ec23f0e
commit 9ac9f447e0
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 21 additions and 1 deletions

View file

@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed infinite updates loop on minor game patches (notably 1.0.1)
- Fixed prefix paths for proton builds for game drives mapping
### Changed
- Removed xdelta3 runtime dependency, updated dwebp package name for fedora
## [1.0.0] - 04.07.2024
🚀 Initial release

View file

@ -91,7 +91,18 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION,
set_release_notes: &[
"<p>Initial release</p>"
"<p>Fixed</p>",
"<ul>",
"<li>Fixed infinite updates loop on minor game patches (notably 1.0.1)</li>",
"<li>Fixed prefix paths for proton builds for game drives mapping</li>",
"</ul>",
"<p>Changed</p>",
"<ul>",
"<li>Removed xdelta3 runtime dependency, updated dwebp package name for fedora</li>",
"</ul>"
].join("\n"),
set_modal: true,