Releases: rgreinho/trauma
Releases · rgreinho/trauma
2.2.6
Fixed
- Updated the
reqwest-*
libraries. [#113]
2.2.5
Fixed
- Handled 416 status when a file is already fully downloaded. [#86]
2.2.4
Fixed
- Fixed a silent failure when a download filename contains a path. [#73]
2.2.3
Fixed
- Ensured that custom headers are used for all the downloader requests, for
instance, propagating authentication headers to check whether a download can
be resumed. [#62]
2.2.2
Fixed
- Fixed the total size which was incorrectly reported in the progress bar. [#59]
2.2.1
Fixed
- Handled the case when the server does not send a
content-length
header,
causing downloads to be skipped. [#56]
2.2.0
Added
- Added the ability to provide custom HTTP headers to the downloader. [#53]
2.1.1
Fixed
- Fixed a bug preventing the progress bars to be hidden. [#45]
Changed
- Upgraded [indicatif] from 0.17.0-rc.10 to 0.17.2. [#45]
2.1.0
Added
- Added the ability to use a proxy. #33
Fixed
- Fixed the filename parsing when constructing from URL. #33
2.0.0
Added
- Added the ability to resume downloads. #26
Changed
- Removed the
skip_existing
option. #26
Fixed
- Fixed a bug preventing the progress bars to be disabled. #29