Releases: Hawxy/SCAlternativeDownloader
v4.0.0 - Complete Rewrite
Note from the future: This project is now obsolete with the launch of SC Alpha 3.0. This downloader will continue to work to download pre-3.0 builds, until a time when CIG removes the old builds from their servers.
This is a complete rewrite of the downloader from the ground up in WPF MVVM. Only around 20% of the codebase was kept from v3.0.0.
- Brand new GUI and dialogs
- Further improved general program logic
- Increased stability
If you run into any problems, please report them.
v3.0.0 - Logical Rewrite
Due to design issues in the original version of the downloader, it really needed to be remade. This release is a complete overhaul of the internals of the application.
- Completely rewrote all data processing
- Removed all unnecessary file creations/reads/deletions
- Added new UI states
- Fully support custom builds
- Built on .NET 4.7
- Removed select release button (UI will automatically update based on selection)
Although I have tested this build, there may still be some issues I haven't noticed (likely to do with exception handling and my incorrect path detection). Create an issue if anything goes wrong.
v2.2.4 - Stable
The v2.x branch is buggy and no longer maintained. Please go use v3.0.0 instead.
This release has been tested with SC 2.6.3 and is considered stable.
- Updated Instructions & license
- Minor code changes
v2.2.3 - Stable
This release has been tested with SC 2.6.2 and is considered stable.
Scrapped previous 2.2.x releases due to a overflow issue.
- Add instructions.txt
- QoL changes to the GUI
- Fix progress bar overflow
v2.2.0
v2.1.0
v2.0.1 - Material release
- Material implementation
- Download completion notification
- Various bug fixes
- Basic C# 7.0 stuff
v1.0 - Legacy
First release build of client.
- Option to maintain the normal SC file structure
- Directory saving on exit
- Download speed indicator
- General code structure changes
- Other random stuff