Compare commits

..

No commits in common. "3c294a135f9431c842c7c3b2bf54a48b911da5d1" and "7fd01bd1b94b3350d6aec5844ae6d24bff663cdc" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -1,16 +1,5 @@
# Changelog # Changelog
## [1.4.11] - 2025-03-30
### Added
- Renamed states of NFC state machine and introduced new state machine for spoolman API
### Changed
- update platformio.ini for version v1.4.11
- Merge branch 'main' of github.com:ManuelW77/Filaman
- Merge pull request #31 from janecker/nfc_rework
- Introducing enum for handling the NFC state to improve code readability
## [1.4.10] - 2025-03-30 ## [1.4.10] - 2025-03-30
### Added ### Added
- add manual tare functionality for scale - add manual tare functionality for scale

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.11" version = "1.4.10"
to_old_version = "1.4.0" to_old_version = "1.4.0"
## ##