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