diff --git a/Doxygen b/Doxygen index 5919da5be..3179fed5c 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 = 2024.4.0 +PROJECT_NUMBER = 2024.4.1 # 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 a9de01bb5..fd31de088 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.4.0 +ESPHOME_REF = 2024.4.1 .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 d6d6d28db..f38c6ceaf 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.4.0 \ No newline at end of file +2024.4.1 \ No newline at end of file diff --git a/changelog/2024.4.0.rst b/changelog/2024.4.0.rst index 81da40897..89284d8cb 100644 --- a/changelog/2024.4.0.rst +++ b/changelog/2024.4.0.rst @@ -38,6 +38,18 @@ use that route instead. This is more reliable because the ESPHome API uses a TCP your audio will also be encrypted in transit. +Release 2024.4.1 - April 23 +--------------------------- + +- [Tuya Climate] Fix compilation error caused by codegen :esphomepr:`6568` by :ghuser:`zry98` +- wifi: fix reconnect issue due to enablement of fast connect :esphomepr:`6598` by :ghuser:`jpeletier` +- Calibrate Beken internal temperature :esphomepr:`6599` by :ghuser:`Mat931` +- fix streaming logs from MQTT for ESP32 devices using TLS :esphomepr:`6605` by :ghuser:`ccutrer` +- Disallow variant/family override for known boards :esphomepr:`6512` by :ghuser:`clydebarrow` +- esp32_ble: Consider ESP_BT_STATUS_DONE a successful state :esphomepr:`6493` by :ghuser:`polyfloyd` +- Fix or filter :esphomepr:`6574` by :ghuser:`swoboda1337` + + Full list of changes -------------------- diff --git a/conf.py b/conf.py index d469d628a..66d1ff697 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2024.4" # The full version, including alpha/beta/rc tags. -release = "2024.4.0" +release = "2024.4.1" # 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 0027f01fe..9b6111b73 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -484,10 +484,8 @@ Contributors - `f0rdprefect (@f0rdprefect) `__ - `Fabian Affolter (@fabaff) `__ - `Fabian (@Fabian-Schmidt) `__ -- `Fabian Muehlberger (@fabianmuehlberger) `__ - `C W (@fake-name) `__ - `Fabian Bläse (@fblaese) `__ -- `Fabian Berthold (@fbrthld) `__ - `F.D.Castel (@fdcastel) `__ - `Sun Xiangyu (@feizi) `__ - `felixlungu (@felixlungu) `__ @@ -584,6 +582,7 @@ Contributors - `Ha Thach (@hathach) `__ - `Cong Hoang Nguyen (@HcNguyen111) `__ - `hcoohb (@hcoohb) `__ +- `helgek (@helgek) `__ - `hellotomtom (@hellotomtom) `__ - `Jimmy Hedman (@HeMan) `__ - `Hemi03 (@Hemi03) `__ @@ -852,6 +851,7 @@ Contributors - `Merlin Schumacher (@merlinschumacher) `__ - `Martin Flasskamp (@MFlasskamp) `__ - `Michael Hoffmann (@mghoffmann) `__ +- `Michaël Guay-Lambert (@mguaylam) `__ - `Marcel Hetzendorfer (@mhetzi) `__ - `M Hightower (@mhightower83) `__ - `Michael Muré (@MichaelMure) `__ @@ -943,6 +943,7 @@ Contributors - `nldroid (@nldroid) `__ - `Niccolò Maggioni (@nmaggioni) `__ - `nmeachen (@nmeachen) `__ +- `David Friedland (@nohat) `__ - `Álvaro Fernández Rojas (@Noltari) `__ - `Łukasz Śliwiński (@nonameplum) `__ - `JJ (@notjj) `__ @@ -1003,6 +1004,7 @@ Contributors - `Peter Galantha (@peterg79) `__ - `Peter Polacek (@PeterPolacek) `__ - `Peter Kieser (@pfak) `__ +- `Lee (@phatone007) `__ - `Philippe Delodder (@phdelodder) `__ - `Philipp Helo Rehs (@Phhere) `__ - `philbowers (@philbowers) `__ @@ -1091,12 +1093,14 @@ Contributors - `Jérôme W. (@RomRider) `__ - `roscoegray (@roscoegray) `__ - `rotarykite (@rotarykite) `__ +- `Roving Ronin (@Roving-Ronin) `__ - `Robert Paskowitz (@rpaskowitz) `__ - `Rajan Patel (@rpatel3001) `__ - `Bob Perciaccante (@rperciaccante) `__ - `rradar (@rradar) `__ - `rspaargaren (@rspaargaren) `__ - `rsumner (@rsumner) `__ +- `Romain TORRENTE (@rtorrente) `__ - `@RubenKelevra (@RubenKelevra) `__ - `Ruben van Dijk (@RubenNL) `__ - `RubyBailey (@RubyBailey) `__ @@ -1302,6 +1306,7 @@ Contributors - `WallyCZ (@WallyCZ) `__ - `walzing (@walzing) `__ - `warpzone (@warpzone) `__ +- `Warwick Bruce Chapman (@warwickchapman) `__ - `Wauter (@Wauter) `__ - `WeekendWarrior1 (@WeekendWarrior1) `__ - `Thomas Aldrian (@Weissnix4711) `__ @@ -1345,4 +1350,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated April 17, 2024.* +*This page was last updated April 23, 2024.*