Skip to content

Releases: BrianPugh/tamp

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

v1.3.0

05 Dec 00:30
736426e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Nov 04:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.2.0

v1.1.6

16 Aug 01:37
25a5bcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

22 Jul 20:54
Compare
Choose a tag to compare

Bug Fixes

  • Now compatible with newly released Cython v3.0.0

v1.1.4

29 Jun 05:20
Compare
Choose a tag to compare

Bug Fixes

  • fix huffman table static declaration by @BrianPugh in #16
  • move window_mask calculation to after configuration by @BrianPugh in #18

Full Changelog: v1.1.3...v1.1.4