From 5c5846c52c8572106fe4e64fca5237fc91d97f4c Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Mon, 24 Feb 2025 07:47:58 +0100 Subject: [PATCH] docs: update changelog and header for version v1.3.92 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0aac4..897c2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.92] - 2025-02-24 +### Changed +- update webpages for version v1.3.92 +- remove commented-out code in setBambuSpool function +- update installation instructions and formatting in README files + +### Fixed +- configure CPU frequency settings in setup function only for testing +- update comment to clarify NVS reading process +- adjust weight display logic to handle cases for weight less than 2 +- update weight display logic to handle negative and specific weight cases + + ## [1.3.91] - 2025-02-23 ### Added - update GitHub Actions workflow for FTP firmware upload with improved credential checks