Skip to content

Releases: tpill90/battlenet-lancache-prefill

v2.0.0

27 May 20:46
Compare
Choose a tag to compare

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. The clear-cache command still remains available in the occasion that the cached manifests need to be purged #110
  • prefill - Adding total data transferred to final prefill summary result #75 image
  • 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

26 Dec 20:26
Compare
Choose a tag to compare

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

Full Changelog: v1.6.1...v1.7.0

v1.6.1

09 Jun 02:15
Compare
Choose a tag to compare

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

Full Changelog: v1.6.0...v1.6.1

v1.6.0

29 May 21:35
Compare
Choose a tag to compare

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

14 Dec 19:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.5.0

v1.4.2

15 Nov 22:28
Compare
Choose a tag to compare

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

19 Aug 14:25
Compare
Choose a tag to compare

No changes in this version, simply updating the version to v1.4.1 to correct the previous release having the wrong version of v1.3.0

v1.4.0

15 Aug 17:35
Compare
Choose a tag to compare

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

* Adding `clear-cache` command that will empty temporary files to save space https://github.com/tpill90/battlenet-lancache-prefill

* Reworked console output colors to be more consistent with *SteamPrefill*

* Removed Utf8Json, which resulted in a 5mb file size savings!

New Contributors

Full Changelog: v1.3...v1.4.0

v1.3.0

09 Jul 20:02
Compare
Choose a tag to compare
  • Download speeds will now be displayed in bits, using decimal prefixes (ex. kilobit = 1000 bits). This should match up better with how network transfer speeds are usually displayed.
    image
  • An update check has been added to notify when a newer version is available
    image
  • Resolved performance issue from issues/21. Download handling should be smarter about how small requests are handled, and overall throughput should be improved.

v1.2.0

16 Jun 18:07
Compare
Choose a tag to compare

What's Changed

  • Added support for Diablo Immortal
  • Upgraded to dotnet 6. This upgrade will bring performance improvements, as well as a smaller file size.