Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Aug 2, 2023
1 parent 4759df1 commit f359be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: &[
Expand All @@ -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>",
Expand Down

0 comments on commit f359be9

Please sign in to comment.