Releases: martinellimarco/t2sz
Releases · martinellimarco/t2sz
v1.1.2
v1.1.2 mainly fix a bug that was misinterpreting some tar archives due to a rounding error.
If you ever got an ERROR: Invalid tar header. If this is not a tar archive use raw mode (-r)
this release will fix the problem (or you have a corrupted tar archive).
It also fix a corner case when generating the seek table that could have been avoided using the -j
flag.
v1.1.1
v1.1.1 is the same as v1.1.0, with a typo fixed, because of course I had to discover it after releasing.
It brings some improvements and extend the focus of the program behind the tar format.
Highlights:
- Support for any file type, fix #3
- Support for multi threaded compression (-T option)
- You can now specify a max block size to split larger files / blocks (-S option)
- Support to create a seek table following the seekable format specification
- Improved documentation
v1.1.0
v1.1.0 brings some improvements and extend the focus of the program behind the tar format.
Highlights:
- Support for any file type, fix #3
- Support for multi threaded compression (-T option)
- You can now specify a max block size to split larger files / blocks (-S option)
- Support to create a seek table following the seekable format specification
- Improved documentation
v1.0.1
v1.0.0
Dedicated to A.M.V.