Skip to content

Releases: tpill90/steam-lancache-prefill

v2.1.1

11 May 05:00
Compare
Choose a tag to compare

What's Changed

  • Actually resolves the No depots to download. Current arguments filtered all depots issue that should have been fixed in the previous version. #297

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 May 23:07
Compare
Choose a tag to compare

What's Changed

  • Resolves the No depots to download. Current arguments filtered all depots issue that is occurring on some apps #297
  • Docker - The timezone used for logging can now be overridden via the TZ environment variable #294
  • Added language support to the wiki. Some pages have been translated to Greek

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

18 Apr 22:26
Compare
Choose a tag to compare

What's Changed

  • update.ps1 and update.sh will now check to see if SteamPrefill is already up to date, and will only download the latest version if needed. #276
  • Removing an unnecessary timeout that was causing a rare race condition when downloading manifests #284

Full Changelog: v2.0.0...v2.0.1

v2.0.0

28 Mar 22:36
Compare
Choose a tag to compare

What's Changed

  • Resolves the Failed to save Steam session key issue. SteamPrefill will now use Steam's new JWT based auth flow, which replaces the existing auth flow. This change will also support 2FA approval with the Steam mobile app. #275

New Contributors

Full Changelog: v1.9.1...v2.0.0

v1.9.1

18 Feb 21:27
Compare
Choose a tag to compare

What's Changed

  • Fix error message for wget in update.sh by @harshithmohan in #253
  • Double clicking the exe on Windows should now display the proper warning #256
  • SteamPrefill will now correctly detect a Lancache when the host has multiple IPs assigned #260
  • Login SessionIds will now be randomized, which should help reduce the chances of getting logged out even further. #257

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

15 Jan 23:30
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where VTOL VR was unable to be prefilled. #229

  • select-apps - Will now display a popup if the user has selected no apps. The user will be prevented from continuing until they have selected at least 1 app. #248 No apps selected popup

  • Windows - SteamPrefill will now check to see if it was launched by the .exe being double clicked, rather than ran from a Powershell console. Rather than immediately exiting, it will now let the user know that this is a CLI app, and how to run it correctly. #249
    image

  • Switched over to using lancache-prefill-common as a submodule @tpill90 in #247

Full Changelog: v1.8.4...v1.9.0

v1.8.4

20 Dec 19:54
Compare
Choose a tag to compare

What's Changed

  • Adding hidden --debug flag that will print even more verbose logs. by @tpill90 in #241

Full Changelog: v1.8.3...v1.8.4

v1.8.3

17 Dec 20:02
Compare
Choose a tag to compare

What's Changed

  • Resolving an issue with not being able to get enough CDNs.

Full Changelog: v1.8.2...v1.8.3

v1.8.2

12 Dec 03:07
Compare
Choose a tag to compare

What's Changed

  • Added a guide for getting setup in Unraid : Unraid Setup Guide
  • Increasing various timeouts to help reduce issues with slower internet connections #228

Full Changelog: v1.8.1...v1.8.2

v1.8.1

23 Nov 20:25
Compare
Choose a tag to compare

What's Changed

Support for Docker is officially released!
The image can be found at https://hub.docker.com/r/tpill90/steam-lancache-prefill, and the setup guide can be found on the wiki at: https://tpill90.github.io/steam-lancache-prefill/install-guides/Docker-Setup-Guide/

No other code changes have been made since v1.8.0

Full Changelog: v1.8.0...v1.8.1