Skip to content

Releases: ido-pluto/ipull

v3.2.2

10 May 12:25
Compare
Choose a tag to compare

3.2.2 (2024-05-10)

Bug Fixes

  • headers: acknowledge compressed request (722bc9c)
  • try-catch: throw on the first error, when there is not enough space (dfbe6bf)

v3.2.1

09 May 15:57
Compare
Choose a tag to compare

3.2.1 (2024-05-09)

Bug Fixes

  • progress: progress speed is not current (752ec21)

v3.2.0

06 May 17:51
Compare
Choose a tag to compare

3.2.0 (2024-05-06)

Bug Fixes

  • dynamic-content-length: last chunk size (69e0e11)

Features

  • downloads: get all active downloads in downloadSequence (eeb700e)
  • existing-file: allow you to skip exiting files (download that already closed) (52542ac)

v3.1.1

02 May 15:45
Compare
Choose a tag to compare

3.1.1 (2024-05-02)

Bug Fixes

  • content-length: edge case that server accepts range but does not send content length (9ac0a6d)

v3.1.0

01 May 14:47
Compare
Choose a tag to compare

3.1.0 (2024-05-01)

Features

  • cli: choose program type (c07b4da)
  • downloader: Allow unknown content length downloads (9546377)

v3.0.12

25 Apr 15:00
Compare
Choose a tag to compare

3.0.12 (2024-04-25)

Bug Fixes

  • chunks: read local file (772d631)
  • chunks: send leftover chunks (4084c9f)
  • parts: save multiple parts (69d79d8)

v3.0.11

12 Apr 16:29
Compare
Choose a tag to compare

3.0.11 (2024-04-12)

Bug Fixes

  • progress: transferred bytes calculation on finish (1aedc9e)

v3.0.10

12 Apr 16:16
Compare
Choose a tag to compare

3.0.10 (2024-04-12)

Bug Fixes

  • progress: downloaded progress after download finished (165c5c0)
  • save-progress: debounce & limit saving (f07a558)

v3.0.9

08 Apr 18:29
Compare
Choose a tag to compare

3.0.9 (2024-04-08)

Bug Fixes

  • README: explain close and delete (7a6f238)

v3.0.8

08 Apr 15:37
Compare
Choose a tag to compare

3.0.8 (2024-04-08)

Bug Fixes

  • cli-animation: edge case in interval (b8dc81f)
  • close: abort download and keep file progress (34736fe)
  • content-disposition: edge cases (5c84a32)
  • fetch-retry: max timeout (c9f5509)
  • http-error: do not retry on server related errors (401/404/500) (d2817e2)
  • read-metadata: close fd after read (9d374f5)
  • stdout: last update before cli closed (2846351)