Skip to content

Releases: MediaCrush/MediaCrush-cli

MediaCrush-cli 1.2.0

13 Jun 18:12
Compare
Choose a tag to compare
  • 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

04 Feb 00:44
Compare
Choose a tag to compare

This changes the Makefile to make it play a little nicer with Arch Linux's packaging system.

MediaCrush-cli 1.1.1

03 Feb 23:55
Compare
Choose a tag to compare

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

03 Feb 23:53
Compare
Choose a tag to compare

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

03 Feb 23:50
Compare
Choose a tag to compare

This release fixes a minor issue in the mediacrush(1) manpage.