Compare commits

..

No commits in common. "b5f0472af4517b116659fbeed68d3644a5f23378" and "491ba7f526680323a1419339b28e8306ea4fd3da" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View File

@ -1,22 +1,5 @@
# Changelog # Changelog
## [1.4.7] - 2025-03-27
### Added
- add forced cache refresh after removing and saving Bambu credentials
- add functionality to remove Bambu credentials and update API handling
- add rfid_bambu.html and update bambu connection handling
### Changed
- update platformio.ini for version v1.4.7
- Merge branch 'testing'
- update remove button for Bambu credentials with red background
- Merge pull request #28 from tugsi/main
### Fixed
- handle Bambu connection state by introducing bambuDisabled flag
- Fix rfid.js-Failure with X1-Series, if you wanna send a Spool to AMS: - Uncaught TypeError: Cannot read properties of undefined (reading 'replace') at handleSpoolIn (rfid.js:493:67) at HTMLButtonElement.onclick ((Index):1:1) handleSpoolIn @ rfid.js:493 onclick @ (Index):1
## [1.4.6] - 2025-03-26 ## [1.4.6] - 2025-03-26
### Changed ### Changed
- update platformio.ini for version v1.4.6 - update platformio.ini for version v1.4.6

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.4.7" version = "1.4.6"
to_old_version = "1.4.0" to_old_version = "1.4.0"
## ##