- 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!)