docs: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-04-17 19:09:30 +02:00
parent 13d5394cb4
commit f9bf0accf8
2 changed files with 17 additions and 1 deletions

View file

@ -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/), 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). 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 ## [3.5.1] (hotfix) - 16.04.2023
### Fixed ### Fixed

View file

@ -82,10 +82,16 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: &APP_VERSION, set_release_notes_version: &APP_VERSION,
set_release_notes: &[ set_release_notes: &[
"<p>Added</p>",
"<ul>",
"<li>Added arguments and symlinks editor to sandbox settings</li>",
"</ul>",
"<p>Fixed</p>", "<p>Fixed</p>",
"<ul>", "<ul>",
"<li>Fixed telemetry checking</li>", "<li>Fixed game running issue if you have spaces in paths</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),