Skip to content

Releases: tpill90/steam-lancache-prefill

v2.4.0

03 Feb 01:12
Compare
Choose a tag to compare

What's Changed

  • After changing your Steam account password, SteamPrefill will now correctly prompt for a new password on the next prefill run. #337
  • 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 #345
  • Resolved a long running issue with downloads where a single request will indefinitely hang forever. Hanging requests will now correctly timeout and retry. #349
  • benchmark setup - Adding a --preset option that allows for quick workload setup. The presets are both free games on Steam, so they can be used with any account. The current options include Destiny2 and Dota2 @tpill90 in #351
  • 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. #352

Full Changelog: v2.3.1...v2.4.0

v2.3.1

07 Dec 00:20
Compare
Choose a tag to compare

No code changes in this release. Removed the Git commit hash that the .NET 8 SDK was adding to the application's version, which was causing update.sh to redownload infinitely.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

01 Dec 01:09
Compare
Choose a tag to compare

What's Changed

  • Upgraded project to .NET 8 #215
  • Added an additional timeout when requesting a manifest request code.

Full Changelog: v2.2.3...v2.3.0

v2.2.3

06 Oct 00:51
Compare
Choose a tag to compare

What's Changed

  • Removing caching of user owned licenses on disk. Depots can be added to an app at any time, and in the case of Counter Strike 2 this could prevent the app from being downloaded if it has been prefilled once before. Licenses will now be checked on every run at startup. #330

Full Changelog: v2.2.2...v2.2.3

v2.2.2

11 Sep 22:05
Compare
Choose a tag to compare

What's Changed

  • Select-Apps - Should be fixing the ctrl+c issue for sure this time! #305

Full Changelog: v2.2.1...v2.2.2

v2.2.1

01 Sep 15:23
Compare
Choose a tag to compare

What's Changed

  • Reverting changes that caused select-apps to display incorrectly for some users. @tpill90 in #321

Full Changelog: v2.2.0...v2.2.1

v2.2.0

29 Aug 21:24
Compare
Choose a tag to compare

What's Changed

  • select-apps - The prefill run after selecting apps should now be able to be cancelled with ctrl + c #305
  • benchmark setup - If the --use-selected flag is specified, SteamPrefill will now check to make sure that apps have been previously selected, and displays an error if there are no currently selected apps. #311
  • Adding total data transferred to final prefill summary result #267 image

Full Changelog: v2.1.4...v2.2.0

v2.1.4

09 Jun 00:47
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: v2.1.3...v2.1.4

v2.1.3

19 May 19:13
Compare
Choose a tag to compare

What's Changed

  • Geolocation lookup will no longer crash application due to an unhandled exception

Full Changelog: v2.1.2...v2.1.3

v2.1.2

18 May 22:55
Compare
Choose a tag to compare

What's Changed

  • SteamPrefill should use the correct regional CM server when connecting to Steam. Resolves an issue where Steam will randomly return a server in a non-local region, which sometimes causes timeouts (mainly Australia). Should also help improve overall login and metadata load times. #293

Full Changelog: v2.1.1...v2.1.2