v2.0.0
What's Changed
- Upgraded project to .NET 8 #38
select-apps
- The prefill run after selecting apps should now be able to be cancelled withctrl + c
#35
Prefill
- 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. #51
- Resolved a long running issue with downloads where a single request will indefinitely hang forever. Hanging requests will now correctly timeout and retry. #50
- 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 #48 /pull/55 - Unreal Engine will no longer be included when using the
--all
flag #47 - Adding total data transferred to final prefill summary result #18
Full Changelog: v1.2.0...v2.0.0