Releases: shadoxxhd/steamworkshopdownloader
temp2
Full Changelog: v0.7.3-alpha...temp2
v0.7.3 Experimental
- increased default batch size to 500
- improved output formatting
- changed PTY code to work around freeze issue (fixes #59)
- fixed #58 (existing "None" entries in login/passw are not reset automatically)
v0.7
- added options UI
- improved loading of workshop item data, including showing the size of items
- overhauled progress output to be more informative and concise
- added file logging as a replacement for the
showConsole
option - added status checks; automatically re-adds failed items to the input
- added a warning when trying to download items anonymously that probably don't support that
Please provide feedback concerning the changes, and possible further improvements.
v0.7.1 Experimental
- fixed #55
v0.7
- added options UI
- improved loading of workshop item data, including showing the size of items
- overhauled progress output to be more informative and concise
- added file logging as a replacement for the
showConsole
option - added status checks; automatically re-adds failed items to the input
- added a warning when trying to download items anonymously that probably don't support that
Please provide feedback concerning the changes, and possible further improvements.
v0.7.4.1 beta
This release is functionally identical with v0.7.4, but is compiled with the "--clean" argument to reduce AV false positives.
- increased default batch size to 500
- improved output formatting
- changed PTY code to work around freeze issue (fixes #59)
- fixed #58 (existing "None" entries in login/passw are not reset automatically)
- fixed unicode issues (#56)
v0.7
- added options UI
- improved loading of workshop item data, including showing the size of items
- overhauled progress output to be more informative and concise
- added file logging as a replacement for the
showConsole
option - added status checks; automatically re-adds failed items to the input
- added a warning when trying to download items anonymously that probably don't support that
Please provide feedback concerning the changes, and possible further improvements.
v0.7.4 beta
- increased default batch size to 500
- improved output formatting
- changed PTY code to work around freeze issue (fixes #59)
- fixed #58 (existing "None" entries in login/passw are not reset automatically)
- fixed unicode issues (#56)
v0.7
- added options UI
- improved loading of workshop item data, including showing the size of items
- overhauled progress output to be more informative and concise
- added file logging as a replacement for the
showConsole
option - added status checks; automatically re-adds failed items to the input
- added a warning when trying to download items anonymously that probably don't support that
Please provide feedback concerning the changes, and possible further improvements.
v0.7 Experimental
- added options UI
- improved loading of workshop item data, including showing the size of items
- overhauled progress output to be more informative and concise
- added file logging as a replacement for the
showConsole
option - added status checks; automatically re-adds failed items to the input
- added a warning when trying to download items anonymously that probably don't support that
Please provide feedback concerning the changes, and possible further improvements.
v0.6.0 - Steam Guard compatibility
Added 2 methods of Steam Guard support:
steamguard
option (yes
/no
): adds a UI element allowing you to enter your steamguard code before starting downloads. if steamcmd doesn't accept your code, it will freeze until you either kill steamcmd (task manager) or restart SWD. If you leave the field blank, everything will work as before this update.showConsole
option (yes
/no
): starts steamcmd in a separate window, allowing you to enter your steamguard code if it asks for it. steamcmd output will not be shown in the SWD output, and future features might not work as well. This is mainly intended as a backup in case the first method doesn't work, or to diagnose any issues.
Also, for new installs mods will be moved to a mods
folder next to the executable by default (instead of having to search for them in steamcmd/steamapps/workshop/content
)
v0.5.4
- Fixed issue when using
path
configuration for specific games without also usingdefaultpath
(#29) - Fixed build environment (#31)
v0.5
- Login option
- self-installing - downloads steamcmd from steam servers, so it no longer needs to be shipped
- Configurable per-game (or general) mod paths, steamcmd path
- right clicking the input area pastes clipboard
- new UI
- Optimized download of items from multiple games at the same time
v0.5.2 beta
- Fixed password containing certain characters crashing the application (#13).
v0.5
- Login option
- self-installing - downloads steamcmd from steam servers, so it no longer needs to be shipped
- Configurable per-game (or general) mod paths, steamcmd path
- right clicking the input area pastes clipboard
- new UI
- Optimized download of items from multiple games at the same time
v0.5.1 beta
New Features:
- self-installing - downloads steamcmd from steam servers, so it no longer needs to be shipped
defaultpath
option to move downloads for all games to a more convenient location, sorted by appid folder (equivalent to addingpath = <defaultpath>/<appid>
for every game)- right clicking the input area pastes clipboard
- small UI changes
Fixes:
- login function actually works correctly now
v0.5
New Features:
- Login option
- Configurable per-game mod paths, steamcmd path
- Optimized download of items from multiple games at the same time
- new UI