Releases: maruno/mpy-blox
v0.4.2: The informational update!
This update brings much improvements to the information logging provides and how it's accessible, including a fully VT100 remote terminal including colours and logger names. :)
What's Changed
- Improve logging with VT formatter and remote terminal handler by @maruno in #30
- Small app improvements: GC after boot and logging system information by @maruno in #31
- Time fixes: Limit noisy logs from subseconds and add NTP interval sync by @maruno in #32
- Named loggers by @maruno in #33
Full Changelog: v0.4.1.1...v0.4.2
v0.4.1.1
v0.4.1
Changed the OTA script to allow publishing source files that are often related to a single device like settings.json
and user_main.py
and found out that part isn't working so well anymore. Fixed that up.
What's Changed
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Overhauled MQTT with v5 support, start of something a lot better and more usable. QOS0 for now, but a good base for more.
This release also finalises MQTT OTA support to 'production ready' levels including OTA command script. It is my primary way of deploying even on a USB connected dev board as serial is quite slow.
What's Changed
Full Changelog: v0.3.2...v0.4.0
v0.3.2: Micropython v1.22 update
Maintenance release to source level and compatibility with v1.22 changes.
New requirement:
- zlib
v0.3.1: Add switch entity and deploy-user
Minor release to add MQTT Switch-entity and the deploy-user Makefile utility to deploy user_main.py easier.
MPy-BLOX evolution v0.3.0
Though without massive new support, lots of quality improvements:
- MQTT refactoring to a more sustainable single connection with router pattern.
- New MQTT.hass modules
- MCP3202 and general ADC high performance sampling framework.
- Simple ExponentialMovingAverage IIR-DSP filter
Proper HA multi entity device
v0.2.1 Versionbump 0.2.1
v0.2.0: Stable updates
First 'stable' release. This offers the basic framework with the update mechanism in place to make it updatable for the upcoming period. Will be versioning from now on.