Releases: mxmlnkn/ratarmount
Releases · mxmlnkn/ratarmount
ratarmount 0.3.0
- Add --version option to CLI.
- Add support for gzip compressed TAR archives.
- Add support for bzip2 compressed TAR archives.
- Improve SQLite index creation memory footprint and performance using
a temporary unsorted table and then sort it once by file name.
ratarmount v0.2.0
- Add SQLite backend to improve memory usage.
- Reduce memory usage by clearing tarfile's internal index periodically.
- Add argument option to forward options to FUSE.
ratarmount 0.1.0
First version uploaded to PyPI.