feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-07-02 09:38:44 +02:00
parent 79fc467d73
commit 4d48cd7725
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 6 additions and 12 deletions

View file

@ -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

View file

@ -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"),