Skip to content

Commit 1e973ba

Browse files
authored
Merge pull request #4492 from esphome/bump-2024.11.3
2024.11.3
2 parents 35fe54f + 9d15cca commit 1e973ba

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

Doxygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2024.11.2
41+
PROJECT_NUMBER = 2024.11.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2024.11.2
2+
ESPHOME_REF = 2024.11.3
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.11.2
1+
2024.11.3

changelog/2024.11.0.rst

+14
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ Release 2024.11.2 - November 27
6161
- fix 32 char SSIDs :esphomepr:`7834` by :ghuser:`ssieb`
6262
- [honeywell] use warning instead of failing :esphomepr:`7862` by :ghuser:`ssieb`
6363

64+
Release 2024.11.3 - December 6
65+
------------------------------
66+
67+
- [opentherm] Fix out of memory errors on ESP8266 :esphomepr:`7835` by :ghuser:`olegtarasov`
68+
- fix local time timestamp calculation :esphomepr:`7807` by :ghuser:`ssieb`
69+
- [online_image]Don't access decoder if not initialized :esphomepr:`7882` by :ghuser:`guillempages`
70+
- Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. :esphomepr:`7840` by :ghuser:`FreeBear-nc`
71+
- [st7920] Remove unnecessary warning when drawing outside display bounds :esphomepr:`7868` by :ghuser:`jesserockz`
72+
- Fix recalc_timestamp_utc :esphomepr:`7894` by :ghuser:`RouNNdeL`
73+
- Cast port to int for ota pushing :esphomepr:`7888` by :ghuser:`jesserockz`
74+
- [lvgl] Bugfixes :esphomepr:`7896` by :ghuser:`clydebarrow`
75+
- [lvgl] Fix msgbox content :esphomepr:`7912` by :ghuser:`clydebarrow`
76+
- [esp32] Fix crash with empty `platformio_options:` value :esphomepr:`7920` by :ghuser:`clydebarrow`
77+
6478
Full list of changes
6579
--------------------
6680

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# The short X.Y version.
7474
version = "2024.11"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2024.11.2"
76+
release = "2024.11.3"
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

guides/supporters.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Contributors
9898
- `Alessandro Ranellucci (@alranel) <https://github.com/alranel>`__
9999
- `Maxime Gauduin (@alucryd) <https://github.com/alucryd>`__
100100
- `alva (@alva-seal) <https://github.com/alva-seal>`__
101+
- `Amaery (@Amaery) <https://github.com/Amaery>`__
101102
- `Andreas Mandel (@amandel) <https://github.com/amandel>`__
102103
- `Andrew McFague (@amcfague) <https://github.com/amcfague>`__
103104
- `Amish Vishwakarma (@amishv) <https://github.com/amishv>`__
@@ -822,6 +823,7 @@ Contributors
822823
- `Tim Smeets (@ikilledmypc) <https://github.com/ikilledmypc>`__
823824
- `iKK001 (@iKK001) <https://github.com/iKK001>`__
824825
- `ilium007 (@ilium007) <https://github.com/ilium007>`__
826+
- `Ilias Lolis (@ilolis) <https://github.com/ilolis>`__
825827
- `Iman Ahmadvand (@IMAN4K) <https://github.com/IMAN4K>`__
826828
- `Michael (@imeekle) <https://github.com/imeekle>`__
827829
- `imgbot[bot] (@imgbot[bot]) <https://github.com/imgbot[bot]>`__
@@ -1444,6 +1446,7 @@ Contributors
14441446
- `Paul Deen (@PaulAntonDeen) <https://github.com/PaulAntonDeen>`__
14451447
- `Paul Monigatti (@paulmonigatti) <https://github.com/paulmonigatti>`__
14461448
- `Paul Nicholls (@pauln) <https://github.com/pauln>`__
1449+
- `Paul Schulz (@PaulSchulz) <https://github.com/PaulSchulz>`__
14471450
- `Pavlo Dudnytskyi (@paveldn) <https://github.com/paveldn>`__
14481451
- `Bartłomiej Biernacki (@pax0r) <https://github.com/pax0r>`__
14491452
- `Pierre-Alexis Ciavaldini (@pciavald) <https://github.com/pciavald>`__
@@ -2033,4 +2036,4 @@ Contributors
20332036
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
20342037
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
20352038

2036-
*This page was last updated November 27, 2024.*
2039+
*This page was last updated December 6, 2024.*

0 commit comments

Comments
 (0)