From d3ca62748c83da47b39b3bce1e54e910ae77169e Mon Sep 17 00:00:00 2001 From: Jelmer Date: Mon, 4 Mar 2024 19:51:13 +0100 Subject: [PATCH] Updated M3 Tag Firmware changelog (markdown) --- M3-Tag-Firmware-changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/M3-Tag-Firmware-changelog.md b/M3-Tag-Firmware-changelog.md index c4a8658..11171db 100644 --- a/M3-Tag-Firmware-changelog.md +++ b/M3-Tag-Firmware-changelog.md @@ -1,3 +1,13 @@ +## 0027 - Compression +- Adds zlib compression for images, especially useful on larger tags +- Fixes a bug where are sprites/objects outside of the EPD viewport would result in an overflow +- After a button press, a second check-in is scheduled after 10 seconds, or after the 'button' preloaded image is drawn +- The tag will no longer go back to the previous image after a button press +- Fixes a bug that would invalidate an interrupted transfer +- Improved compatibility with S2/TagAP-based tags +- Added support for 5.85", 5.85"-lowtemp, 2.6" and 2.7" - Thanks VstudioLAB! +- Changes to the EPD drivers to allow for linear reading of compressed image datastreams (update your AP if your image is upside down!) + ## 0026 - Universal FW - Incorporates Jonas' changes for LED control - Fixed 4.3" shutdown routine