Releases: ido-pluto/ipull
Releases · ido-pluto/ipull
v3.2.2
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
3.2.1 (2024-05-09)
Bug Fixes
- progress: progress speed is not current (752ec21)
v3.2.0
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
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
3.1.0 (2024-05-01)
Features
- cli: choose program type (c07b4da)
- downloader: Allow unknown content length downloads (9546377)
v3.0.12
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
3.0.11 (2024-04-12)
Bug Fixes
- progress: transferred bytes calculation on finish (1aedc9e)
v3.0.10
3.0.10 (2024-04-12)
Bug Fixes
- progress: downloaded progress after download finished (165c5c0)
- save-progress: debounce & limit saving (f07a558)
v3.0.9
3.0.9 (2024-04-08)
Bug Fixes
- README: explain close and delete (7a6f238)
v3.0.8
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)