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
475ec23f0e
commit
9ac9f447e0
2 changed files with 21 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue