Skip to content

Commit

Permalink
Merge pull request #4492 from esphome/bump-2024.11.3
Browse files Browse the repository at this point in the history
2024.11.3
  • Loading branch information
jesserockz authored Dec 6, 2024
2 parents 35fe54f + 9d15cca commit 1e973ba
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.11.2
2024.11.3
14 changes: 14 additions & 0 deletions changelog/2024.11.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`__
Expand Down Expand Up @@ -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]>`__
Expand Down Expand Up @@ -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>`__
Expand Down Expand Up @@ -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.*

0 comments on commit 1e973ba

Please sign in to comment.