feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-08-02 11:18:42 +02:00
parent 0e692df475
commit 5a23eef691
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 15 additions and 5 deletions

View file

@ -95,12 +95,22 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION, set_release_notes_version: &APP_VERSION,
set_release_notes: &[ set_release_notes: &[
"<p>Fixed</p>", "<p>Added</p>",
"<ul>", "<ul>",
"<li>Fixed \"game.log\" file overfilling at the start of the game</li>", "<li>Respect root \".version\" file for game version parsing</li>",
"<li>Fixed RAM filling with the buffered game logs</li>", "</ul>",
"<li>Fixed Discord RPC updates</li>",
"<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>" "</ul>"
].join("\n"), ].join("\n"),