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
de780bd7f9
commit
287e79e79a
2 changed files with 6 additions and 23 deletions
|
@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixed
|
||||
|
||||
- (potentially) Fixed `game.log` file overfilling at the start of the game
|
||||
- (potentially) Fixed RAM filling with the buffered game logs
|
||||
- Fixed `game.log` file overfilling at the start of the game
|
||||
- Fixed RAM filling with the buffered game logs
|
||||
- Fixed Discord RPC updates
|
||||
|
||||
## [3.10.2] - 19.07.2024
|
||||
|
||||
|
|
|
@ -95,30 +95,12 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
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>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed \"dwebp\" package name for fedora during initial setup</li>",
|
||||
"</ul>",
|
||||
|
||||
"<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>",
|
||||
"<li>Fixed \"game.log\" file overfilling at the start of the game</li>",
|
||||
"<li>Fixed RAM filling with the buffered game logs</li>",
|
||||
"<li>Fixed Discord RPC updates</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue