feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-08-02 14:48:50 +02:00
parent acc6e77c61
commit 51c4f66ba8
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3

View file

@ -103,18 +103,30 @@ impl SimpleComponent for AboutDialog {
"<p>Added</p>", "<p>Added</p>",
"<ul>", "<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>",
"<li>Respect root \".version\" file for game version parsing</li>", "<li>Respect root \".version\" file for game version parsing</li>",
"<li>Added 2.4.0 voiceovers sizes</li>",
"</ul>",
"<p>Fixed</p>",
"<ul>",
"<li>Fixed \"dwebp\" package name for fedora during initial setup</li>",
"<li>Fixed Discord RPC updates</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Changed background images processing logic</li>",
"<li>Prioritize parsed game version over the API response</li>", "<li>Prioritize parsed game version over the API response</li>",
"</ul>", "</ul>",
"<p>Removed</p>", "<p>Removed</p>",
"<ul>", "<ul>",
"<li>Removed \"xdelta3\" dependency</li>",
"<li>Removed migrate installation feature</li>", "<li>Removed migrate installation feature</li>",
"</ul>" "</ul>"
].join("\n"), ].join("\n"),