mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 12:17:35 +03:00
feat: updated changelog
This commit is contained in:
parent
0e692df475
commit
5a23eef691
2 changed files with 15 additions and 5 deletions
|
@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Changed
|
||||
|
||||
- Prioritize parsed game version over the API response
|
||||
- Prioritize parsed game version over the API response
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -95,12 +95,22 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Fixed</p>",
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<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>",
|
||||
"<li>Respect root \".version\" file for game version parsing</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Prioritize parsed game version over the API response</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Removed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Removed migrate installation feature</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue