Releases: tpill90/battlenet-lancache-prefill
Releases · tpill90/battlenet-lancache-prefill
v2.0.0
What's Changed
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 #110prefill
- Adding total data transferred to final prefill summary result #75- Resolved a long running issue with downloads where a single request will indefinitely hang forever. Hanging requests will now correctly timeout and retry. #111
- 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. #112
list-products
- Deprecated command has now been removed.select-apps
should now be used instead to determine which products will be downloaded.
Full Changelog: v1.7.0...v2.0.0
v1.7.0
What's Changed
- Renamed Call of Duty: Warzone to Call of Duty: Modern Warfare 2019
- Renamed Call of Duty: Modern Warfare 2 to Call of Duty
- select-apps - When choosing to prefill after selecting apps,
ctrl+c
will now cancel the prefill run. - Upgraded to .NET 8
- Ignoring two unused buildconfig variables that display as a warning.
- Added a
--verbose
flag to the prefill command
New Contributors
- @MatiasLGonzalez made their first contribution in #106
Full Changelog: v1.6.1...v1.7.0
v1.6.1
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 #95
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- BattlenetPrefill now has
select-apps
. - Added support for Diablo 4 with the
fenris
product code - Adding
--no-ansi
flag - Adding check to see if a user has double clicked the exe, and will display a warning message that this application must be run from the command line.
- Added an auto update script for Linux and Windows
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Added Docker support : https://hub.docker.com/r/tpill90/battlenet-lancache-prefill
- Adding retry handling to Archive index downloads #65
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- Added Modern Warfare 2 (2022) support
- Renamed Overwatch to Overwatch 2
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
What's Changed
Linux-Arm64
is now a supported platform! #31- Disable globalization, will no longer crash when run in a Docker container. By @TurboSlayer #28
- Adding automatic detection of the Lancache server when running on the server itself.
- #30
New Contributors
- @TurboSlayer made their first contribution in #29
Full Changelog: v1.3...v1.4.0
v1.3.0
- Download speeds will now be displayed in
bits
, usingdecimal
prefixes (ex. kilobit = 1000 bits). This should match up better with how network transfer speeds are usually displayed.
- An update check has been added to notify when a newer version is available
- Resolved performance issue from issues/21. Download handling should be smarter about how small requests are handled, and overall throughput should be improved.