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
aaecdd43b4
commit
be3ae3ab1b
2 changed files with 21 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added 4.8.0 and 5.0.0 voiceovers sizes
|
||||
- Apply chmod 755 to extracted files if 7z was used
|
||||
|
||||
### Changed
|
||||
|
||||
- Reworked gamescope settings
|
||||
|
||||
### Fixed
|
||||
|
||||
- Create cache folder if it doesn't exist
|
||||
- (potentially) fixed a bug with pre-download button
|
||||
- Fixed calculation of unpacked files size due to API changes
|
||||
- Respect downloaded file size in free space check
|
||||
|
||||
## [3.11.0] - 02.08.2024
|
||||
|
||||
|
|
|
@ -98,19 +98,23 @@ impl SimpleComponent for AboutDialog {
|
|||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Respect root \".version\" file for game version parsing</li>",
|
||||
"<li>Added 4.8.0 and 5.0.0 voiceovers sizes</li>",
|
||||
"<li>Apply chmod 755 to extracted files if 7z was used</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Prioritize parsed game version over the API response</li>",
|
||||
"<li>Reworked gamescope settings</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Removed</p>",
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Removed migrate installation feature</li>",
|
||||
"<li>Create cache folder if it doesn't exist</li>",
|
||||
"<li>(potentially) fixed a bug with pre-download button</li>",
|
||||
"<li>Fixed calculation of unpacked files size due to API changes</li>",
|
||||
"<li>Respect downloaded file size in free space check</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue