Skip to content

Releases: ishanjain28/pluto

Bug fixes

29 Sep 11:12
Compare
Choose a tag to compare

This update brings bug fixes in the system that identifies if the server is sending more data than what was requested and also stats refresh time has been changed from once every 250ms to once every 500ms.

Critical Bug Fixes

28 Sep 18:46
Compare
Choose a tag to compare

This version has some bug fixes.

  1. Identified and Removed some race conditions that could've caused the program to crash.
  2. Fixed bugs in header parsing system.

Version 1.4.1

11 Sep 17:07
Compare
Choose a tag to compare

In this Version, I added a version flag and changed how it sets filenames for downloads.

The file name priorities now are like this,

  1. User entered a file name using --name flag.
  2. File name from Content Disposition header
  3. Reading the last section of path in a url
  4. A default file name.

Version 1.4

09 Sep 03:23
Compare
Choose a tag to compare

This version brings a lot of fixes.

  1. RAM usage should now be considerably less and the size of file you are downloading wouldn't cause any change in it.
  2. No temporary files are created to store the parts as they are downloading.
  3. Previously, When a connection failed all the bytes downloaded by that connection were discarded. In this update, It only downloads the bytes which have not been downloaded yet.
  4. It shows stats like average speed and time elapsed, Absolute path to file.
  5. On windows machines, The Command prompt window won't close immediately in case of an error.
  6. A name argument to set the download directory.

Version 1.3

08 Sep 07:24
Compare
Choose a tag to compare

This release contains some bugs in flag parsing.

Version 1.2

08 Sep 07:08
Compare
Choose a tag to compare

In this release, I added/improved some things like:

  1. Verbose mode for debugging purpose.
  2. It waits in case of an error instead of immediately closing.
  3. Previously, The resulting file name was not created correctly which was a problem, In this update this problem has been fixed.

Version 1.1

07 Sep 21:04
Compare
Choose a tag to compare

Bug Fixes, Fixed Features and now gives more information about downloads to the user

Version 1.0

07 Sep 20:44
Compare
Choose a tag to compare

This is the first release of this project. If you find any bugs, Please feel free to submit them here

Features

  1. Multipart Downloading
  2. Multiple urls support
  3. Automatic retry of failed parts.