Skip to content

Commit

Permalink
Bump version to 2024.12.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
esphomebot committed Dec 17, 2024
1 parent c6e6fb6 commit 3a9b068
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions esphome-beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

2 changes: 1 addition & 1 deletion esphome-beta/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion template/addon_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ esphome-beta:
directory: esphome-beta
name: ESPHome Device Builder (beta)
panel_title: ESPHome Builder (beta)
version: "2024.12.0b2" # BETA
version: "2024.12.0b3" # BETA
slug: esphome-beta
description: "Beta version of ESPHome Device Builder"
url: https://beta.esphome.io/
Expand Down

0 comments on commit 3a9b068

Please sign in to comment.