From 032e6be5826d146c4eddcfb9ff00a7839383d93a Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 9 Apr 2023 18:50:28 +0200 Subject: [PATCH] docs: updated changelog --- CHANGELOG.md | 7 +++++++ src/ui/about.rs | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c34c032..a69d53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added game environment switcher - Added game edition switcher - Added changelog to updated components toast +- Added wine tools to settings + +### Fixed + +- Added whitespaces removing from environment values ### Changed - Improved game repairing feature - Replaced `curl` dependency by native code +- Replaced static image by spinner in wine / dxvk version selection +- Made wine / dxvk versions always visible if they're downloaded ## [3.3.0] - 24.03.2023 diff --git a/src/ui/about.rs b/src/ui/about.rs index f255a6d..e590d08 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -88,6 +88,13 @@ impl SimpleComponent for AboutDialog { "
  • Added game environment switcher
  • ", "
  • Added game edition switcher
  • ", "
  • Added changelog to updated components toast
  • ", + "
  • Added wine tools to settings
  • ", + "", + + "

    Fixed

    ", + + "", "

    Changed

    ", @@ -95,6 +102,8 @@ impl SimpleComponent for AboutDialog { "", ].join("\n"),