feat: updated changelog

This commit is contained in:
Nikita Podvirnyi 2024-08-29 18:30:04 +02:00
parent aaecdd43b4
commit be3ae3ab1b
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 21 additions and 5 deletions

View file

@ -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

View file

@ -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"),