Releases: SteamRE/DepotDownloader
Releases · SteamRE/DepotDownloader
DepotDownloader 2.3.1
- Upgraded project to SteamKit 2.2.0
- Added -ugc parameter to download content by UGC id
- Added -pubfile parameter to download a published file by looking up its app and UGC id.
- Fixed CDN Server bootstrapping
- Fixed shutdown of CDNClientPool
DepotDownloader 2.3.0
- Upgraded project to SteamKit 2.0 and .NET Core 2.0. The app is now run with the dotnet command.
- Added a new switch "-os" which allows you to download depots for a target (windows, macos, or linux)
- Fixed issues with AppTickets no longer being necessary
- Fixed an issue allowing an empty password to be supplied when logging in
DepotDownloader 2.2.2
- Fixed an issue where waiting for user input would cause an infinite cycle of reconnections.
- Added a "-remember-password" command line option to store the login key.
DepotDownloader 2.2.1
- Added support for newer app branch (beta) passwords.
- Added automatic license retrieval for unowned FreeOnDemand apps being downloaded.
- Added extra output around CDN token retrieval.
- Added output to show current app branch being used.
- Fixed downloading from shared depots that provide their own manifest IDs.
- Updated to use SteamKit v1.8.1
DepotDownloader 2.2
- Added support for CDN content servers.
- Added support for apps that use shared depots.
- Added -force-depot parameter to force attempted download of a particular depot in an app.
(This allows UGC depots to be downloaded, as they are not listed in the PICS configuration.) - Added support for Steam mobile authenticator if enabled.
- Numerous improvements for choosing and handling connections to content servers.
- Fixed -verify-all not working if old manifest was present.
- Fixed crash when account doesn't own app.
- Fixed some apps and packages not being read if account being used owns too many.
- Updated SteamKit version to 1.8.0.
DepotDownloader 2.1.1
- Synced SteamKit dependency to fix a handful of CDNClient issues
DepotDownloader 2.1
- Reduce unnecessary connections to Steam servers.
- Cache all manifests to reduce download time.
- Fixed verify_all always being implied
DepotDownloader 2.0
First versioned release.