Skip to content

Releases: SteamRE/DepotDownloader

DepotDownloader 3.4.0

09 May 19:43
Compare
Choose a tag to compare
  • Added support for zstd compressed chunks

DepotDownloader 3.3.0

04 May 09:24
Compare
Choose a tag to compare
  • 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

21 Apr 11:28
Compare
Choose a tag to compare
  • Updated to support new private beta branches
  • Print arguments that were specified but not used

DepotDownloader 3.1.0

24 Mar 08:38
Compare
Choose a tag to compare
  • 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

04 Jan 10:46
Compare
Choose a tag to compare
  • 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

14 Nov 09:14
Compare
Choose a tag to compare
  • 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

13 Oct 08:40
Compare
Choose a tag to compare

Updated SteamKit to fix CDN auth tokens not working after Steam change.

DepotDownloader 2.7.2

05 Oct 08:20
5a695e6
Compare
Choose a tag to compare
  • Updated SteamKit (allows using websocket servers to fix connections)

DepotDownloader 2.7.1

28 Aug 10:12
DepotDownloader_2.7.1
907b336
Compare
Choose a tag to compare
  • Fixed version number

DepotDownloader 2.7.0

28 Aug 10:06
DepotDownloader_2.7.0
Compare
Choose a tag to compare
  • 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.