mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-18 08:12:16 +03:00
feat: updated changelog
This commit is contained in:
parent
d51b428592
commit
abda7a3521
2 changed files with 18 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [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
|
||||
|
||||
### Added
|
||||
|
|
|
@ -98,15 +98,17 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added 4.6.0 voiceovers sizes</li>",
|
||||
"<li>Added Czech</li>",
|
||||
"<li>List missing dependencies on non-standard distros during initial setup</li>",
|
||||
"<li>Added 4.7.0 voiceovers sizes</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Changed labels for the payment processing options</li>",
|
||||
"<li>Changed one of translator's username</li>",
|
||||
"<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>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue