diff --git a/CHANGELOG.md b/CHANGELOG.md index 2355f6f..c9307eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Added arguments and symlinks editor to sandbox settings + +### Fixed + +- Fixed game running issue if you have spaces in paths + ## [3.5.1] (hotfix) - 16.04.2023 ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index 37dcf42..9e0105e 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -82,10 +82,16 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ + "

Added

", + + "", + "

Fixed

", "", ].join("\n"),