Compare commits

...

2 Commits

Author SHA1 Message Date
e0d641c817 docs: update changelog and header for version v2.0.6
All checks were successful
Release Workflow / detect-provider (push) Successful in 2s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m6s
2025-09-03 15:38:07 +02:00
40fdb667fa docs: update platformio.ini for version v2.0.6 2025-09-03 15:38:07 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## [2.0.6] - 2025-09-03
### Fixed
- correct progress bar message and update tare function description
## [2.0.5] - 2025-09-03 ## [2.0.5] - 2025-09-03
### Changed ### Changed
- adjust auto tare counter threshold and reposition tare check in scale loop - adjust auto tare counter threshold and reposition tare check in scale loop

View File

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