Releases: SteamRE/DepotDownloader
Releases · SteamRE/DepotDownloader
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.
DepotDownloader 2.6.0
- 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
- 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
- Use the original appid when retrieving the depot decryption key and manifest request code
DepotDownloader 2.4.6
- Added Manifest Request Code support.
DepotDownloader 2.4.5
- Removed the CDN authentication path that is now unsupported.