Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Releases: Hawxy/SCAlternativeDownloader

v4.0.0 - Complete Rewrite

05 Oct 12:23
Compare
Choose a tag to compare

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

02 Aug 07:25
Compare
Choose a tag to compare

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

05 Apr 11:53
Compare
Choose a tag to compare

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

19 Feb 04:10
Compare
Choose a tag to compare

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

12 Feb 10:00
Compare
Choose a tag to compare
v2.2.0 Pre-release
Pre-release
  • See individual file progress
  • Proper folder select dialog
  • More bug fixes
  • Distribute licenses with binary

v2.1.0

11 Feb 03:40
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release
  • Material tooltip
  • Adjustments to some material controls
  • Ability to work behind a proxy (if internet explorer can)
  • Bugfixes

v2.0.1 - Material release

09 Feb 14:46
Compare
Choose a tag to compare
Pre-release
  • Material implementation
  • Download completion notification
  • Various bug fixes
  • Basic C# 7.0 stuff

v1.0 - Legacy

03 Feb 11:25
Compare
Choose a tag to compare
v1.0 - Legacy Pre-release
Pre-release

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