Skip to content

Commit

Permalink
Merge pull request #4071 from esphome/bump-2024.7.1
Browse files Browse the repository at this point in the history
2024.7.1
  • Loading branch information
jesserockz authored Jul 22, 2024
2 parents d56bfd4 + d0145b1 commit 9380489
Show file tree
Hide file tree
Showing 6 changed files with 19 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.7.0
PROJECT_NUMBER = 2024.7.1

# 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.7.0
ESPHOME_REF = 2024.7.1
PAGEFIND_VERSION=1.1.0
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.7.0
2024.7.1
9 changes: 9 additions & 0 deletions changelog/2024.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ needs to be changed to the following:
Please see the :doc:`Documentation </components/micro_wake_word>` for the full configuration.

Release 2024.7.1 - July 22
--------------------------

- Prevent rename from deleting new config :esphomepr:`7104` by :ghuser:`acortelyou`
- [i2s_microphone] Partially revert #7092 so microphone volume doesn't change :esphomepr:`7109` by :ghuser:`kahrendt`
- [heatpumpir] Fix BK72XX Compile error with IRremoteESP8266 :esphomepr:`6955` by :ghuser:`dianlight`
- [http_request] allow basic auth for idf :esphomepr:`7086` by :ghuser:`oarcher`
- Fixes sml parser to process extended length lists with a number of items that is dividable by 16 :esphomepr:`6148` by :ghuser:`irgendwienet`

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 @@ -69,7 +69,7 @@
# The short X.Y version.
version = "2024.7"
# The full version, including alpha/beta/rc tags.
release = "2024.7.0"
release = "2024.7.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 6 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Contributors
- `Antonio (@acarvajalperez) <https://github.com/acarvajalperez>`__
- `aceindy (@aceindy) <https://github.com/aceindy>`__
- `Avula Chandra Kiran Reddy (@ackr-8) <https://github.com/ackr-8>`__
- `Alex Cortelyou (@acortelyou) <https://github.com/acortelyou>`__
- `acshef (@acshef) <https://github.com/acshef>`__
- `Zhenyu Wu (@Adam5Wu) <https://github.com/Adam5Wu>`__
- `adamgreg (@adamgreg) <https://github.com/adamgreg>`__
Expand Down Expand Up @@ -495,6 +496,7 @@ Contributors
- `DrRob (@DrRob) <https://github.com/DrRob>`__
- `drug123 (@drug123) <https://github.com/drug123>`__
- `Drzony (@drzony) <https://github.com/drzony>`__
- `Dmitry Savinkin (@dsavinkin) <https://github.com/dsavinkin>`__
- `Dmitrii Shcherbakov (@dshcherb) <https://github.com/dshcherb>`__
- `Daniel Müller (@dtmuller) <https://github.com/dtmuller>`__
- `Tom Soer (@dtx3k) <https://github.com/dtx3k>`__
Expand Down Expand Up @@ -1551,10 +1553,12 @@ Contributors
- `Jan Čermák (@sairon) <https://github.com/sairon>`__
- `samnewman86 (@samnewman86) <https://github.com/samnewman86>`__
- `Sam Turner (@samturner3) <https://github.com/samturner3>`__
- `Samuel Tardieu (@samueltardieu) <https://github.com/samueltardieu>`__
- `Sender (@sanderlv) <https://github.com/sanderlv>`__
- `Sanjay Govind (@sanjay900) <https://github.com/sanjay900>`__
- `Marcin (@Santanachia) <https://github.com/Santanachia>`__
- `sascha lammers (@sascha432) <https://github.com/sascha432>`__
- `Sašo Domadenik (@sasodoma) <https://github.com/sasodoma>`__
- `Davide Perini (@sblantipodi) <https://github.com/sblantipodi>`__
- `sbur83 (@sbur83) <https://github.com/sbur83>`__
- `Søren Christian Aarup (@scaarup) <https://github.com/scaarup>`__
Expand Down Expand Up @@ -1709,6 +1713,7 @@ Contributors
- `TheJulianJES (@TheJulianJES) <https://github.com/TheJulianJES>`__
- `Jozef Zuzelka (@TheKuko) <https://github.com/TheKuko>`__
- `Mateusz Soszyński (@TheLastGimbus) <https://github.com/TheLastGimbus>`__
- `Daniel (@themorgantown) <https://github.com/themorgantown>`__
- `Bart (@TheNameIsBart) <https://github.com/TheNameIsBart>`__
- `Andrew Quested (@thenameiwantedwastaken) <https://github.com/thenameiwantedwastaken>`__
- `Zixuan Wang (@TheNetAdmin) <https://github.com/TheNetAdmin>`__
Expand Down Expand Up @@ -1910,4 +1915,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated July 17, 2024.*
*This page was last updated July 22, 2024.*

0 comments on commit 9380489

Please sign in to comment.