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;
0.19.9
1) `dvc repro` now shows which dependencies have changed; 2) Fix reflink on Darwin;
0.19.8
1) Add confirmation prompt for garbage collector; 2) Fix StageFileFormatError exception message; 3) Update networkx version requirements; 4) Use asccimatics to provide scrollable graphs for `dvc pipeline show --ascii`; 5) Stop using ntfsutils module; 6) Fix coverage uploading for codecov; 7) Don't use close_fds on windows in hdfs driver;
0.19.7
1) Fix env vars for the s3 remote; 2) Improve test coverage;