feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-07-21 09:32:56 +02:00
parent de780bd7f9
commit 287e79e79a
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 6 additions and 23 deletions

View file

@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- (potentially) Fixed `game.log` file overfilling at the start of the game - Fixed `game.log` file overfilling at the start of the game
- (potentially) Fixed RAM filling with the buffered game logs - Fixed RAM filling with the buffered game logs
- Fixed Discord RPC updates
## [3.10.2] - 19.07.2024 ## [3.10.2] - 19.07.2024

View file

@ -95,30 +95,12 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION, set_release_notes_version: &APP_VERSION,
set_release_notes: &[ set_release_notes: &[
"<p>Added</p>",
"<ul>",
"<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>", "<p>Fixed</p>",
"<ul>", "<ul>",
"<li>Fixed \"dwebp\" package name for fedora during initial setup</li>", "<li>Fixed \"game.log\" file overfilling at the start of the game</li>",
"</ul>", "<li>Fixed RAM filling with the buffered game logs</li>",
"<li>Fixed Discord RPC updates</li>",
"<p>Changed</p>",
"<ul>",
"<li>Updated FPS unlocker version</li>",
"<li>Changed background images processing logic</li>",
"</ul>",
"<p>Removed</p>",
"<ul>",
"<li>Removed \"xdelta3\" dependency</li>",
"</ul>" "</ul>"
].join("\n"), ].join("\n"),