Compare commits
2 Commits
7f6bce1699
...
f28b34e427
| Author | SHA1 | Date | |
|---|---|---|---|
| f28b34e427 | |||
| 9215560558 |
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.0.0-beta4] - 2025-08-29
|
||||||
|
### Changed
|
||||||
|
- update platformio.ini for beta version v2.0.0-beta4
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- update createVendor function to use external_id as comment instead of static text
|
||||||
|
- update to_old_version in platformio.ini to reflect correct previous version
|
||||||
|
|
||||||
|
|
||||||
## [2.0.0-beta3] - 2025-08-29
|
## [2.0.0-beta3] - 2025-08-29
|
||||||
### Changed
|
### Changed
|
||||||
- update platformio.ini for beta version v2.0.0-beta3
|
- update platformio.ini for beta version v2.0.0-beta3
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "2.0.0-beta3"
|
version = "2.0.0-beta4"
|
||||||
to_old_version = "1.5.10"
|
to_old_version = "1.5.10"
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user