From 1a6c7aa0d16bcbccea3161aa2e3756df7af0f6bd Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:00:17 +1300 Subject: [PATCH] Update changelog for 2024.10.1 --- changelog/2024.10.0.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog/2024.10.0.rst b/changelog/2024.10.0.rst index 2e08390c5..73345c6c8 100644 --- a/changelog/2024.10.0.rst +++ b/changelog/2024.10.0.rst @@ -47,6 +47,16 @@ The :doc:`/components/sensor/cse7766` now requires even parity in configuration. but the majority of newer chips seem to require it and the older ones work fine with it set as well so to make it consistent across all devices the component now requires it. +Release 2024.10.1 - October 22 +------------------------------ + +- [config] Fix crash with empty substitutions block :esphomepr:`7612` by :ghuser:`clydebarrow` +- Fix broken ibeacon_uuid config in ble_rssi :esphomepr:`7640` by :ghuser:`lennart-k` +- auto-load preferences :esphomepr:`7642` by :ghuser:`ssieb` +- [wifi] Support custom MAC on Arduino, too :esphomepr:`7644` by :ghuser:`kbx81` +- [config] Ensure user-supplied build flags don't get silently overwritten :esphomepr:`7622` by :ghuser:`clydebarrow` +- [lvgl] Remove states from style definitions (Bugfix) :esphomepr:`7645` by :ghuser:`clydebarrow` +- Move setting global voice assistant to constructor :esphomepr:`7630` by :ghuser:`synesthesiam` Full list of changes --------------------