From bc89e061e6f46745dbf70b8e5727753ca3a47b8e Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 6 May 2023 15:31:00 +0200 Subject: [PATCH] feat: updated changelog --- CHANGELOG.md | 17 +++++++++++++++++ src/ui/about.rs | 6 ++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15649c..0c9ced4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added game settings section +- Added game sessions manager +- Added `LAUNCHER_FOLDER` variable support. + Using this you can specify root path where the launcher stores `config.json` and other files +- Added patch repository mirror + +### Changed + +- Improved launcher logo rendering quality +- Reworked entry rows in the settings + +### Fixed + +- Fixed sandboxed game running (sounds are broken for now) + ## [1.0.0] 🚀 Initial release diff --git a/src/ui/about.rs b/src/ui/about.rs index b7bff25..d56a8bc 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -80,11 +80,10 @@ impl SimpleComponent for AboutDialog { ].join("\n"), set_release_notes_version: &APP_VERSION, - /*set_release_notes: &[ + set_release_notes: &[ "

Added

", "