diff --git a/Doxygen b/Doxygen index 6f4addb9e6..b7220cec00 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.2 +PROJECT_NUMBER = 2024.11.3 # 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 e2327c2040..bfbf0fa7c2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.11.2 +ESPHOME_REF = 2024.11.3 PAGEFIND_VERSION=1.1.1 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 9224f0e105..22851916f2 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.11.2 \ No newline at end of file +2024.11.3 \ No newline at end of file diff --git a/changelog/2024.11.0.rst b/changelog/2024.11.0.rst index 576c16c785..8533d6e498 100644 --- a/changelog/2024.11.0.rst +++ b/changelog/2024.11.0.rst @@ -61,6 +61,20 @@ Release 2024.11.2 - November 27 - fix 32 char SSIDs :esphomepr:`7834` by :ghuser:`ssieb` - [honeywell] use warning instead of failing :esphomepr:`7862` by :ghuser:`ssieb` +Release 2024.11.3 - December 6 +------------------------------ + +- [opentherm] Fix out of memory errors on ESP8266 :esphomepr:`7835` by :ghuser:`olegtarasov` +- fix local time timestamp calculation :esphomepr:`7807` by :ghuser:`ssieb` +- [online_image]Don't access decoder if not initialized :esphomepr:`7882` by :ghuser:`guillempages` +- Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. :esphomepr:`7840` by :ghuser:`FreeBear-nc` +- [st7920] Remove unnecessary warning when drawing outside display bounds :esphomepr:`7868` by :ghuser:`jesserockz` +- Fix recalc_timestamp_utc :esphomepr:`7894` by :ghuser:`RouNNdeL` +- Cast port to int for ota pushing :esphomepr:`7888` by :ghuser:`jesserockz` +- [lvgl] Bugfixes :esphomepr:`7896` by :ghuser:`clydebarrow` +- [lvgl] Fix msgbox content :esphomepr:`7912` by :ghuser:`clydebarrow` +- [esp32] Fix crash with empty `platformio_options:` value :esphomepr:`7920` by :ghuser:`clydebarrow` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index 6aab030f29..f3bfdcf1a0 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.2" +release = "2024.11.3" # 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 3a9aba73a4..8c9c87a7eb 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -98,6 +98,7 @@ Contributors - `Alessandro Ranellucci (@alranel) `__ - `Maxime Gauduin (@alucryd) `__ - `alva (@alva-seal) `__ +- `Amaery (@Amaery) `__ - `Andreas Mandel (@amandel) `__ - `Andrew McFague (@amcfague) `__ - `Amish Vishwakarma (@amishv) `__ @@ -822,6 +823,7 @@ Contributors - `Tim Smeets (@ikilledmypc) `__ - `iKK001 (@iKK001) `__ - `ilium007 (@ilium007) `__ +- `Ilias Lolis (@ilolis) `__ - `Iman Ahmadvand (@IMAN4K) `__ - `Michael (@imeekle) `__ - `imgbot[bot] (@imgbot[bot]) `__ @@ -1444,6 +1446,7 @@ Contributors - `Paul Deen (@PaulAntonDeen) `__ - `Paul Monigatti (@paulmonigatti) `__ - `Paul Nicholls (@pauln) `__ +- `Paul Schulz (@PaulSchulz) `__ - `Pavlo Dudnytskyi (@paveldn) `__ - `Bartłomiej Biernacki (@pax0r) `__ - `Pierre-Alexis Ciavaldini (@pciavald) `__ @@ -2033,4 +2036,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated November 27, 2024.* +*This page was last updated December 6, 2024.*