Skip to content

Commit

Permalink
Merge pull request #4476 from esphome/bump-2024.11.2
Browse files Browse the repository at this point in the history
2024.11.2
  • Loading branch information
jesserockz authored Nov 27, 2024
2 parents 5d624ed + d072a4e commit e6d3f68
Show file tree
Hide file tree
Showing 6 changed files with 21 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.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
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.1
ESPHOME_REF = 2024.11.2
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.1
2024.11.2
13 changes: 13 additions & 0 deletions changelog/2024.11.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

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.1"
release = "2024.11.2"

# 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 @@ -112,6 +112,7 @@ Contributors
- `Andi Egli (@andilge) <https://github.com/andilge>`__
- `Kieren (@ando023) <https://github.com/ando023>`__
- `András Bíró (@andrasbiro) <https://github.com/andrasbiro>`__
- `Andre (@andre68723) <https://github.com/andre68723>`__
- `Andreas Hergert (@andreashergert1984) <https://github.com/andreashergert1984>`__
- `Andres Vahter (@andresv) <https://github.com/andresv>`__
- `Andrew J.Swan (@andrewjswan) <https://github.com/andrewjswan>`__
Expand Down Expand Up @@ -191,6 +192,7 @@ Contributors
- `bartoszpierzchlewicz (@bartoszpierzchlewicz) <https://github.com/bartoszpierzchlewicz>`__
- `BartoszPierzchlewiczMacrix (@BartoszPierzchlewiczMacrix) <https://github.com/BartoszPierzchlewiczMacrix>`__
- `Bascht74 (@Bascht74) <https://github.com/Bascht74>`__
- `batchmanfr (@batchmanfr) <https://github.com/batchmanfr>`__
- `bazuchan (@bazuchan) <https://github.com/bazuchan>`__
- `Viktr (@BbIKTOP) <https://github.com/BbIKTOP>`__
- `J. Nick Koston (@bdraco) <https://github.com/bdraco>`__
Expand Down Expand Up @@ -692,6 +694,7 @@ Contributors
- `Greg Cormier (@gcormier) <https://github.com/gcormier>`__
- `GeekVisit (@GeekVisit) <https://github.com/GeekVisit>`__
- `Ian Reinhart Geiser (@geiseri) <https://github.com/geiseri>`__
- `GelidusResearch (@GelidusResearch) <https://github.com/GelidusResearch>`__
- `Gene Hand (@genehand) <https://github.com/genehand>`__
- `R Huish (@genestealer) <https://github.com/genestealer>`__
- `Geoff Davis (@geoffdavis) <https://github.com/geoffdavis>`__
Expand Down Expand Up @@ -2030,4 +2033,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated November 22, 2024.*
*This page was last updated November 27, 2024.*

0 comments on commit e6d3f68

Please sign in to comment.