Releases: tpill90/steam-lancache-prefill
v1.8.0
What's Changed
-
Changed default grid colors to help with overall readability #150
-
--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 of50
. 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
-
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
What's Changed
select-apps
should now display correctly on most terminals without artifacts, including (Putty). #176update.sh
should no longer wipe previous executable permissions. You will need to grant./update.sh
permissions one more time withchmod +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 theConfig
directory, so that download tracking won't be wiped with theCache
dir #202
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- Docker images will now be available at the new repository https://hub.docker.com/r/tpill90/steam-lancache-prefill
v1.7.1
v1.7.0
What's Changed
- The new
benchmark
command has been soft-released. You can setup a workload withbenchmark setup
, and run it withbenchmark 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 inSteamPrefill
's folder.
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
select-apps-beta
has now been released as theselect-apps
command! #60prefill
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
- 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 select-apps
will now take the width of non-latin characters into account. #149
New Contributors
Full Changelog: v1.5.3...v1.6.0
v1.5.3
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
v1.5.1
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.
- The IP address of the resolved Lancache server will now be displayed
- Adding sort by selected button to select-apps-beta
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Resolving a breaking change from uklans/cache-domains#197 that causes SteamPrefill to no longer correctly cache data.
- Including betas in list of games by @tpill90 in #115
Full Changelog: v1.4.0...v1.5.0