- Improve unicode support;
- Status now returns non-zero code in
-q|--quietmode to reflect whether or not the pipeline is up-to-date; - Added support for
Content-Md5as anETagalternative in http(s) remote driver; - Unified coding style by using "black" tool;
- Implemented
-R|--recursivesupport fordvc metrics show; Kudos @tdeboissiere ; dvc importnow supports--resumeoption to resume downloading if previous download failed;- Added support for
credentialpath(akaGOOGLE_APPLICATION_CREDENTIALS) to gs remote driver; dvc checkoutnow suggestsgit checkoutjust in case user mixed the two and tried to rundvc checkout <branch>; Kudos @mhham ;- Fix bug in
dvc addthat would throw an error if you try to call it twice in a row on the same file;