v0.6.0
๐ Changelog
Make sure to do rawst history --clear because there are some BREAKING changes. If you have any cache saved, please remove it and redownload your files again.
โ
Added
- Command to edit config settings from shell,
rawst config will let you edit the following:
- Cache directory
- Log files directory
- Download directory
- Default number of threads
- Added
headers-file-path arg that takes path to JSON file containing additional request headers to be passed.
- Added
rawst history with new args, rawst history --clear and rawst history --show. As the names are pretty self explanatory, clears the history data and shows the history data respectively.
- Added headers field to be displayed when using
rawst history --show. This is a BREAKING change, old history file would not be supported.
- Switched to hashed file names for chunk files using Sha256 instead of original file names. This is a BREAKING change.
- Switched to
.part{chunk number} extension for chunk files. This is a BREAKING change, old cache files won't be supported.
โ Removed
- Removed
rawst history, history is now a command itself with new args. This is a BREAKING change.
๐ ๏ธ Fixed
- Fixed broken download speed when resuming a download.
- Fixed threads count from config settings overridden by default value of the argument.
Installing with cargo
You can now install rawst with cargo as well, make sure to have rust nightly installed and run cargo install rawst_dl.