Skip to content

Commit 8fa6ed0

Browse files
authored
Merge pull request #4459 from esphome/bump-2024.11.1
2024.11.1
2 parents 485ddba + 09886a6 commit 8fa6ed0

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
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.0
41+
PROJECT_NUMBER = 2024.11.1
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2024.11.0
2+
ESPHOME_REF = 2024.11.1
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.11.0
1+
2024.11.1

changelog/2024.11.0.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ OpenTherm
3737
This release brings :doc:`/components/opentherm` support to ESPHome. Please see the :doc:`documentation </components/opentherm>` for detailed information about
3838
it and how to use it.
3939

40+
Release 2024.11.1 - November 22
41+
-------------------------------
42+
43+
- [http_request] Fix within context with parameters. (Bugfix) :esphomepr:`7790` by :ghuser:`clydebarrow`
44+
- [rtttl] Clamp gain between 0 and 1 :esphomepr:`7793` by :ghuser:`jesserockz`
45+
- [speaker] Add missing auto-load for ``audio`` :esphomepr:`7794` by :ghuser:`jesserockz`
46+
- [qspi_dbi] Fix garbled graphics on RM690B0 :esphomepr:`7795` by :ghuser:`manuelkasper`
47+
- Check for min_version earlier in validation :esphomepr:`7797` by :ghuser:`spuder`
48+
- Fix for OTA mode not activating in safe_mode when OTA section has an on_xxxx action :esphomepr:`7796` by :ghuser:`Dilbert66`
49+
- Ensure storage I/O for ignored devices runs in the executor :esphomepr:`7792` by :ghuser:`bdraco`
4050

4151
Full list of changes
4252
--------------------

conf.py

Lines changed: 1 addition & 1 deletion
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.0"
76+
release = "2024.11.1"
7777

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

guides/supporters.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ Contributors
231231
- `bisbastuner (@bisbastuner) <https://github.com/bisbastuner>`__
232232
- `Brian Kaufman (@bkaufx) <https://github.com/bkaufx>`__
233233
- `JDavid (@blackhack) <https://github.com/blackhack>`__
234+
- `Paul Blacknell (@blacknell) <https://github.com/blacknell>`__
234235
- `blackshoals (@blackshoals) <https://github.com/blackshoals>`__
235236
- `blacktirion (@blacktirion) <https://github.com/blacktirion>`__
236237
- `blakadder (@blakadder) <https://github.com/blakadder>`__
@@ -2029,4 +2030,4 @@ Contributors
20292030
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
20302031
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
20312032

2032-
*This page was last updated November 20, 2024.*
2033+
*This page was last updated November 22, 2024.*

0 commit comments

Comments
 (0)