mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 07:11:26 +03:00
feat: updated changelog
This commit is contained in:
parent
4759df1aa4
commit
f359be9f3b
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Add table
Reference in a new issue