diff --git a/Doxygen b/Doxygen index ab8a9c389..4842f2d66 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.6.0 +PROJECT_NUMBER = 2023.6.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 diff --git a/Makefile b/Makefile index b4bd83989..c1c00b044 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.6.0 +ESPHOME_REF = 2023.6.1 .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 4b920c75d..2cf9d8910 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.6.0 \ No newline at end of file +2023.6.1 \ No newline at end of file diff --git a/changelog/2023.6.0.rst b/changelog/2023.6.0.rst index 9ebc612ee..5b6115e1a 100644 --- a/changelog/2023.6.0.rst +++ b/changelog/2023.6.0.rst @@ -49,6 +49,13 @@ Wi-Fi can now be enabled and disabled on demand using the ``wifi.enable`` and `` It can also be set to not enable on bootup. See the :doc:`Wi-Fi documentation ` for more details. +Release 2023.6.1 - June 23 +-------------------------- + +- Make ethernet_info work with esp-idf framework :esphomepr:`4976` by :ghuser:`HeMan` +- display: fix white screen on binary displays :esphomepr:`4991` by :ghuser:`ayufan` + + Breaking Changes ---------------- diff --git a/conf.py b/conf.py index 8ea123b2b..1450c3379 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.6" # The full version, including alpha/beta/rc tags. -release = "2023.6.0" +release = "2023.6.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index bfc9d60b0..02cd8c27d 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -553,7 +553,6 @@ Contributors - `Juraj Andrássy (@JAndrassy) `__ - `Delio Castillo (@jangeador) `__ - `Jan Grewe (@jangrewe) `__ -- `János Rusiczki (@janosrusiczki) `__ - `Jan Pieper (@janpieper) `__ - `Jared Ring (@jaredring) `__ - `Jarek.P (@JaroslawPrzybyl) `__ @@ -591,7 +590,6 @@ Contributors - `Jérémy JOURDIN (@JJK801) `__ - `Jonathan Jefferies (@jjok) `__ - `John K. Luebs (@jkl1337) `__ -- `Justin Maxwell (@jkmaxwell) `__ - `Jeppe Ladefoged (@jladefoged) `__ - `Jean-Luc Béchennec (@jlbirccyn) `__ - `Jonas De Kegel (@jlsjonas) `__ @@ -623,12 +621,9 @@ Contributors - `James Szalay (@jtszalay) `__ - `Jules-R (@Jules-R) `__ - `Julie Koubová (@juliekoubova) `__ -- `Justahobby01 (@Justahobby01) `__ - `Mike Ryan (@justfalter) `__ - `Justin Gerhardt (@justin-gerhardt) `__ -- `Justyn Shull (@justyns) `__ - `Jasper van der Neut - Stulen (@jvanderneutstulen) `__ -- `João Vitor M. Roma (@jvmr1) `__ - `Jack Wozny (@jwozny) `__ - `Jozef Zuzelka (@jzlka) `__ - `Kris (@K-r-i-s-t-i-a-n) `__ @@ -957,6 +952,7 @@ Contributors - `Jérôme W. (@RomRider) `__ - `roscoegray (@roscoegray) `__ - `rotarykite (@rotarykite) `__ +- `Rajan Patel (@rpatel3001) `__ - `Bob Perciaccante (@rperciaccante) `__ - `rradar (@rradar) `__ - `rspaargaren (@rspaargaren) `__ @@ -1165,4 +1161,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated June 22, 2023.* +*This page was last updated June 23, 2023.*