Skip to content

Releases: BrianPugh/tamp

v1.10.0

06 Aug 19:15
c3adbd3
Compare
Choose a tag to compare

Features

Full Changelog: v1.9.0...v1.10.0

v1.9.0

01 Aug 20:41
92c83c2
Compare
Choose a tag to compare

What's Changed

  • Introduce new lazy matching feature to increase compression ratios for more CPU power. By @BrianPugh in #227

Full Changelog: v1.8.1...v1.9.0

v1.8.1

31 Jul 13:38
Compare
Choose a tag to compare

Bug Fixes

  • URGENT: Fix python decompress bindings from prematurely ending after the first megabyte of data. Impacts precompiled python bindings and, by extension, the tamp decompress CLI command. By @BrianPugh in #228

Full Changelog: v1.8.0...v1.8.1

v1.8.0

03 May 14:11
Compare
Choose a tag to compare

Features

Full Changelog: v1.7.0...v1.8.0

v1.7.0

25 Mar 19:08
Compare
Choose a tag to compare

C Features

Docs

  • Add more documentation about the C compressor maximum output buffer for flush. by @BrianPugh in #202

Full Changelog: v1.6.0...v1.7.0

v1.6.0

03 Jun 19:15
Compare
Choose a tag to compare

What's Changed

  • Add micropython v1.23.0 native modules to build CI. by @BrianPugh in #163

Full Changelog: v1.5.0...v1.6.0

v1.5.0

09 May 02:23
Compare
Choose a tag to compare

Deprecation

  • tamp_compressor_compress_poll has been renamed to tamp_compressor_poll. The old name has been #define to the old name. Please update your code to directly use tamp_compressor_poll.

Features

Bug Fixes

  • Fixed esp32 micropython native module from not working. by @BrianPugh in #147

Full Changelog: v1.4.1...v1.5.0

v1.4.1

25 Apr 04:40
Compare
Choose a tag to compare

Fix stray tamp.decompressor import in micropython native modules.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Apr 03:28
Compare
Choose a tag to compare

Features

  • New pre-compiled MicroPython Native Modules for easy usage, small file size, and high performance. @BrianPugh in #128

Full Changelog: v1.3.1...v1.4.0

v1.3.1

15 Jan 16:53
Compare
Choose a tag to compare

What's Changed

  • Security & Dependency updates for the desktop-CLI. No C/micropython-code change.

Full Changelog: v1.3.0...v1.3.1