Releases: MediaCrush/MediaCrush-cli
Releases · MediaCrush/MediaCrush-cli
MediaCrush-cli 1.2.0
- URL uploads are now supported. You can just do
mediacrush "http://example.com/picture2.png"
and the MediaCrush server will fetch the url for you. - File hashes are now pre-calculated. If they already exist, upload is skipped.
- Progress updates will only show if the stdout is a terminal now. Added
--interactive
and--non-interactive
flags to override that (Thanks, Dan Elkouby!)
MediaCrush-cli 1.1.2
This changes the Makefile to make it play a little nicer with Arch Linux's packaging system.
MediaCrush-cli 1.1.1
This release updates the manpages, which were left out of version 1.1.0. It also fixes an error in mediacrush --help
, and changes the build procdure to a proper Makefile.
MediaCrush-cli 1.1.0
This release adds some new features:
- Use
--dry-run
to print a list of URLs the input files will be assigned when uploaded - Use
--open
to open uploads in a web browser after upload.
It also fixes one bug by showing a more appropriate error message when the user is rate limited by MediaCrush.
MediaCrush-cli 1.0.1
This release fixes a minor issue in the mediacrush(1) manpage.