- Add option for gzip index seek point spacing to CLI. - Fix absolute symbolic links being stripped of their leading '/'. - Fix returned error codes. - Fix detection and recreation of found incomplete indexes. - Add -o alternative short version for --fuse.
0.4.0
- Make bzip2 seek support standalone module. - Fix memory leak because BZ2Reader destructor was never called. - Fix SQLite backend loading not working when index is read-only. - Improve faulty index detection. - Fix typo causing bug with gzip support detection. - Deprecate legacy serializers.
0.3.4
- Fix performance bug for index creation of uncompressed TARs by not using streaming mode in that case.
0.3.3
- Fix bz2 decompression bug with repeated sequences at block boundaries. - Add version information to SQLite index. - Fix progress bar estimates for compressed files to account for compression ratio. - Fix argument parsing error when calling script directly instead of installing it.
0.3.2
- Fix PyPI source tarball build failing on older compilers because `static_assert` was used without a message string.