mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 12:26:00 +03:00
feat: updated changelog
This commit is contained in:
parent
8f4f1eaa39
commit
f32aa2465e
2 changed files with 32 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added "Indonesia" wine language option
|
||||
- Added writing of the game's output to the `game.log` file in the launcher's folder
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed `dwebp` package name for fedora during initial setup
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed background images processing logic
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed `xdelta3` dependency
|
||||
|
||||
## [3.10.1] - 02.07.2024
|
||||
|
||||
### Added
|
||||
|
|
|
@ -98,13 +98,26 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Handle dwebp re-coding errors</li>",
|
||||
"<li>Added \"Indonesia\" wine language option</li>",
|
||||
"<li>Added writing of the game's output to the \"game.log\" file in the launcher's folder</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added workaround for wrong pre-downloads API format</li>",
|
||||
"<li>Fixed \"dwebp\" package name for fedora during initial setup</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Changed background images processing logic</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Removed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Removed \"xdelta3\" dependency</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue