Skip to content

Releases: tpill90/steam-lancache-prefill

v3.2.0

21 Dec 16:33
Compare
Choose a tag to compare

What's Changed

  • Fixing an issue preventing being able to login with a password shorter than 64 characters. #397

Full Changelog: v3.1.0...v3.2.0

v3.1.0

20 Dec 20:33
Compare
Choose a tag to compare

What's Changed

  • select-apps - Fixed an issue with the filtering logic that was hiding available games. All games should now be correctly displayed including betas. #388
  • Passwords longer than 64 characters are now properly handled and can be used to login to Steam. #380
  • The app's temp directory will now correctly point to the user's home directory on MacOS. #381

Full Changelog: v3.0.0...v3.1.0

v3.0.0

14 Dec 01:12
Compare
Choose a tag to compare

What's Changed

  • select-apps - Betas such as Deadlock should now be available to be selected and prefilled. #393

New Contributors

Full Changelog: v2.9.0...v3.0.0

v2.9.0

22 Oct 15:29
Compare
Choose a tag to compare

What's Changed

  • Updated to a newer version of SteamKit2 that should get the correct list of CM servers to connect to via a newer Steam API. Connections should now work reliably across all regions. #376

Full Changelog: v2.8.1...v2.9.0

v2.8.1

11 Oct 23:44
Compare
Choose a tag to compare

What's Changed

  • Added a hidden CLI flag that controls the max number of concurrent downloads. I won't mention how to use it here since its only intended for debugging and not general use 😉

Full Changelog: v2.8.0...v2.8.1

v2.8.0

04 Oct 18:59
Compare
Choose a tag to compare

What's Changed

  • Renamed clear-cache command to clear-temp. This rename is to avoid confusion around what exactly is being deleted. Because of the word "cache" in the command name, it is implied that it may be clearing out the Lancache's data, rather than temporary data used for SteamPrefill. by @Edwin-Dijk #379

  • @Edwin-Dijk made their first contribution in #382

Full Changelog: v2.7.0...v2.8.0

v2.7.0

02 Sep 23:34
Compare
Choose a tag to compare

What's Changed

  • Resolves an issue preventing successfully logging into Steam in certain regions. All regions should be able to login without issue now.

Full Changelog: v2.6.1...v2.7.0

v2.6.1

03 Aug 01:06
Compare
Choose a tag to compare

What's Changed

  • benchmark - Fixing an issue with the benchmark results where it will always say 0mbit/s instead of the actual speed. #373

Full Changelog: v2.6.0...v2.6.1

v2.6.0

17 Jul 19:30
Compare
Choose a tag to compare

What's Changed

  • select-apps - Fixed a Windows Terminal specific issue where select-apps will lockup and ignore any user input. #366
  • benchmark setup - Renaming preset BigChunks to LargeChunks as Large is a better antonym for Small.
  • benchmark setup - Added a check to make sure that the benchmark workload is larger than the available system ram, and displays a message to the user to correct this issue prior to running a benchmark. #364
    image

Full Changelog: v2.5.0...v2.6.0

v2.5.0

09 Mar 23:38
Compare
Choose a tag to compare

What's Changed

  • select-apps - Added a new sub-command status that displays which apps have been selected, as well as their download size. Thank you @Bastians-Bits for the contribution!
    image
  • benchmark setup - Renaming the options for --preset to SmallChunks and LargeChunks to better reflect the purpose of the workload.
  • Failed requests will no longer display their exceptions in the terminal output, instead a new summary message will be displayed when an app fails, and the exceptions will be written to the disk as a group. The constant HttpRequestException being written to the terminal pollutes the output and is meaningless in many scenarios, as transient errors are normal and expected. These types of errors are only significant when they happen repeatedly causing the app to never download.
    New error message screenshot

Full Changelog: v2.4.0...v2.5.0