Releases: tpill90/steam-lancache-prefill
Releases · tpill90/steam-lancache-prefill
v2.4.0
What's Changed
- After changing your Steam account password, SteamPrefill will now correctly prompt for a new password on the next prefill run. #337
prefill
- The--nocache
flag is now a hidden debug flag. This flag is not typically needed in regular usage, as the cached manifests on disk greatly improve reliability. Theclear-cache
command still remains available in the occasion that the cached manifests need to be purged #345- Resolved a long running issue with downloads where a single request will indefinitely hang forever. Hanging requests will now correctly timeout and retry. #349
benchmark setup
- Adding a --preset option that allows for quick workload setup. The presets are both free games on Steam, so they can be used with any account. The current options include Destiny2 and Dota2 @tpill90 in #351- When a request fails for any reason, it will be assumed that there is something wrong with the chunk stored on the Lancache server, with subsequent retries attempting to repair the chunk stored on disk. #352
Full Changelog: v2.3.1...v2.4.0
v2.3.1
No code changes in this release. Removed the Git commit hash that the .NET 8 SDK was adding to the application's version, which was causing update.sh
to redownload infinitely.
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Upgraded project to .NET 8 #215
- Added an additional timeout when requesting a manifest request code.
Full Changelog: v2.2.3...v2.3.0
v2.2.3
What's Changed
- Removing caching of user owned licenses on disk. Depots can be added to an app at any time, and in the case of Counter Strike 2 this could prevent the app from being downloaded if it has been prefilled once before. Licenses will now be checked on every run at startup. #330
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Select-Apps - Should be fixing the ctrl+c issue for sure this time! #305
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- select-apps - The prefill run after selecting apps should now be able to be cancelled with
ctrl + c
#305 - benchmark setup - If the
--use-selected
flag is specified, SteamPrefill will now check to make sure that apps have been previously selected, and displays an error if there are no currently selected apps. #311 - Adding total data transferred to final prefill summary result #267
Full Changelog: v2.1.4...v2.2.0
v2.1.4
What's Changed
- update.sh - Fixing an issue in the "up to date" check that resulted in the latest release always being downloaded regardless of the currently installed version.
New Contributors
- @Nurtic-Vibe made their first contribution in #301
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- Geolocation lookup will no longer crash application due to an unhandled exception
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- SteamPrefill should use the correct regional CM server when connecting to Steam. Resolves an issue where Steam will randomly return a server in a non-local region, which sometimes causes timeouts (mainly Australia). Should also help improve overall login and metadata load times. #293
Full Changelog: v2.1.1...v2.1.2