Skip to content

Releases: bezzad/Downloader

version 2.1.0

10 Feb 17:57
Compare
Choose a tag to compare

Added CookieContainer and Headers to RequestConfiguration properties according to issue #34

version 2.0.9

04 Feb 20:41
Compare
Choose a tag to compare
  • Added download on MemoryStream without store on file according to issue #33

version 2.0.8

04 Feb 15:24
Compare
Choose a tag to compare

Fixed issue #32 or HTTP 403 forbidden error for some URLs with no content-type supports

version 2.0.7

24 Jan 07:41
Compare
Choose a tag to compare
  • Clean and refactor some codes.
  • Changed BytesReceived property name to ReceivedBytesSize on DownloadProgressChanged EventArgs.
  • Added ReceivedBytes array to the DownloadProgressChanged EventArgs.Added received bytes per chunk on DownloadProgressChanged event arguments for streaming easy way of apps like Radio.
  • Fixed the validation methods of DownloadConfiguration object.
  • Fixed download to UNC paths of issue #27
  • Changed the DefaultConnectionLimit back to 1000 and fixed issue #29

version 2.0.6

13 Jan 17:30
Compare
Choose a tag to compare

Added timeout to RequestConfiguration object
Clean and refactor some codes
Fixed cancel operation
Fixed request divide by zero exception

version 2.0.5

11 Jan 06:01
Compare
Choose a tag to compare

Clean all codes and tests
Fixed download without content-length

version 2.0.4

05 Jan 07:50
Compare
Choose a tag to compare

Clean all codes and tests
Fixed download without content-length
Fixed changing download config per any downloads

version 2.0.3

02 Jan 22:24
Compare
Choose a tag to compare

Clean all classes
Fixed speed limitation of issue #8

version 2.0.1

19 Dec 10:13
Compare
Choose a tag to compare

Fixed maximum download speed issue #8

version 2.0.0

06 Dec 12:19
Compare
Choose a tag to compare
  • Removed AllowHeadRequest option, all requests are GET method
  • Fixed get URL filename methods