Skip to content

Releases: emmanuel-marty/lzsa

1.4.1

27 Feb 17:26
15ee2df
Compare
Choose a tag to compare

Version 1.4.1:

  • Always compress LZSA1 optimally
  • More internal improvements

1.4.0

21 Oct 12:02
8cea101
Compare
Choose a tag to compare

Version 1.4.0:

  • Compress LZSA1 another ~25% faster
  • Multiple internal improvements

1.3.12

04 May 13:20
930383a
Compare
Choose a tag to compare

Version 1.3.12:

  • Compress LZSA1 another ~35% faster
  • Updated LZSA2 fast depacker for Z80, 1% faster, 6 bytes smaller (contributed by specke)

1.3.11

06 Apr 08:37
120bd71
Compare
Choose a tag to compare

Version 1.3.11:

  • Compress LZSA1 ~35% faster
  • Compress LZSA2 another ~2.5% faster
  • Updated LZSA2 small depacker for Z80 (contributed by specke)

1.3.10

02 Jan 07:06
acfa11d
Compare
Choose a tag to compare

Version 1.3.10:

  • Compress LZSA2 another ~5% faster
  • Another small ratio increase for some LZSA2 files

1.3.9

30 Nov 10:00
9a8a04f
Compare
Choose a tag to compare

Version 1.3.9:

  • Small ratio increase for some LZSA1 and LZSA2 files
  • Increase 6502 decompress_faster depacker speed by 3-4% (contributed by jbrandwood)
  • Fix small potential issue (never encountered in production)

1.3.8

13 Oct 09:55
4e59375
Compare
Choose a tag to compare

Version 1.3.8:

  • Increase LZSA2 ratio a little more
  • Allow piping files from stdin and to stdout (contributed by Mistranger, pull request #62)

1.3.7

06 Jun 10:11
c0259a7
Compare
Choose a tag to compare

Version 1.3.7:

  • Small LZSA2 ratio increase for some files
  • Even faster LZSA1 depacker for Z80 (contributed by specke)
  • Improve size and speed of faster 6502 depackers (contributed by jbrandwood)
  • Fix typo in LZSA2 spec (contributed by remy-luisant)

1.3.6

17 Dec 15:34
488c288
Compare
Choose a tag to compare

Version 1.3.6:

  • Compress LZSA2 another 5% faster, compared to v1.3.5 (the compressed output is still unchanged)
  • Speed and size improvements to backward HD 6309 depackers (Tandy CoCo 3), by Doug Masten
  • Don't accidentally create empty folder, when building from source

1.3.5

07 Nov 08:51
c304c03
Compare
Choose a tag to compare

Version 1.3.5:

  • Compress LZSA2 5% faster, compared to v1.3.4 (the compressed output is unchanged)
  • Small improvement to the 6502 depackers for LZSA2
  • Speed and size improvements to the 6809 depackers, contributed by Doug Masten
  • New HD 6309 depackers (Tandy CoCo 3), by Doug Masten
  • New 65816 depackers, by Peter Ferrie
  • Avoid C99 in command-line tool, in order to build with older compilers