Bump version to 2024.12.4
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
## 2024.12.2
|
||||
## 2024.12.4
|
||||
|
||||
- [esp32] Fix flash size warning when using IDF [esphome#7983](https://github.com/esphome/esphome/pull/7983) by [@kbx81](https://github.com/kbx81)
|
||||
- [esp32_ble] Fix for Improv [esphome#7984](https://github.com/esphome/esphome/pull/7984) by [@kbx81](https://github.com/kbx81)
|
||||
- Bump python3-setuptools to 66.1.1-1+deb12u1 [esphome#8074](https://github.com/esphome/esphome/pull/8074) by [@jesserockz](https://github.com/jesserockz)
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ init: false
|
||||
startup: services
|
||||
name: ESPHome Device Builder (beta)
|
||||
panel_title: ESPHome Builder (beta)
|
||||
version: 2024.12.2
|
||||
version: 2024.12.4
|
||||
slug: esphome-beta
|
||||
description: Beta version of ESPHome Device Builder
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
## 2024.12.2
|
||||
## 2024.12.4
|
||||
|
||||
- [esp32] Fix flash size warning when using IDF [esphome#7983](https://github.com/esphome/esphome/pull/7983) by [@kbx81](https://github.com/kbx81)
|
||||
- [esp32_ble] Fix for Improv [esphome#7984](https://github.com/esphome/esphome/pull/7984) by [@kbx81](https://github.com/kbx81)
|
||||
- Bump python3-setuptools to 66.1.1-1+deb12u1 [esphome#8074](https://github.com/esphome/esphome/pull/8074) by [@jesserockz](https://github.com/jesserockz)
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ init: false
|
||||
startup: services
|
||||
name: ESPHome Device Builder
|
||||
panel_title: ESPHome Builder
|
||||
version: 2024.12.2
|
||||
version: 2024.12.4
|
||||
slug: esphome
|
||||
description: Build your own smart home devices using ESPHome, no programming experience
|
||||
required.
|
||||
|
||||
@@ -72,7 +72,7 @@ esphome-beta:
|
||||
directory: esphome-beta
|
||||
name: ESPHome Device Builder (beta)
|
||||
panel_title: ESPHome Builder (beta)
|
||||
version: "2024.12.2" # BETA
|
||||
version: "2024.12.4" # BETA
|
||||
slug: esphome-beta
|
||||
description: "Beta version of ESPHome Device Builder"
|
||||
url: https://beta.esphome.io/
|
||||
@@ -87,7 +87,7 @@ esphome-stable:
|
||||
directory: esphome
|
||||
name: ESPHome Device Builder
|
||||
panel_title: ESPHome Builder
|
||||
version: "2024.12.2" # STABLE
|
||||
version: "2024.12.4" # STABLE
|
||||
slug: esphome
|
||||
description: "Build your own smart home devices using ESPHome, no programming experience required."
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
||||
Reference in New Issue
Block a user