- mir.orbis now uses Fire for commands. - `python -m mir.orbis.cmd.hash` is now `python -m mir.orbis hash`. - `hash` command is now `index`. - `pictus` module renamed to `indexing`. - The index/hash dir is renamed from `hash` to `index`.
0.6.0
------------------
Removed ^^^^^^^
- `-p` option (did not improve performance).
0.5.0
------------------
Added ^^^^^
- `-p` option to load cache into memory for speed.
Changed ^^^^^^^
- Hash cache no longer tracks device and inode.
Fixed ^^^^^
- Fixed not committing hash cache.
0.4.0
------------------
Changed ^^^^^^^
- `hash` command now caches file hashes. This should make it run faster on previously seen files.
0.3.0
------------------
Changed ^^^^^^^
- `hash` command now merges files with same content.