Skip to content

Releases: tpill90/steam-lancache-prefill

v1.8.0

22 Nov 01:02
Compare
Choose a tag to compare

What's Changed

  • Changed default grid colors to help with overall readability #150
    image

  • --top will now use the official Steam API to get most played games, replacing the SteamSpy API which seems to be permanently broken #120

  • Added support for Linux downloads with the new --os flag. Downloads will default to Windows, however using --os linux will download Linux only. #21

  • Adding --no-ansi to all commands #219

  • Bumping down the download concurrency to 30 instead of 50. This should help reduce internet resource contention when downloading with SteamPrefill #212

  • Fixed certain games not downloading all depots due to how Steam handles DLCs #200
    image

  • Removed the select-apps-beta command

Other changes

  • Catching timeout exceptions when loading App metadata, and displaying… by @tpill90 in #221
  • Changing the way manifests are downloaded from parallel to serial. T… by @tpill90 in #225

Full Changelog: v1.7.3...v1.8.0

v1.7.3

31 Oct 21:56
Compare
Choose a tag to compare

What's Changed

  • select-apps should now display correctly on most terminals without artifacts, including (Putty). #176
  • update.sh should no longer wipe previous executable permissions. You will need to grant ./update.sh permissions one more time with chmod +x update.sh #195
  • The latest version check should always point to the latest version now. #198
  • Published zip artifacts will now have the correct path convention. #194
  • successfullyDownloadedDepots.json will now live in the Config directory, so that download tracking won't be wiped with the Cache dir #202

Full Changelog: v1.7.2...v1.7.3

v1.7.2

25 Oct 18:06
Compare
Choose a tag to compare

What's Changed

v1.7.1

25 Oct 20:55
Compare
Choose a tag to compare

Fixing an issue where prefilling less than 20 games throws an exception

v1.7.0

25 Oct 20:56
Compare
Choose a tag to compare

What's Changed

  • The new benchmark command has been soft-released. You can setup a workload with benchmark setup, and run it with benchmark run. Full documentation will be included in the near future, however documentation in the CLI is available.
  • cache directory will now be located in the user's personal directory, rather than included in SteamPrefill's folder.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Oct 16:26
Compare
Choose a tag to compare

What's Changed

  • select-apps-beta has now been released as the select-apps command! #60
  • prefill will now run with the --quiet flag by default, which will no longer display games that are already up to date. Detailed output can now be displayed with --verbose #143
  • Added an update script for Windows and Linux that will automatically pull the latest version of the app. #129
    image
  • Added a --no-ansi flag that will display app output in plain text, without Ansi escape codes. Can be used when redirecting output to file, so that no odd formatting is included. #128 image
  • select-apps will now take the width of non-latin characters into account. #149 image

New Contributors

Full Changelog: v1.5.3...v1.6.0

v1.5.3

03 Oct 21:33
Compare
Choose a tag to compare

What's Changed

  • EA Play subscriptions that have expired will no longer display subscription games in select-apps #141
  • Resolved IPv6 addresses will be skipped in favor of IPv4 #133
  • Arrow keys will now be responsive after running select-apps-beta #145

Full Changelog: v1.5.2...v1.5.3

v1.5.2

25 Sep 16:41
Compare
Choose a tag to compare

What's Changed

  • Changing the CDN pool logic to return at least 1 server if it is available. Resolves issues #135 #134

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 Sep 09:30
Compare
Choose a tag to compare

What's Changed

  • Added a summary table to the end of the prefill run, that displays what was updated/up to date/failed in the currrent run.
    image
  • The IP address of the resolved Lancache server will now be displayed
    image
  • Adding sort by selected button to select-apps-beta
    image

Full Changelog: v1.5.0...v1.5.1

v1.5.0

02 Sep 16:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0