Releases: SteamRE/DepotDownloader
Releases · SteamRE/DepotDownloader
DepotDownloader 3.4.0
- Added support for zstd compressed chunks
DepotDownloader 3.3.0
- Removed asking for beta branch password interactively (use
-branchpassword
)- It did not play well with the new private branches system
- Added
-no-mobile
option to force entering a TOTP code instead of mobile notification prompt - Added device friendly name for authentication set to DepotDownloader
- Added a few helpful messages
- Fixed
-qr
not printing QR codes properly - Fixed trying to request a free license from anonymous accounts
DepotDownloader 3.2.0
- Updated to support new private beta branches
- Print arguments that were specified but not used
DepotDownloader 3.1.0
- Simplified server selection to always prefer the same server until it runs into an issue (then it will choose the next server)
- Changed parallel downloading implementation which helps sustain higher download speed in certain cases
- Fixed getting manifest code for FreeToDownload apps that use DepotFromApp
- Removed
-max-servers
as it was unused - Added
-branchpassword
as an alias to-betapassword
- Added a warning for password length and non-ascii characters
- Make stored credentials dictionaries case insensitive (fixes remember password not working)
DepotDownloader 3.0.0
- Downloaded manifest files are now stored in Steam format as they come from the network
- Legacy DepotDownloader protobuf format will be attempted to be converted to Steam format
- Added support for downloading via Lancache with
-use-lancache
argument - Do not abort downloading if one depot fails to get depot key
- Use
depotfromapp
for getting manifest codes - Disallow using
-remember-password
and-qr
without-username
being specified
DepotDownloader 2.7.4
- Updated to .NET 9
- Added
-all-archs
argument - Disabled ansi progress reporting on Linux
- Added support for FreeToDownload apps (fixed downloading anonymous dedicated servers)
- Updated SteamKit, most calls now use awaits
DepotDownloader 2.7.3
Updated SteamKit to fix CDN auth tokens not working after Steam change.
DepotDownloader 2.7.2
- Updated SteamKit (allows using websocket servers to fix connections)
DepotDownloader 2.7.1
- Fixed version number
DepotDownloader 2.7.0
- Reduced memory allocations
- Terminals that support progress bars will now display one while downloading
- CDNs that require authentication (e.g. in China) should now work
- Double clicking the .exe will now display a message box
- Added
-V/--version
parameter to display current version - Aligned help output
DepotDownloader is now available on winget and homebrew, see readme for instructions.