From 196423852f61c115c86dda57119b50cf64a44758 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 2 Aug 2023 15:41:06 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 1 + src/ui/about.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913db7f..32893aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/ui/about.rs b/src/ui/about.rs index 7c70665..cb295e1 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -111,6 +111,7 @@ impl SimpleComponent for AboutDialog { "
  • 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

    ",