Skip to content

Releases: SteamRE/DepotDownloader

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.

DepotDownloader 2.6.0

25 Apr 20:00
Compare
Choose a tag to compare
  • Updated to .NET 8.0
  • Prompt for password when the saved access token expires
  • Replaced deprecated sentry data with guard data from the new login system

DepotDownloader 2.5.0

13 Jun 10:42
ec692a8
Compare
Choose a tag to compare
  • Added support for ARM platforms
  • Added an icon to the executable
  • Added OS specific builds
  • Added support for new Steam login system
  • Added support for new encrypted manifest format in appinfo
  • Fixed a bug with public branch not being detected

DepotDownloader 2.4.7

20 Aug 17:13
Compare
Choose a tag to compare
  • Use the original appid when retrieving the depot decryption key and manifest request code

DepotDownloader 2.4.6

02 May 22:52
Compare
Choose a tag to compare
  • Added Manifest Request Code support.

DepotDownloader 2.4.5

06 Oct 18:45
Compare
Choose a tag to compare
  • Removed the CDN authentication path that is now unsupported.

DepotDownloader 2.4.4

30 Jul 23:02
Compare
Choose a tag to compare
  • Fixed an issue where too many file handles were open at the same time when downloading a large depot.

DepotDownloader 2.4.3

10 Jun 01:09
Compare
Choose a tag to compare
  • This release disables IPv6 from being used for HTTP sockets. This is most likely due to non-functional IPv6 stacks. For more information on the issue, see dotnet/runtime#44686

DepotDownloader 2.4.2

09 Jun 23:48
Compare
Choose a tag to compare
  • This release includes additional HTTP diagnostic data when the -debug flag is specified.