diff --git a/Doxygen b/Doxygen index 7a6a9f344..7caf16450 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 = 2022.2.4 +PROJECT_NUMBER = 2022.2.5 # 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 690a12c5e..b7e7f6aa4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.2.4 +ESPHOME_REF = 2022.2.5 .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 a31f9fc28..f608828a0 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.2.4 \ No newline at end of file +2022.2.5 \ No newline at end of file diff --git a/changelog/2022.2.0.rst b/changelog/2022.2.0.rst index bed7189e4..4429d94f5 100644 --- a/changelog/2022.2.0.rst +++ b/changelog/2022.2.0.rst @@ -133,6 +133,12 @@ Release 2022.2.4 - February 21 - Fix lilygo touchscreen rotation :esphomepr:`3221` by :ghuser:`jesserockz` - Fix fatal erroring in addon startup script :esphomepr:`3244` by :ghuser:`jesserockz` +Release 2022.2.5 - February 23 +------------------------------ + +- Respect ESPHOME_USE_SUBPROCESS in esp32 post_build script :esphomepr:`3246` by :ghuser:`mweinelt` +- Fix regression caused by TSL2591 auto gain :esphomepr:`3249` by :ghuser:`Azimath` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index 1dc7a18f3..72cbf9c07 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.2" # The full version, including alpha/beta/rc tags. -release = "2022.2.4" +release = "2022.2.5" # 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 721be6441..633f647fe 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -141,6 +141,7 @@ Contributors - `Cougar (@Cougar) `__ - `Connor Prussin (@cprussin) `__ - `cryptelli (@cryptelli) `__ +- `cstaahl (@cstaahl) `__ - `Chris Talkington (@ctalkington) `__ - `cvwillegen (@cvwillegen) `__ - `cwitting (@cwitting) `__ @@ -211,6 +212,7 @@ Contributors - `Ermanno Baschiera (@ebaschiera) `__ - `Robert Resch (@edenhaus) `__ - `Niclas Larsson (@edge90) `__ +- `EdJoPaTo (@EdJoPaTo) `__ - `Eduardo Pérez (@eduperez) `__ - `Eenoo (@Eenoo) `__ - `Eli Fidler (@efidler) `__ @@ -482,6 +484,7 @@ Contributors - `Michael Gorven (@mgorven) `__ - `mhentschke (@mhentschke) `__ - `Michaël Arnauts (@michaelarnauts) `__ +- `Micha Nordmann (@Michanord) `__ - `micronen (@micronen) `__ - `Pauline Middelink (@middelink) `__ - `Mikko Tervala (@MikkoTervala) `__ @@ -533,6 +536,7 @@ Contributors - `Joakim Vindgard (@nigobo) `__ - `nikito7 (@nikito7) `__ - `niklasweber (@niklasweber) `__ +- `Niorix (@Niorix) `__ - `Zvonimir Haramustek (@nitko12) `__ - `Nikolay Kitanov (@nkitanov) `__ - `nldroid (@nldroid) `__ @@ -693,6 +697,7 @@ Contributors - `Strixx76 (@Strixx76) `__ - `stubs12 (@stubs12) `__ - `Jordan Vohwinkel (@sublime93) `__ +- `sveip (@sveip) `__ - `Sympatron GmbH (@Sympatron) `__ - `synco (@synco) `__ - `Marcel Feix (@Syndlex) `__ @@ -800,4 +805,4 @@ Contributors - `Michael Labuschke (@zigman79) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated February 21, 2022.* +*This page was last updated February 23, 2022.*