mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
feat: updated changelog
This commit is contained in:
parent
334539dbf8
commit
c0708c6eb2
2 changed files with 13 additions and 6 deletions
|
@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Changed
|
||||
|
||||
- Increased voiceovers version prediction error
|
||||
- Updated FPS Unlocker version which fixes new game version integration issue
|
||||
- Updated Turkish
|
||||
- Updated German
|
||||
- Updated Chinese
|
||||
- Updated Polish
|
||||
|
||||
## [3.9.2] - 13.11.2023
|
||||
|
||||
|
|
|
@ -95,17 +95,19 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added Korean</li>",
|
||||
"<li>Added Dutch</li>",
|
||||
"<li>Added 4.2.0 voiceovers sizes</li>",
|
||||
"<li>Made free space checks resolve symlinks</li>",
|
||||
"<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>Updated development libraries versions</li>",
|
||||
"<li>Updated Japanese</li>",
|
||||
"<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>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue