Releases: bezzad/Downloader
Releases · bezzad/Downloader
version 4.1.1
What's Changed
- Clarify Timeouts and make HTTPClient timeout configureable by @Eizock in #198
- Apply fixes from CodeFactor by @codefactor-io[bot] in #208
- Add File Exists Policy in Download Configurations by @Jamesklein218 in #205
- Apply fixes from CodeFactor by @codefactor-io[bot] in #209
- Fix download from redirected Url #31
New Contributors
- @codefactor-io[bot] made their first contribution in #208
- @Jamesklein218 made their first contribution in #205
Full Changelog: v4.0.3...v4.1.1
version 4.1.0 pre-release
What's Changed
- Clarify Timeouts and make HTTPClient timeout configureable by @Eizock in #198
- Apply fixes from CodeFactor by @codefactor-io[bot] in #208
- Add File Exists Policy in Download Configurations by @Jamesklein218 in #205
- Apply fixes from CodeFactor by @codefactor-io[bot] in #209
New Contributors
- @codefactor-io[bot] made their first contribution in #208
- @Jamesklein218 made their first contribution in #205
Full Changelog: v4.0.3...v4.1.0
version 4.0.3
Add MinimumChunkSize to set minimum size a single chunk should have
version 4.0.2
- 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
- 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
- Fixed resuming downloads issue #181
version 3.3.3
- Fixed performance issue of OnPropertyChanged frequently calls
version 3.3.2
- Fixed download speed limit on chunks. issue #179
version 3.3.1
- Fixed download file on current path without create directory. issue #174
version 3.3.0
- Fixed package serialization conflicts.
- Fixed some bugs.