mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-28 17:48:35 +01:00
commit
4fd395cb45
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2021.11.3
|
PROJECT_NUMBER = 2021.11.4
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
ESPHOME_PATH = ../esphome
|
ESPHOME_PATH = ../esphome
|
||||||
ESPHOME_REF = 2021.11.3
|
ESPHOME_REF = 2021.11.4
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2021.11.3
|
2021.11.4
|
@ -119,6 +119,15 @@ Release 2021.11.3 - November 27
|
|||||||
|
|
||||||
- Fix restoring preferences for ESP32 :esphomepr:`2805` by :ghuser:`mmakaay`
|
- Fix restoring preferences for ESP32 :esphomepr:`2805` by :ghuser:`mmakaay`
|
||||||
|
|
||||||
|
Release 2021.11.4 - November 29
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
- Fix parsing numbers in Anova :esphomepr:`2816` by :ghuser:`oxan`
|
||||||
|
- Fix parsing of multiple values in EZO sensor :esphomepr:`2814` by :ghuser:`oxan`
|
||||||
|
- Fix compilation error for WPA enterprise in ESP-IDF :esphomepr:`2815` by :ghuser:`CarlosGS`
|
||||||
|
- Correct bitmask for third color (blue) scaling. :esphomepr:`2817` by :ghuser:`davet2001`
|
||||||
|
- Add delay to improve stability :esphomepr:`2793` by :ghuser:`Conclusio`
|
||||||
|
|
||||||
Full list of changes
|
Full list of changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@ -290,6 +299,11 @@ All changes
|
|||||||
- Remove floating point ops from the ISR :esphomepr:`2751` by :ghuser:`ssieb`
|
- Remove floating point ops from the ISR :esphomepr:`2751` by :ghuser:`ssieb`
|
||||||
- Fix parsing numbers from null-terminated buffers :esphomepr:`2755` by :ghuser:`oxan`
|
- Fix parsing numbers from null-terminated buffers :esphomepr:`2755` by :ghuser:`oxan`
|
||||||
- Fix restoring preferences for ESP32 :esphomepr:`2805` by :ghuser:`mmakaay`
|
- Fix restoring preferences for ESP32 :esphomepr:`2805` by :ghuser:`mmakaay`
|
||||||
|
- Fix parsing numbers in Anova :esphomepr:`2816` by :ghuser:`oxan`
|
||||||
|
- Fix parsing of multiple values in EZO sensor :esphomepr:`2814` by :ghuser:`oxan`
|
||||||
|
- Fix compilation error for WPA enterprise in ESP-IDF :esphomepr:`2815` by :ghuser:`CarlosGS`
|
||||||
|
- Correct bitmask for third color (blue) scaling. :esphomepr:`2817` by :ghuser:`davet2001`
|
||||||
|
- Add delay to improve stability :esphomepr:`2793` by :ghuser:`Conclusio`
|
||||||
|
|
||||||
Past Changelogs
|
Past Changelogs
|
||||||
---------------
|
---------------
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "Otto Winter"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2021.11"
|
version = "2021.11"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2021.11.3"
|
release = "2021.11.4"
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -130,6 +130,7 @@ Contributors
|
|||||||
- `Clifford Roche (@cmroche) <https://github.com/cmroche>`__
|
- `Clifford Roche (@cmroche) <https://github.com/cmroche>`__
|
||||||
- `CODeRUS (@CODeRUS) <https://github.com/CODeRUS>`__
|
- `CODeRUS (@CODeRUS) <https://github.com/CODeRUS>`__
|
||||||
- `Cody James (@codyjamestechnical) <https://github.com/codyjamestechnical>`__
|
- `Cody James (@codyjamestechnical) <https://github.com/codyjamestechnical>`__
|
||||||
|
- `Conclusio (@Conclusio) <https://github.com/Conclusio>`__
|
||||||
- `John Coggeshall (@coogle) <https://github.com/coogle>`__
|
- `John Coggeshall (@coogle) <https://github.com/coogle>`__
|
||||||
- `James Crook (@cooljimy84) <https://github.com/cooljimy84>`__
|
- `James Crook (@cooljimy84) <https://github.com/cooljimy84>`__
|
||||||
- `copercini (@copercini) <https://github.com/copercini>`__
|
- `copercini (@copercini) <https://github.com/copercini>`__
|
||||||
@ -755,4 +756,4 @@ Contributors
|
|||||||
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
|
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated November 27, 2021.*
|
*This page was last updated November 29, 2021.*
|
||||||
|
Loading…
Reference in New Issue
Block a user