mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 14:38:29 +03:00
feat: updated changelog
This commit is contained in:
parent
4c4a6476e8
commit
a22b582d8b
2 changed files with 5 additions and 13 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Replaced FPS unlocker by a custom one
|
||||
|
||||
## [3.9.3] - 23.12.2023
|
||||
|
||||
### Added
|
||||
|
|
|
@ -92,22 +92,10 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added `UpdatingPermissions` installation step</li>",
|
||||
"<li>Downloaders now will skip finished files and truncate them if needed</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Increased voiceovers version prediction error</li>",
|
||||
"<li>Updated FPS Unlocker version which fixes new game version integration issue</li>",
|
||||
"<li>Updated Turkish</li>",
|
||||
"<li>Updated German</li>",
|
||||
"<li>Updated Chinese</li>",
|
||||
"<li>Updated Polish</li>",
|
||||
"<li>Replaced FPS unlocker by a custom one</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue