feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-06-17 15:19:15 +02:00
parent d51b428592
commit abda7a3521
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 18 additions and 4 deletions

View file

@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
- List missing dependencies on non-standard distros during initial setup
- Added 4.7.0 voiceovers sizes
### Changed
- Support new game API
- Improved background pictures processing
- Updated desktop file entry to include "aagl" keyword
- Localized `force-grab-cursor` to Ukrainian
## [3.9.6] - 08.05.2024 ## [3.9.6] - 08.05.2024
### Added ### Added

View file

@ -98,15 +98,17 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>", "<p>Added</p>",
"<ul>", "<ul>",
"<li>Added 4.6.0 voiceovers sizes</li>", "<li>List missing dependencies on non-standard distros during initial setup</li>",
"<li>Added Czech</li>", "<li>Added 4.7.0 voiceovers sizes</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Changed labels for the payment processing options</li>", "<li>Support new game API</li>",
"<li>Changed one of translator's username</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>",
"</ul>" "</ul>"
].join("\n"), ].join("\n"),