Releases: tpill90/steam-lancache-prefill
Releases · tpill90/steam-lancache-prefill
v1.4.0
What's Changed
- Added the
--recent
flag that will prefill any games played within the last 2 weeks #37 - Added the
--top
flag that will prefill the most popular games by player count #10 - Implementing a 'clear-cache' command, to remove old manifest files that tend to build up over time #48
- Fixing a
key not present in dictionary
error #95
v1.3.4
v1.3.3
v1.3.2
What's Changed
select-apps-beta
now displays a column for recent playtime, and the ability to sort by playtime #31- Added the
--nocache
flag toprefill
to skip saving downloaded manifests to cache. Can help with reducing disk space requirements. #47 - Adding
--unit
flag to specify whether download speed should be shown in bits/bytes. #38 prefill
will now throw an error if the username/password has not been entered in 1 minute. Will prevent cron jobs from hanging without notice because of an expired password. #76- Fixed an issue preventing Civ 6 from being able to be prefilled #83
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
-
select-apps
is getting a new interface! You can try out the new changes now withselect-apps-beta
! Feedback for the beta can be left on this issue #60
-
Added a timeout to manifest downloads, so they shouldn't randomly hang anymore. #77
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
Linux-Arm64
is now a supported platform! #61- Adding automatic detection of the Lancache server when running on the server itself,
--dns-override
is no longer required! #45
- App startup performance has been significantly improved (3X or more) for large game libraries (~1000+). #46
select-apps
will now prompt to runprefill
after selecting apps #23
- Removing
LogOff()
call fromSteam3Session
. May help prevent some users being logged out of their Steam accounts. #59 - Add Hardware AppType by @nunziotocci in #64
New Contributors
- @nunziotocci made their first contribution in #64
Full Changelog: v1.2.2...v1.3.0
v1.2.2
v1.2.1
v1.2.0
What's Changed
- SteamPrefill can now be run on the Lancache server itself with using the new
--dns-override
flag. #33
- Game list sorting is now case insensitive #24
- Adding a timeout when connecting to Steam. Login should no longer hang indefinitely. #26
- AMD drivers, as well as mods should no longer appear in
select-apps
#29