1) Fix bug in non-captured symlink/hardlink exception;
0.19.14
1) Fix bug in --all-tags and --all-branches not working together; 2) Fix bug in hardlink method on windows; 3) Don't create links for empty files; 4) Add pre-checkout hook that will call `dvc status`;
0.19.13
1) Fix bug in progress bar overlay; 2) Properly check requirements for remotes when dvc is using legacy config; 3) Fix bug in download/upload methods for remotes when operation fails for a single file; 4) Add a workaround for bug in os.stat() where st_ino is cast to signed integer instead of unsigned;
0.19.12
1) Bash and Zsh completion. Kudos mroutis ; 2) Use `dvc-test` prefix in test dirs; 3) Check if cache inside directory has changed; 4) Use int64 to store uint64 to workaround sqlite limitation;
0.19.11
1) Fix bug in getdirinfo() on Windows. Kudos amjadsaadeh;
0.19.10
1) Import asciimatics only when needed; 2) Fix bug in state database where inode didn't fit into INTEGER PRIMARY KEY column;