mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-01 13:33:31 +03:00
feat: updated changelog
This commit is contained in:
parent
78bed0f933
commit
196423852f
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Added "launcher behavior" option
|
||||
- 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
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -111,6 +111,7 @@ impl SimpleComponent for AboutDialog {
|
|||
"<li>Added \"launcher behavior\" option</li>",
|
||||
"<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>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
|
Loading…
Add table
Reference in a new issue