Releases: bezzad/Downloader
Releases · bezzad/Downloader
Release version 3.0.3
- Fixed serialized download package after canceled or failed. #129
version 3.0.2
- Added Cancellation token to download file methods. #127
- Fixed use of correct frameworks version. #124, #128
version 3.0.1
- 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
- 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
- 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
- Fixed timeout issue at .Net Framework when network disconnects #104
version 2.3.9
- 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
- Added fast Pause and Resume downloads asynchronously
- Fix no supported servers issue #98 #94 #93 #92
version 2.3.7
Fixed parallel downloading when a server does not support download in range. #98 #99
version 2.3.6
- 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