Skip to content

Releases: bezzad/Downloader

version 5.4.0

29 Apr 11:24

Choose a tag to compare

  • Fixed issue #228: IsAotCompatible and PublishAot properties added to enable AOT compilation for .NET 8 and later.

Full Changelog: v5.3.0...v5.4.0

version 5.3.0

25 Apr 12:05

Choose a tag to compare

What's Changed

  • Fix #223: URI encode links by @XanderLuciano in #224
    • The issue was caused by incorrect URL encoding of square brackets in the download URL.
    • This has been resolved to ensure proper handling of such URLs.

New Contributors

Full Changelog: v5.2.0...v5.3.0

version 5.2.0

21 Apr 08:49

Choose a tag to compare

Fixed issue #220: Some servers don't like the Range header and respond with errors like 403, 404 or 503. even though the file is perfectly downloadable with a normal request (no Range header).

Full Changelog: v5.1.1...v5.2.0

version 5.1.1

20 Apr 12:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.1.1

version 5.1.0

11 Mar 15:26
78e488f

Choose a tag to compare

What's Changed

  • Feature/custom http client delegates by @bezzad in #218
  • Enhance Downloader project with custom HttpClient support and fixes by @bezzad in #219

Full Changelog: v5.0.0...v5.1.0

version 5.0.0

10 Mar 07:28
800268b

Choose a tag to compare

What's Changed

  • chore(.gitignore): remove useless file and add .DS_Store to .gitignore by @LinQingYuu in #215
  • Feature/enable resume download by @bezzad in #212
  • Apply fixes from CodeFactor by @codefactor-io[bot] in #216
  • Enhance resume download functionality and improve error handling by @bezzad in #217

New Contributors

Full Changelog: v4.1.1...v5.0.0

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