diff --git a/Doxygen b/Doxygen index cd9fe2fda0..d410bc99c6 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2024.10.1 +PROJECT_NUMBER = 2024.10.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Makefile b/Makefile index 833e7347da..fc19d468db 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.10.1 +ESPHOME_REF = 2024.10.2 PAGEFIND_VERSION=1.1.0 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 6b5131d739..b82e777d39 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.10.1 \ No newline at end of file +2024.10.2 \ No newline at end of file diff --git a/changelog/2024.10.0.rst b/changelog/2024.10.0.rst index ff4eeb1377..1d743e92d9 100644 --- a/changelog/2024.10.0.rst +++ b/changelog/2024.10.0.rst @@ -58,6 +58,13 @@ Release 2024.10.1 - October 22 - [lvgl] Remove states from style definitions (Bugfix) :esphomepr:`7645` by :ghuser:`clydebarrow` - Move setting global voice assistant to constructor :esphomepr:`7630` by :ghuser:`synesthesiam` +Release 2024.10.2 - October 24 +------------------------------ + +- Humanized the missing MQTT log topic error message :esphomepr:`7634` by :ghuser:`solarkennedy` +- [lvgl] Some properties were not templatable (Bugfix) :esphomepr:`7655` by :ghuser:`clydebarrow` +- [voice_assistant] Bugfix: Fix crash on start :esphomepr:`7662` by :ghuser:`kahrendt` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index d8c36dbbf9..f843367cbd 100644 --- a/conf.py +++ b/conf.py @@ -71,7 +71,7 @@ # The short X.Y version. version = "2024.10" # The full version, including alpha/beta/rc tags. -release = "2024.10.1" +release = "2024.10.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index f2798c3f05..dafae24e6e 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1062,6 +1062,7 @@ Contributors - `Benny de Leeuw (@leeuwte) `__ - `Thayne (@Legot) `__ - `lein1013 (@lein1013) `__ +- `Lennart (@lennart-k) `__ - `Leonardo La Rocca (@leoli51) `__ - `leoshusar (@leoshusar) `__ - `Leo Winter (@LeoWinterDE) `__ @@ -1668,6 +1669,7 @@ Contributors - `Shreyas Karnik (@shreyaskarnik) `__ - `Sherman K (@shrmnk) `__ - `shuchitak (@shuchitak) `__ +- `Shivam Maurya (@shvmm) `__ - `sibowler (@sibowler) `__ - `signix (@signix) `__ - `SiliconAvatar (@SiliconAvatar) `__ @@ -2004,4 +2006,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated October 22, 2024.* +*This page was last updated October 24, 2024.*