[1.2.5] - 2024-07-04
UPDATED
Single Threaded Download Fix:
- Resolved an issue where, if a single threaded download failed, the download would restart from the beginning despite showing continued progress. Now, in case of a failure, a new progress will be created, and the download will restart correctly.
Timeout Argument Removal:
- Removed the timeout argument due to complexities and uncertainties in its implementation with
aiohttp
andcurl_cffi
. The timeout settings will now rely on the default configurations of these respective packages.
Fixed Single Threaded Download, Removed timeout argument
Full Changelog: v1.2.4...v1.2.5