mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
commit
0392fcdd51
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.10.0b10
|
PROJECT_NUMBER = 2021.10.0b11
|
||||||
|
|
||||||
# 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.10.0b10
|
ESPHOME_REF = 2021.10.0b11
|
||||||
|
|
||||||
.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.10.0b10
|
2021.10.0b11
|
@ -181,6 +181,10 @@ Beta Fixes
|
|||||||
- Fix ADC pin validation on ESP32-C3 :esphomepr:`2551` by :ghuser:`oxan`
|
- Fix ADC pin validation on ESP32-C3 :esphomepr:`2551` by :ghuser:`oxan`
|
||||||
- ignore exception when not waiting for a response :esphomepr:`2552` by :ghuser:`martgras`
|
- ignore exception when not waiting for a response :esphomepr:`2552` by :ghuser:`martgras`
|
||||||
- Fix HA addon so it does not have logout button :esphomepr:`2558` by :ghuser:`jesserockz`
|
- Fix HA addon so it does not have logout button :esphomepr:`2558` by :ghuser:`jesserockz`
|
||||||
|
- A few esp32_ble_server/improv fixes :esphomepr:`2562` by :ghuser:`jesserockz`
|
||||||
|
- Bump esphome-dashboard to 20211021.0 :esphomepr:`2564` by :ghuser:`jesserockz`
|
||||||
|
- Move running process log line to debug level :esphomepr:`2565` by :ghuser:`OttoWinter`
|
||||||
|
- Revert nextion clang-tidy changes :esphomepr:`2566` by :ghuser:`OttoWinter`
|
||||||
|
|
||||||
All changes
|
All changes
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
@ -381,6 +385,10 @@ All changes
|
|||||||
- Fix ADC pin validation on ESP32-C3 :esphomepr:`2551` by :ghuser:`oxan`
|
- Fix ADC pin validation on ESP32-C3 :esphomepr:`2551` by :ghuser:`oxan`
|
||||||
- ignore exception when not waiting for a response :esphomepr:`2552` by :ghuser:`martgras`
|
- ignore exception when not waiting for a response :esphomepr:`2552` by :ghuser:`martgras`
|
||||||
- Fix HA addon so it does not have logout button :esphomepr:`2558` by :ghuser:`jesserockz`
|
- Fix HA addon so it does not have logout button :esphomepr:`2558` by :ghuser:`jesserockz`
|
||||||
|
- A few esp32_ble_server/improv fixes :esphomepr:`2562` by :ghuser:`jesserockz`
|
||||||
|
- Bump esphome-dashboard to 20211021.0 :esphomepr:`2564` by :ghuser:`jesserockz`
|
||||||
|
- Move running process log line to debug level :esphomepr:`2565` by :ghuser:`OttoWinter`
|
||||||
|
- Revert nextion clang-tidy changes :esphomepr:`2566` by :ghuser:`OttoWinter`
|
||||||
|
|
||||||
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.10"
|
version = "2021.10"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2021.10.0b10"
|
release = "2021.10.0b11"
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -504,6 +504,7 @@ Contributors
|
|||||||
- `obrain17 (@obrain17) <https://github.com/obrain17>`__
|
- `obrain17 (@obrain17) <https://github.com/obrain17>`__
|
||||||
- `Ockert Marais (@OckertM) <https://github.com/OckertM>`__
|
- `Ockert Marais (@OckertM) <https://github.com/OckertM>`__
|
||||||
- `Dave Walker (@oddsockmachine) <https://github.com/oddsockmachine>`__
|
- `Dave Walker (@oddsockmachine) <https://github.com/oddsockmachine>`__
|
||||||
|
- `Andrey Ganzevich (@odya) <https://github.com/odya>`__
|
||||||
- `Olivér Falvai (@ofalvai) <https://github.com/ofalvai>`__
|
- `Olivér Falvai (@ofalvai) <https://github.com/ofalvai>`__
|
||||||
- `Omar Ghader (@omarghader) <https://github.com/omarghader>`__
|
- `Omar Ghader (@omarghader) <https://github.com/omarghader>`__
|
||||||
- `Ömer Şiar Baysal (@omersiar) <https://github.com/omersiar>`__
|
- `Ömer Şiar Baysal (@omersiar) <https://github.com/omersiar>`__
|
||||||
@ -725,7 +726,6 @@ Contributors
|
|||||||
- `Rick van Hattem (@WoLpH) <https://github.com/WoLpH>`__
|
- `Rick van Hattem (@WoLpH) <https://github.com/WoLpH>`__
|
||||||
- `workingmanrob (@workingmanrob) <https://github.com/workingmanrob>`__
|
- `workingmanrob (@workingmanrob) <https://github.com/workingmanrob>`__
|
||||||
- `Wojtek Strzalka (@wstrzalka) <https://github.com/wstrzalka>`__
|
- `Wojtek Strzalka (@wstrzalka) <https://github.com/wstrzalka>`__
|
||||||
- `wutr (@wutr) <https://github.com/wutr>`__
|
|
||||||
- `Mike (@xsnoopy) <https://github.com/xsnoopy>`__
|
- `Mike (@xsnoopy) <https://github.com/xsnoopy>`__
|
||||||
- `Yaroslav (@Yarikx) <https://github.com/Yarikx>`__
|
- `Yaroslav (@Yarikx) <https://github.com/Yarikx>`__
|
||||||
- `Marcin Jaworski (@yawor) <https://github.com/yawor>`__
|
- `Marcin Jaworski (@yawor) <https://github.com/yawor>`__
|
||||||
@ -742,4 +742,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 October 20, 2021.*
|
*This page was last updated October 21, 2021.*
|
||||||
|
Loading…
Reference in New Issue
Block a user