Skip to content

Releases: rgreinho/trauma

2.2.6

14 Nov 15:05
2a8b9a1
Compare
Choose a tag to compare

Fixed

  • Updated the reqwest-* libraries. [#113]

2.2.5

07 Jun 14:55
5971fda
Compare
Choose a tag to compare

Fixed

  • Handled 416 status when a file is already fully downloaded. [#86]

2.2.4

19 Sep 02:30
9d9aef2
Compare
Choose a tag to compare

Fixed

  • Fixed a silent failure when a download filename contains a path. [#73]

2.2.3

14 May 16:27
5eba6fb
Compare
Choose a tag to compare

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

26 Apr 14:09
a3cff38
Compare
Choose a tag to compare

Fixed

  • Fixed the total size which was incorrectly reported in the progress bar. [#59]

2.2.1

06 Mar 15:32
d969622
Compare
Choose a tag to compare

Fixed

  • Handled the case when the server does not send a content-length header,
    causing downloads to be skipped. [#56]

2.2.0

21 Jan 19:18
d46c5e8
Compare
Choose a tag to compare

Added

  • Added the ability to provide custom HTTP headers to the downloader. [#53]

2.1.1

20 Nov 00:33
428aa6b
Compare
Choose a tag to compare

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

10 Sep 12:40
3668de9
Compare
Choose a tag to compare

Added

  • Added the ability to use a proxy. #33

Fixed

  • Fixed the filename parsing when constructing from URL. #33

2.0.0

22 Apr 01:58
b2eb668
Compare
Choose a tag to compare

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