mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-07 09:43:08 +01:00
commit
fc8e4f9b63
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 = 2023.4.1
|
PROJECT_NUMBER = 2023.4.2
|
||||||
|
|
||||||
# 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 = 2023.4.1
|
ESPHOME_REF = 2023.4.2
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2023.4.1
|
2023.4.2
|
@ -55,6 +55,14 @@ Release 2023.4.1 - April 24
|
|||||||
- fix flip_x :esphomepr:`4727` by :ghuser:`ssieb`
|
- fix flip_x :esphomepr:`4727` by :ghuser:`ssieb`
|
||||||
- Use proper schema for delta filter :esphomepr:`4723` by :ghuser:`jesserockz`
|
- Use proper schema for delta filter :esphomepr:`4723` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
|
Release 2023.4.2 - April 27
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
- I2c scan recovery reset fix :esphomepr:`4724` by :ghuser:`gcopeland`
|
||||||
|
- Debug component doesn't work on RP2040 :esphomepr:`4728` by :ghuser:`HeMan`
|
||||||
|
- Only request VA port from first client that is subscribed :esphomepr:`4747` by :ghuser:`jesserockz`
|
||||||
|
- Don't allow fingerprint_grow enroll cancellation when no enrollment started :esphomepr:`4745` by :ghuser:`itpeters`
|
||||||
|
|
||||||
Breaking Changes
|
Breaking Changes
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2023.4"
|
version = "2023.4"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2023.4.1"
|
release = "2023.4.2"
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -944,6 +944,7 @@ Contributors
|
|||||||
- `RubyBailey (@RubyBailey) <https://github.com/RubyBailey>`__
|
- `RubyBailey (@RubyBailey) <https://github.com/RubyBailey>`__
|
||||||
- `Rus Ti (@Rusti-gotrage) <https://github.com/Rusti-gotrage>`__
|
- `Rus Ti (@Rusti-gotrage) <https://github.com/Rusti-gotrage>`__
|
||||||
- `rweather (@rweather) <https://github.com/rweather>`__
|
- `rweather (@rweather) <https://github.com/rweather>`__
|
||||||
|
- `rwilson131 (@rwilson131) <https://github.com/rwilson131>`__
|
||||||
- `Ryan Lang (@ryan-lang) <https://github.com/ryan-lang>`__
|
- `Ryan Lang (@ryan-lang) <https://github.com/ryan-lang>`__
|
||||||
- `ryanalden (@ryanalden) <https://github.com/ryanalden>`__
|
- `ryanalden (@ryanalden) <https://github.com/ryanalden>`__
|
||||||
- `Lukas Bachschwell (@s00500) <https://github.com/s00500>`__
|
- `Lukas Bachschwell (@s00500) <https://github.com/s00500>`__
|
||||||
@ -1137,4 +1138,4 @@ Contributors
|
|||||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated April 24, 2023.*
|
*This page was last updated April 27, 2023.*
|
||||||
|
Loading…
Reference in New Issue
Block a user