Merge pull request #1312 from esphome/bump-1.20.0b3

1.20.0b3
This commit is contained in:
Jesse Hills 2021-07-19 08:44:58 +12:00 committed by GitHub
commit b590edc8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 5 deletions

View File

@ -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 = 1.20.0b2
PROJECT_NUMBER = 1.20.0b3
# 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

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = v1.20.0b2
ESPHOME_REF = v1.20.0b3
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.20.0b2
1.20.0b3

View File

@ -73,6 +73,15 @@ Notable Changes
- Add Number entities (from Home Assistant) :esphomepr:`1971` by :ghuser:`jesserockz` (new-feature) (new-integration) (notable-change)
- Nextion upload and sensors :esphomepr:`1464` by :ghuser:`SenexCrenshaw` (new-feature) (notable-change)
Beta fixes
^^^^^^^^^^
- Fix ethernet component hostname handling :esphomepr:`2010` by :ghuser:`flacjacket`
- Refactor docker build system and workflows :esphomepr:`2023` by :ghuser:`OttoWinter`
- GH Actions CI use GHCR :esphomepr:`2027` by :ghuser:`OttoWinter`
- Dashboard disable assets caching :esphomepr:`2025` by :ghuser:`OttoWinter`
- Improve external components error messages :esphomepr:`2026` by :ghuser:`OttoWinter`
All changes
^^^^^^^^^^^
@ -133,6 +142,11 @@ All changes
- Introduce clamp as a template function :esphomepr:`1953` by :ghuser:`agners`
- [Teleinfo] do not stop parsing frame if there is only a CRC error on … :esphomepr:`1999` by :ghuser:`St4n`
- Nextion upload and sensors :esphomepr:`1464` by :ghuser:`SenexCrenshaw` (new-feature) (notable-change)
- Fix ethernet component hostname handling :esphomepr:`2010` by :ghuser:`flacjacket`
- Refactor docker build system and workflows :esphomepr:`2023` by :ghuser:`OttoWinter`
- GH Actions CI use GHCR :esphomepr:`2027` by :ghuser:`OttoWinter`
- Dashboard disable assets caching :esphomepr:`2025` by :ghuser:`OttoWinter`
- Improve external components error messages :esphomepr:`2026` by :ghuser:`OttoWinter`
Past Changelogs
---------------

View File

@ -69,7 +69,7 @@ author = "Otto Winter"
# The short X.Y version.
version = "1.20"
# The full version, including alpha/beta/rc tags.
release = "1.20.0b2"
release = "1.20.0b3"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -189,6 +189,7 @@ Contributors
- `C W (@fake-name) <https://github.com/fake-name>`__
- `Christian Ferbar (@ferbar) <https://github.com/ferbar>`__
- `fkirill (@fkirill) <https://github.com/fkirill>`__
- `Sean Vig (@flacjacket) <https://github.com/flacjacket>`__
- `Diego Elio Pettenò (@Flameeyes) <https://github.com/Flameeyes>`__
- `foxsam21 (@foxsam21) <https://github.com/foxsam21>`__
- `Fractal147 (@Fractal147) <https://github.com/Fractal147>`__
@ -607,4 +608,4 @@ Contributors
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated July 15, 2021.*
*This page was last updated July 19, 2021.*