From d9ae829503ce914341fe3d43210aff91fee7a7e9 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Mon, 24 Feb 2025 19:15:03 +0100 Subject: [PATCH] docs: update changelog and header for version v1.3.93 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 897c2fd..ab5c43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.3.93] - 2025-02-24 +### Added +- implement auto send feature for Bambu spool management and update related configurations +- add debug mode instructions for Spoolman in README +- add wiring diagrams to README for PN532 I2C setup + +### Changed +- update webpages for version v1.3.93 +- simplify filament names in JSON configuration +- update findFilamentIdx to return structured result and improve type searching logic +- update README to reflect PN532 I2C configuration and remove SPI pin details + +### Fixed +- remove debug output from splitTextIntoLines and update weight display logic in scanRfidTask +- enhance weight display logic for negative values +- remove unnecessary CPU frequency configuration from setup function + + ## [1.3.92] - 2025-02-24 ### Changed - update webpages for version v1.3.92