Releases: BrianPugh/tamp
Releases · BrianPugh/tamp
v1.6.0
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
Deprecation
tamp_compressor_compress_poll
has been renamed totamp_compressor_poll
. The old name has been#define
to the old name. Please update your code to directly usetamp_compressor_poll
.
Features
- New ESP32 Optimizations from @BitsForPeople. Results in 2~20x faster compression on ESP32 devices. #144
- Tamp is now available on the official ESP-IDF Component Registry.
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
Fix stray tamp.decompressor
import in micropython native modules.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
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
v1.2.0
v1.1.6
v1.1.5
v1.1.4
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