1. Added additional progress info/bar for long running operations such as computing md5 for a large file or directory; 2. Fixed python runtime requirements; 3. Fixed links/logos in README;
0.15.1
1) Fix README.rst formatting;
0.14.4
1. Fixed bug on Python 3.7; 2. Fixed coding style errors detected by flake8; 3. Fixed bug in `dvc push/pull/fetch` where `-a|--all-branches` argument didn't have any effect;
0.14.3
1. Bug fix for improper .dvc file resolution of `dvc add`; 2. Bug fix for os-dependent dir cache files;
0.14.2
1. Fixed bug in `dvc metrics show` when file is explicitly specified; 2. Fixed bug in _find_root() when dvc didn't check if the mount point itself was a dvc repository. Kudos hfchong ; 3. Fixed bug in updater where there was no get() timeout;