From 96dbff7afc36b3e8274a4d1e4e020e6a7a3f409a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:40:27 +0900 Subject: [PATCH 1/3] Bump version to 2023.12.8 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 053df149c3..97c0727518 100644 --- a/Doxygen +++ b/Doxygen @@ -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 = 2023.12.7 +PROJECT_NUMBER = 2023.12.8 # 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 diff --git a/Makefile b/Makefile index f1d7eb68f1..494b61a144 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.12.7 +ESPHOME_REF = 2023.12.8 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index cd0eb2139c..5f821b08dc 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.12.7 \ No newline at end of file +2023.12.8 \ No newline at end of file diff --git a/conf.py b/conf.py index dc0d692635..5c36ddbeb4 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = "2023.12" # The full version, including alpha/beta/rc tags. -release = "2023.12.7" +release = "2023.12.8" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 75f7fa827ee955bfc4c09811af4dcd86f14cccd2 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:41:14 +0900 Subject: [PATCH 2/3] Update changelog for 2023.12.8 --- changelog/2023.12.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog/2023.12.0.rst b/changelog/2023.12.0.rst index 1c47ebac5e..347480be04 100644 --- a/changelog/2023.12.0.rst +++ b/changelog/2023.12.0.rst @@ -104,6 +104,12 @@ Release 2023.12.7 - January 17 - Create RingBuffer for VoiceAssistant :esphomepr:`6102` by :ghuser:`jesserockz` - Inkplate6: Fix crash with initial set of greyscale :esphomepr:`6038` by :ghuser:`clydebarrow` +Release 2023.12.8 - January 19 +------------------------------ + +- Let show_*_page actions depend on "Display" :esphomepr:`6092` by :ghuser:`guillempages` +- Fix some Voice Assistant bugs :esphomepr:`6121` by :ghuser:`jesserockz` + Full list of changes -------------------- From 1b8fc96097e678ca467c63313307b7875c46eaa6 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:41:45 +0900 Subject: [PATCH 3/3] Update supporters for 2023.12.8 --- guides/supporters.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 558667cc0a..a9f9fe982b 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -160,6 +160,7 @@ Contributors - `Ben-Schwabe (@Ben-Schwabe) `__ - `Benas09 (@Benas09) `__ - `Ben Hoff (@benhoff) `__ +- `Benoît Leforestier (@Benichou34) `__ - `Benjamin Aigner (@benjaminaigner) `__ - `benniju (@benniju) `__ - `Benno Pütz (@bennop) `__ @@ -625,9 +626,7 @@ Contributors - `Marc J (@InvncibiltyCloak) `__ - `IoT-devices LLC (@iotdevicesdev) `__ - `irtimaled (@irtimaled) `__ -- `Ingo Theiss (@itn3rd77) `__ - `itpeters (@itpeters) `__ -- `Ivan Shvedunov (@ivan4th) `__ - `Ivan Kravets (@ivankravets) `__ - `Ivan Lisenkov (@ivlis) `__ - `J0RD4N300 (@J0RD4N300) `__ @@ -1314,4 +1313,4 @@ Contributors - `Zsolt Zsiros (@ZsZs73) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated January 17, 2024.* +*This page was last updated January 19, 2024.*