Skip to content

Commit

Permalink
Merge branch 'current' into current
Browse files Browse the repository at this point in the history
  • Loading branch information
cptskippy authored May 28, 2024
2 parents 6d12d64 + bc91bdd commit d8d03b3
Show file tree
Hide file tree
Showing 6 changed files with 15 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.5.3
PROJECT_NUMBER = 2024.5.4

# 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.5.3
ESPHOME_REF = 2024.5.4
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.5.3
2024.5.4
7 changes: 7 additions & 0 deletions changelog/2024.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ Release 2024.5.3 - May 25
- [voice_assistant] Don't allocate buffers until starting the microphone for the first time :esphomepr:`6800` by :ghuser:`jesserockz`


Release 2024.5.4 - May 28
-------------------------

- [web_server_base] Bump ESPAsyncWebServer-esphome to 3.2.2 :esphomepr:`6797` by :ghuser:`jesserockz`
- [helpers] Move Base64 string to cpp :esphomepr:`6819` by :ghuser:`gabest11`


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.5"
# The full version, including alpha/beta/rc tags.
release = "2024.5.3"
release = "2024.5.4"

# 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 @@ -136,6 +136,7 @@ Contributors
- `Mike Dunston (@atanisoft) <https://github.com/atanisoft>`__
- `Glenn Morrison (@atomicpapa) <https://github.com/atomicpapa>`__
- `Alexander Turlov (@aturlov) <https://github.com/aturlov>`__
- `august huber (@augs) <https://github.com/augs>`__
- `aus (@aus) <https://github.com/aus>`__
- `AustinMorris (@AustinMorris) <https://github.com/AustinMorris>`__
- `Avirsaam (@Avirsaam) <https://github.com/Avirsaam>`__
Expand Down Expand Up @@ -1192,6 +1193,7 @@ Contributors
- `Stefan Staub (@sstaub) <https://github.com/sstaub>`__
- `Stanislav Habich (@standahabich) <https://github.com/standahabich>`__
- `stegm (@stegm) <https://github.com/stegm>`__
- `Steven Hack (@steven-hack) <https://github.com/steven-hack>`__
- `Stewart (@stewiem2000) <https://github.com/stewiem2000>`__
- `sthorley (@sthorley) <https://github.com/sthorley>`__
- `sticilface (@sticilface) <https://github.com/sticilface>`__
Expand Down Expand Up @@ -1242,6 +1244,7 @@ Contributors
- `Alan Lord (@theopensourcerer) <https://github.com/theopensourcerer>`__
- `Brian Levinsen (@therealeldaria) <https://github.com/therealeldaria>`__
- `Steve Scott (@thewishy) <https://github.com/thewishy>`__
- `Zachery Notz (@TheZackCodec) <https://github.com/TheZackCodec>`__
- `Florian Gareis (@TheZoker) <https://github.com/TheZoker>`__
- `Thibault Maekelbergh (@thibmaek) <https://github.com/thibmaek>`__
- `Thies Gerken (@thiesgerken) <https://github.com/thiesgerken>`__
Expand Down Expand Up @@ -1371,4 +1374,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated May 25, 2024.*
*This page was last updated May 28, 2024.*

0 comments on commit d8d03b3

Please sign in to comment.