mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 14:38:29 +03:00
docs: updated changelog
This commit is contained in:
parent
13d5394cb4
commit
f9bf0accf8
2 changed files with 17 additions and 1 deletions
10
CHANGELOG.md
10
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
|
||||
|
|
|
@ -82,10 +82,16 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added arguments and symlinks editor to sandbox settings</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed telemetry checking</li>",
|
||||
"<li>Fixed game running issue if you have spaces in paths</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue