diff --git a/Doxygen b/Doxygen index 24d21982a..dd51bce04 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.1.3 +PROJECT_NUMBER = 2022.1.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 diff --git a/Makefile b/Makefile index 467ee7708..f478ce182 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.1.3 +ESPHOME_REF = 2022.1.4 .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 6d55c1a97..3ce70ef3f 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.1.3 \ No newline at end of file +2022.1.4 \ No newline at end of file diff --git a/changelog/2022.1.0.rst b/changelog/2022.1.0.rst index 3172f5389..ee74aa0a4 100644 --- a/changelog/2022.1.0.rst +++ b/changelog/2022.1.0.rst @@ -83,6 +83,11 @@ Release 2022.1.3 - February 2 - Fix backwards string case helpers :esphomepr:`3126` by :ghuser:`jesserockz` (breaking-change) +Release 2022.1.4 - February 9 +----------------------------- + +- Enable mDNS during OTA safe mode :esphomepr:`3146` by :ghuser:`OttoWinter` +- Try fix canbus config validation :esphomepr:`3173` by :ghuser:`jesserockz` Full list of changes -------------------- diff --git a/conf.py b/conf.py index 087f0799e..df1812913 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "2022.1" # The full version, including alpha/beta/rc tags. -release = "2022.1.3" +release = "2022.1.4" # 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 49bb10a5f..8a2f2a9ab 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -69,6 +69,7 @@ Contributors - `arantius (@arantius) `__ - `arunderwood (@arunderwood) `__ - `Ash McKenzie (@ashmckenzie) `__ +- `Ashton Kemerling (@AshtonKem) `__ - `Pavel Pletenev (@ASMfreaK) `__ - `Andreas Soehlke (@asoehlke) `__ - `Mike Dunston (@atanisoft) `__ @@ -257,6 +258,7 @@ Contributors - `frippe75 (@frippe75) `__ - `Fritz Mueller (@fritzm) `__ - `Marc Egli (@frog32) `__ +- `functionpointer (@functionpointer) `__ - `mr G1K (@G1K) `__ - `Aljaž Srebrnič (@g5pw) `__ - `Gabe Cook (@gabe565) `__ @@ -331,6 +333,7 @@ Contributors - `Jason2866 (@Jason2866) `__ - `Jason Hines (@jasonehines) `__ - `Jas Strong (@jasstrong) `__ +- `Jonas Bergler (@jbergler) `__ - `JbLb (@jblb) `__ - `James Callaghan (@jcallaghan) `__ - `Josh Willox (@jcwillox) `__ @@ -338,6 +341,7 @@ Contributors - `JeeCee1 (@JeeCee1) `__ - `jeff-h (@jeff-h) `__ - `Jeffrey Borg (@jeffborg) `__ +- `Jeff Eberl (@jeffeb3) `__ - `Jeff Rescignano (@JeffResc) `__ - `Jej (@jej) `__ - `Jérôme Laban (@jeromelaban) `__ @@ -459,6 +463,7 @@ Contributors - `Matthew Mazzanti (@matthewmazzanti) `__ - `Maurice Schleußinger (@maurice-schleussinger) `__ - `mbo18 (@mbo18) `__ +- `mckaymatthew (@mckaymatthew) `__ - `Me No Dev (@me-no-dev) `__ - `Alexandr Zarubkin (@me21) `__ - `Joseph Mearman (@Mearman) `__ @@ -785,7 +790,6 @@ Contributors - `Zebble (@Zebble) `__ - `ZJY (@zhangjingye03) `__ - `San (@zhujunsan) `__ -- `ZTX18 (@ZTX18) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated February 2, 2022.* +*This page was last updated February 9, 2022.*