Skip to content

Releases: martinellimarco/t2sz

v1.1.2

22 Aug 20:57
Compare
Choose a tag to compare

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

15 Jan 16:25
Compare
Choose a tag to compare

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

15 Jan 15:05
f2af13c
Compare
Choose a tag to compare

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

15 Mar 13:59
Compare
Choose a tag to compare

Fix #1

v1.0.0

15 Dec 01:10
Compare
Choose a tag to compare

Dedicated to A.M.V.