Skip to content

Releases: joernhees/sublime-compressor

bug fixes

16 Jul 14:49
af6d050
Compare
Choose a tag to compare

bug fixes for

  • attempts to decompress a file without a window #12
  • attempts to decompress file that does not exist #13

Thanks to @tgstaples for reporting these issues

Fixing Gzip handling

08 Jul 01:47
a8c7f61
Compare
Choose a tag to compare
  • Fixed gzip handling
  • Improved handling of empty filename
  • Improved log output

LZMA and Lazy loading for modules

19 Jun 15:25
c80aeda
Compare
Choose a tag to compare
  • Reworked modules loading to be slightly more lazy
  • LZMA support for sublime text 4 (4050) by selecting the correct plugin environment

Preliminary work for lzma support

19 Jun 02:54
ed8de7e
Compare
Choose a tag to compare
  • Improvement for loading decompression module ( issue #6 )
  • Preliminary work for LZMA support

bzip2 support

11 Mar 00:33
390ba10
Compare
Choose a tag to compare

improved bzip2 supports
code cleanup

gzip decompression

04 Nov 17:31
Compare
Choose a tag to compare

initial version which only decompresses gzip files (read only)