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

", "