Skip to content

Releases: bezzad/Downloader

Release version 3.0.3

29 Jan 10:38
Compare
Choose a tag to compare
  • Fixed serialized download package after canceled or failed. #129

version 3.0.2

07 Jan 12:30
Compare
Choose a tag to compare
  • Added Cancellation token to download file methods. #127
  • Fixed use of correct frameworks version. #124, #128

version 3.0.1

02 Nov 17:52
Compare
Choose a tag to compare
  • Added MinimumSizeOfChunking option to download small files without chunks. #95
  • Fixing Pre-allocated and stream into final file location. #54, #109
  • Added direct download feature without storing incoming bytes on temps.
  • Fixed create not existing directory when downloading with path.

version 3.0.0 beta

12 Oct 18:45
23e97ab
Compare
Choose a tag to compare
version 3.0.0 beta Pre-release
Pre-release
  • Added MinimumSizeOfChunking option to download small files without chunks. #95
  • Fixing Pre-allocated and stream into final file location. #54, #109
  • Added direct download feature without storing incoming bytes on temps.

version 2.4.1

21 Sep 12:34
Compare
Choose a tag to compare
  • Fixing the process of fetching the file name when the download link has a redirection URL. #106
  • Fixing the download completion process, when one of the chunks had an error, the other chunks are canceled.

version 2.3.4

16 Sep 13:16
Compare
Choose a tag to compare
  • Fixed timeout issue at .Net Framework when network disconnects #104

version 2.3.9

14 Sep 19:18
Compare
Choose a tag to compare
  • Fixed issue #94: File is downloaded from the beginning after resuming
  • Fixed issue #104: When network disconnects download gets stuck (.Net framework)

version 2.3.8

05 Sep 11:11
42e87ac
Compare
Choose a tag to compare
  • Added fast Pause and Resume downloads asynchronously
  • Fix no supported servers issue #98 #94 #93 #92

version 2.3.7

23 Aug 08:53
Compare
Choose a tag to compare

Fixed parallel downloading when a server does not support download in range. #98 #99

version 2.3.6

20 Aug 12:04
Compare
Choose a tag to compare
  • Fixed Error during download #93
  • Merge PR: Added ability to have a different number of chunks vs number of downloads in parallel #92
  • Added license bot config file