Skip to content

Releases: bezzad/Downloader

version 4.1.1

10 Feb 08:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.3...v4.1.1

version 4.1.0 pre-release

09 Feb 13:58

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: v4.0.3...v4.1.0

version 4.0.3

09 Aug 10:34

Choose a tag to compare

Add MinimumChunkSize to set minimum size a single chunk should have

version 4.0.2

12 Jul 08:35

Choose a tag to compare

  • Add support for .NET 8.0
  • Remove support for .NET Standard and Framework
  • Refactor code to use HttpClient instead of HttpWebRequest
  • Improve performance and reliability
  • Fix bugs and improve error handling

version 4.0.1 beta

14 May 09:35

Choose a tag to compare

version 4.0.1 beta Pre-release
Pre-release
  • Add support for .NET 8.0
  • Remove support for .NET Standard and Framework
  • Refactor code to use HttpClient instead of HttpWebRequest
  • Improve performance and reliability
  • Fix bugs and improve error handling

version 3.3.4

10 Mar 13:52

Choose a tag to compare

  • Fixed resuming downloads issue #181

version 3.3.3

13 Jan 08:36

Choose a tag to compare

  • Fixed performance issue of OnPropertyChanged frequently calls

version 3.3.2

13 Jan 07:01

Choose a tag to compare

  • Fixed download speed limit on chunks. issue #179

version 3.3.1

28 Nov 14:48
7216e5b

Choose a tag to compare

  • Fixed download file on current path without create directory. issue #174

version 3.3.0

20 Nov 09:26

Choose a tag to compare

  • Fixed package serialization conflicts.
  • Fixed some bugs.