Compare commits

..

No commits in common. "68cdd8ab40759400a5688c2b49a7e03ba3b37177" and "eada54eff2d9605d85452c49b16a6fe4f1025e79" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -1,16 +1,5 @@
# Changelog # Changelog
## [1.4.4] - 2025-03-23
### Added
- add error handling for missing vendor IDs in filament data
### Changed
- update platformio.ini for version v1.4.4
### Fixed
- adjust weight threshold for tare check to allow negative values
## [1.4.3] - 2025-03-23 ## [1.4.3] - 2025-03-23
### Changed ### Changed
- update platformio.ini for version v1.4.3 - update platformio.ini for version v1.4.3

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.4" version = "1.4.3"
to_old_version = "1.4.0" to_old_version = "1.4.0"
## ##