mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 12:17:35 +03:00
81 lines
1.9 KiB
Markdown
81 lines
1.9 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.3.0] - 09.10.2024
|
|
|
|
### Removed
|
|
|
|
- Removed Discord RPC support
|
|
|
|
## [1.2.1] - 02.09.2024
|
|
|
|
### Fixed
|
|
|
|
- Fixed gamescope config file layout
|
|
|
|
## [1.2.0] - 01.09.2024
|
|
|
|
### Added
|
|
|
|
- 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
|
|
|
|
## [1.1.0] - 16.08.2024
|
|
|
|
### Added
|
|
|
|
- Respect root `.version` file for game version parsing
|
|
- Added disabling of 2 new telemetry servers
|
|
|
|
### Fixed
|
|
|
|
- Create cache folder if it doesn't exist
|
|
|
|
### Changed
|
|
|
|
- Prioritize parsed game version over the API response
|
|
|
|
### Removed
|
|
|
|
- Removed migrate installation feature
|
|
|
|
## [1.0.1] - 05.07.2024
|
|
|
|
### Fixed
|
|
|
|
- Fixed infinite updates loop on minor game patches (notably 1.0.1)
|
|
- Fixed prefix paths for proton builds for game drives mapping
|
|
|
|
### Changed
|
|
|
|
- Removed xdelta3 runtime dependency, updated dwebp package name for fedora
|
|
|
|
## [1.0.0] - 04.07.2024
|
|
|
|
🚀 Initial release
|
|
|
|
<br>
|
|
|
|
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.3.0...next
|
|
[1.3.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.1...1.3.0
|
|
[1.2.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.0...1.2.1
|
|
[1.2.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.1.0...1.2.0
|
|
[1.1.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...1.1.0
|
|
[1.0.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.0...1.0.1
|
|
[1.0.0]: https://github.com/an-anime-team/sleepy-launcher/releases/tag/1.0.0
|