Bump version to 2024.12.0b3
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
## 2024.12.0b2
|
||||
## 2024.12.0b3
|
||||
|
||||
- [const] Add RMT CONF variables to const.py [esphome#7953](https://github.com/esphome/esphome/pull/7953) by [@swoboda1337](https://github.com/swoboda1337)
|
||||
- [sgp30] Set default update interval to 60s [esphome#7952](https://github.com/esphome/esphome/pull/7952) by [@jesserockz](https://github.com/jesserockz) (breaking-change)
|
||||
- [dallas_temp] Move delay_microseconds_safe to iram [esphome#7957](https://github.com/esphome/esphome/pull/7957) by [@swoboda1337](https://github.com/swoboda1337)
|
||||
- [i2s_audio] Bugfix: Correctly set ring buffer size [esphome#7959](https://github.com/esphome/esphome/pull/7959) by [@kahrendt](https://github.com/kahrendt)
|
||||
- [adc] Restore missing LIBRETINY code in a separated file [esphome#7955](https://github.com/esphome/esphome/pull/7955) by [@edwardtfn](https://github.com/edwardtfn)
|
||||
- [font] cleanly handle font file format exception (Bugfix) [esphome#7970](https://github.com/esphome/esphome/pull/7970) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [dashboard] Accept basic auth header [esphome#7965](https://github.com/esphome/esphome/pull/7965) by [@jesserockz](https://github.com/jesserockz)
|
||||
- Bump esphome-dashboard to 20241217.1 [esphome#7971](https://github.com/esphome/esphome/pull/7971) by [@jesserockz](https://github.com/jesserockz)
|
||||
- [esp32_ble] Use RAMAllocator to avoid panic abort from ``new`` [esphome#7936](https://github.com/esphome/esphome/pull/7936) 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.0b2
|
||||
version: 2024.12.0b3
|
||||
slug: esphome-beta
|
||||
description: Beta version of ESPHome Device Builder
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
||||
Reference in New Issue
Block a user