mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-21 20:28:56 +03:00
feat: updated changelog
This commit is contained in:
parent
79fc467d73
commit
4d48cd7725
2 changed files with 6 additions and 12 deletions
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Handle dwebp re-coding errors
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added workaround for wrong pre-downloads API format
|
||||
|
||||
## [3.10.0] - 17.06.2024
|
||||
|
||||
### Added
|
||||
|
|
|
@ -98,23 +98,13 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>List missing dependencies on non-standard distros during initial setup</li>",
|
||||
"<li>Added 4.7.0 voiceovers sizes</li>",
|
||||
"<li>Handle dwebp re-coding errors</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed Italian localization breaking the launcher</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Support new game API</li>",
|
||||
"<li>Improved background pictures processing</li>",
|
||||
"<li>Updated desktop file entry to include aagl keyword</li>",
|
||||
"<li>Localized force-grab-cursor to Ukrainian</li>",
|
||||
"<li>Added workaround for wrong pre-downloads API format</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue