feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-07-19 13:22:39 +02:00
parent 8f4f1eaa39
commit f32aa2465e
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 32 additions and 2 deletions

View file

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

View file

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