feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-08-02 16:40:54 +02:00
parent 4759df1aa4
commit f359be9f3b
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added "kill game process" button when chosen behavior keeps launcher window open
- Bundled some icons into the app for consistency across the systems
- Added better panics handler
- Added Swedish
### Fixed

View file

@ -90,6 +90,7 @@ impl SimpleComponent for AboutDialog {
"简体中文 — Caibin Chen https://github.com/tigersoldier",
"日本語 — @zozonteq https://github.com/zozonteq",
// Hungarian?
"Svenska — Jakob Fridesjö https://github.com/jakobfridesjo",
].join("\n"),
set_debug_info: &[
@ -112,6 +113,7 @@ impl SimpleComponent for AboutDialog {
"<li>Added \"kill game process\" button when chosen behavior keeps launcher window open</li>",
"<li>Bundled some icons into the app for consistency across the systems</li>",
"<li>Added better panics handler</li>",
"<li>Added Swedish</li>",
"</ul>",
"<p>Fixed</p>",