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
c5fbeb2a44
commit
704b238ea5
2 changed files with 15 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -5,6 +5,17 @@ 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 game sandboxing feature
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed fractions displaying in components downloading progress bar
|
||||
- Moved to upgraded launcher SDK
|
||||
|
||||
## [3.4.1] - 12.04.2023
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -82,17 +82,17 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Fixed</p>",
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed base game's hdiff patches applying errors caused by 3.6's voiceovers files migration</li>",
|
||||
"<li>Fixed xlua patch applying</li>",
|
||||
"<li>Added game sandboxing feature</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Removed fractions displaying in repairer's progress bar</li>",
|
||||
"<li>Removed fractions displaying in components downloading progress bar</li>",
|
||||
"<li>Moved to upgraded launcher SDK</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue