From 10dada74bd527daaacdc5ecb1271a38a88f4d67b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:06:22 +1300 Subject: [PATCH 1/3] Bump version to 2024.11.2 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index fb5f12872d..6f4addb9e6 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.11.1 +PROJECT_NUMBER = 2024.11.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 f08df57fad..e2327c2040 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.11.1 +ESPHOME_REF = 2024.11.2 PAGEFIND_VERSION=1.1.1 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 21f04c6b73..9224f0e105 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.11.1 \ No newline at end of file +2024.11.2 \ No newline at end of file diff --git a/conf.py b/conf.py index 41e6938a9a..6aab030f29 100644 --- a/conf.py +++ b/conf.py @@ -73,7 +73,7 @@ # The short X.Y version. version = "2024.11" # The full version, including alpha/beta/rc tags. -release = "2024.11.1" +release = "2024.11.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 71ab4234e3969e6b295cd0bfbc403bf2773965a2 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:06:43 +1300 Subject: [PATCH 2/3] Update changelog for 2024.11.2 --- changelog/2024.11.0.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog/2024.11.0.rst b/changelog/2024.11.0.rst index 9cda593d56..576c16c785 100644 --- a/changelog/2024.11.0.rst +++ b/changelog/2024.11.0.rst @@ -48,6 +48,19 @@ Release 2024.11.1 - November 22 - Fix for OTA mode not activating in safe_mode when OTA section has an on_xxxx action :esphomepr:`7796` by :ghuser:`Dilbert66` - Ensure storage I/O for ignored devices runs in the executor :esphomepr:`7792` by :ghuser:`bdraco` +Release 2024.11.2 - November 27 +------------------------------- + +- [lvgl] Bugfixes :esphomepr:`7803` by :ghuser:`clydebarrow` +- [docker] Leave run-time required libraries installed. :esphomepr:`7804` by :ghuser:`clydebarrow` +- [qspi_dbi] Fix init sequences (Bugfix) :esphomepr:`7805` by :ghuser:`clydebarrow` +- fix modbus crashing when bad data returned :esphomepr:`7810` by :ghuser:`ssieb` +- [Modbus Controller] Fix issue #6477. Online automation triggering Offline :esphomepr:`7801` by :ghuser:`0x3333` +- [fix] Status sensor does not check if required network component is missing :esphomepr:`7734` by :ghuser:`rvalitov` +- keypad binary sensors should be initially off :esphomepr:`7808` by :ghuser:`ssieb` +- fix 32 char SSIDs :esphomepr:`7834` by :ghuser:`ssieb` +- [honeywell] use warning instead of failing :esphomepr:`7862` by :ghuser:`ssieb` + Full list of changes -------------------- From d072a4e0af8b5dec257b484f442b54375e9a9b13 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:07:26 +1300 Subject: [PATCH 3/3] Update supporters for 2024.11.2 --- guides/supporters.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 5b5adfa6b3..3a9aba73a4 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -112,6 +112,7 @@ Contributors - `Andi Egli (@andilge) `__ - `Kieren (@ando023) `__ - `András Bíró (@andrasbiro) `__ +- `Andre (@andre68723) `__ - `Andreas Hergert (@andreashergert1984) `__ - `Andres Vahter (@andresv) `__ - `Andrew J.Swan (@andrewjswan) `__ @@ -191,6 +192,7 @@ Contributors - `bartoszpierzchlewicz (@bartoszpierzchlewicz) `__ - `BartoszPierzchlewiczMacrix (@BartoszPierzchlewiczMacrix) `__ - `Bascht74 (@Bascht74) `__ +- `batchmanfr (@batchmanfr) `__ - `bazuchan (@bazuchan) `__ - `Viktr (@BbIKTOP) `__ - `J. Nick Koston (@bdraco) `__ @@ -692,6 +694,7 @@ Contributors - `Greg Cormier (@gcormier) `__ - `GeekVisit (@GeekVisit) `__ - `Ian Reinhart Geiser (@geiseri) `__ +- `GelidusResearch (@GelidusResearch) `__ - `Gene Hand (@genehand) `__ - `R Huish (@genestealer) `__ - `Geoff Davis (@geoffdavis) `__ @@ -2030,4 +2033,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated November 22, 2024.* +*This page was last updated November 27, 2024.*