Releases: tpill90/steam-lancache-prefill
Releases · tpill90/steam-lancache-prefill
v3.2.0
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
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
What's Changed
select-apps
- Betas such as Deadlock should now be available to be selected and prefilled. #393
New Contributors
- @FrankRay78 made their first contribution in #390
Full Changelog: v2.9.0...v3.0.0
v2.9.0
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
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
What's Changed
-
Renamed
clear-cache
command toclear-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
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
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
What's Changed
select-apps
- Fixed a Windows Terminal specific issue where select-apps will lockup and ignore any user input. #366benchmark setup
- Renaming presetBigChunks
toLargeChunks
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
Full Changelog: v2.5.0...v2.6.0
v2.5.0
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!
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.
Full Changelog: v2.4.0...v2.5.0