ImageDownloader Changelog

What's new in ImageDownloader 1.2.1

Jun 7, 2020
  • Improved error-handling. The program should no longer outright crash on unexpected exceptions, but instead provide the user the option of retrieving the error-message and stacktrace for inclusion in a github issue.

New in ImageDownloader 1.2.0 (Aug 4, 2018)

  • Added option to download albums into separate folders rather than dumping all the files into the root of the target folder.
  • For Reddit-downloads, albums may be saved into folders under the target folder. The name of each album-folder is the name of the reddit-post.
  • For Local-filtering, this option preserves the file hierarchy of the original folder in the target folder.

New in ImageDownloader 1.1.3 (Jun 14, 2018)

  • Moved log to separate window to avoid potential freezing with a large number of log entries (more than 10000).
  • Add percentage-indicator to progressbar.
  • Fixed bug that caused http-downloads of images to be sequential rather than parallel as intended.

New in ImageDownloader 1.1.2 (May 23, 2018)

  • Fix auto-updater caused by HttpClient defaulting to TLS1.1 for API-calls which has been turned off by GitHub. This was fixed by upgrading from .NET v4.5.2 to .NET v4.6.2

New in ImageDownloader 1.1.1 (Dec 15, 2017)

  • Fix crash when unable to get height and width of image when using default fallback values.

New in ImageDownloader 1.1.0 (Apr 14, 2017)

  • New functionality:
  • Added aspect ratio option to the image filter.
  • Added an update checker that detects when a new release is available.