From d9469eaa4257690151fb1908c1056e7e8b9f10b0 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Tue, 2 Sep 2025 18:02:29 +0200 Subject: [PATCH] docs: update changelog and header for version v2.0.2-beta4 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1b3c1..64f9a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.0.2-beta4] - 2025-09-02 +### Added +- add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t + +### Changed +- update platformio.ini for beta version v2.0.2-beta4 +- update changelog and header for version v2.0.2-beta3 +- update platformio.ini for beta version v2.0.2-beta3 +- update changelog and header for version v2.0.2-beta2 +- update platformio.ini for beta version v2.0.2-beta2 +- update changelog and header for version v2.0.2-beta1 +- update platformio.ini for beta version v2.0.2-beta1 + +### Fixed +- reset weight filter after tare scale operation +- correct tare scale function to set scaleTareRequest flag +- reset weight counter logic and update spool ID in loop function +- reduce delay in start_scale function and reset weight after tare + + ## [2.0.2-beta3] - 2025-09-02 ### Added - add updateOctoSpoolId for OctoPrint integration and change autoSetToBambuSpoolId type to uint16_t