Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2024-12-06 17:23:28 +13:00
commit ee7b292dbe
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
3 changed files with 19 additions and 2 deletions

View File

@ -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

View File

@ -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
--------------------

View File

@ -98,6 +98,7 @@ Contributors
- `Alessandro Ranellucci (@alranel) <https://github.com/alranel>`__
- `Maxime Gauduin (@alucryd) <https://github.com/alucryd>`__
- `alva (@alva-seal) <https://github.com/alva-seal>`__
- `Amaery (@Amaery) <https://github.com/Amaery>`__
- `Andreas Mandel (@amandel) <https://github.com/amandel>`__
- `Andrew McFague (@amcfague) <https://github.com/amcfague>`__
- `Amish Vishwakarma (@amishv) <https://github.com/amishv>`__
@ -822,6 +823,7 @@ Contributors
- `Tim Smeets (@ikilledmypc) <https://github.com/ikilledmypc>`__
- `iKK001 (@iKK001) <https://github.com/iKK001>`__
- `ilium007 (@ilium007) <https://github.com/ilium007>`__
- `Ilias Lolis (@ilolis) <https://github.com/ilolis>`__
- `Iman Ahmadvand (@IMAN4K) <https://github.com/IMAN4K>`__
- `Michael (@imeekle) <https://github.com/imeekle>`__
- `imgbot[bot] (@imgbot[bot]) <https://github.com/imgbot[bot]>`__
@ -1444,6 +1446,7 @@ Contributors
- `Paul Deen (@PaulAntonDeen) <https://github.com/PaulAntonDeen>`__
- `Paul Monigatti (@paulmonigatti) <https://github.com/paulmonigatti>`__
- `Paul Nicholls (@pauln) <https://github.com/pauln>`__
- `Paul Schulz (@PaulSchulz) <https://github.com/PaulSchulz>`__
- `Pavlo Dudnytskyi (@paveldn) <https://github.com/paveldn>`__
- `Bartłomiej Biernacki (@pax0r) <https://github.com/pax0r>`__
- `Pierre-Alexis Ciavaldini (@pciavald) <https://github.com/pciavald>`__
@ -2033,4 +2036,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
*This page was last updated November 27, 2024.*
*This page was last updated December 6, 2024.*