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
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
### Fixed
|
||||||
|
|
||||||
- Create cache folder if it doesn't exist
|
- 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
|
## [3.11.0] - 02.08.2024
|
||||||
|
|
||||||
|
@ -491,7 +503,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved components downloading in initial setup
|
- Improved components downloading in initial setup
|
||||||
|
|
||||||
## [3.1.2] - 07.03.2023
|
## [3.1.2] - 07.03.2023
|
||||||
|
|
||||||
|
|
|
@ -98,19 +98,23 @@ impl SimpleComponent for AboutDialog {
|
||||||
"<p>Added</p>",
|
"<p>Added</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<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>",
|
"</ul>",
|
||||||
|
|
||||||
"<p>Changed</p>",
|
"<p>Changed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Prioritize parsed game version over the API response</li>",
|
"<li>Reworked gamescope settings</li>",
|
||||||
"</ul>",
|
"</ul>",
|
||||||
|
|
||||||
"<p>Removed</p>",
|
"<p>Fixed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<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>"
|
"</ul>"
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue