Releases: ishanjain28/pluto
Releases · ishanjain28/pluto
Bug fixes
Critical Bug Fixes
This version has some bug fixes.
- Identified and Removed some race conditions that could've caused the program to crash.
- Fixed bugs in header parsing system.
Version 1.4.1
In this Version, I added a version flag and changed how it sets filenames for downloads.
The file name priorities now are like this,
- User entered a file name using
--name
flag. - File name from Content Disposition header
- Reading the last section of path in a url
- A default file name.
Version 1.4
This version brings a lot of fixes.
- RAM usage should now be considerably less and the size of file you are downloading wouldn't cause any change in it.
- No temporary files are created to store the parts as they are downloading.
- 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.
- It shows stats like average speed and time elapsed, Absolute path to file.
- On windows machines, The Command prompt window won't close immediately in case of an error.
- A
name
argument to set the download directory.
Version 1.3
This release contains some bugs in flag parsing.
Version 1.2
In this release, I added/improved some things like:
- Verbose mode for debugging purpose.
- It waits in case of an error instead of immediately closing.
- Previously, The resulting file name was not created correctly which was a problem, In this update this problem has been fixed.
Version 1.1
Bug Fixes, Fixed Features and now gives more information about downloads to the user
Version 1.0
This is the first release of this project. If you find any bugs, Please feel free to submit them here
Features
- Multipart Downloading
- Multiple urls support
- Automatic retry of failed parts.