Skip to content

Commit 2404e75

Browse files
committed
Merge branch 'current' into next
2 parents bf08a02 + 31c0a99 commit 2404e75

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

changelog/2025.7.0.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,28 @@ Release 2025.7.1 - July 17
406406
- Fix lwIP thread safety assertion failures on ESP32 :esphomepr:`9570` by :ghuser:`bdraco`
407407

408408

409+
Release 2025.7.2 - July 19
410+
--------------------------
411+
412+
.. collapse:: Show
413+
:open:
414+
415+
- Fix template event web_server crash :esphomepr:`9618` by :ghuser:`AzonInc`
416+
- [api] Fix compilation error with char* lambdas in HomeAssistant services :esphomepr:`9638` by :ghuser:`bdraco`
417+
- [wireguard] Fix boot loop when CONFIG_LWIP_TCPIP_CORE_LOCKING is enabled :esphomepr:`9637` by :ghuser:`bdraco`
418+
- [scheduler] Fix cancellation of timers with empty string names :esphomepr:`9641` by :ghuser:`bdraco`
419+
- [logger] fix on_message :esphomepr:`9642` by :ghuser:`ssieb`
420+
- esp32_camera: deprecate i2c_pins; throw error if combined with i2c: block :esphomepr:`9615` by :ghuser:`RubenKelevra`
421+
- [scheduler] Fix DelayAction cancellation in restart mode scripts :esphomepr:`9646` by :ghuser:`bdraco`
422+
- [lvgl] Fix meter rotation :esphomepr:`9605` by :ghuser:`clydebarrow`
423+
- [libretiny] Remove unsupported lock-free queue and event pool implementations :esphomepr:`9653` by :ghuser:`bdraco`
424+
- [lvgl] Prevent keyerror on min/max value widgets with no default :esphomepr:`9660` by :ghuser:`jesserockz`
425+
- Fix AsyncTCP version mismatch between platformio.ini and async_tcp component :esphomepr:`9676` by :ghuser:`bdraco`
426+
- [speaker] Media player's pipeline properly returns playing state near end of file :esphomepr:`9668` by :ghuser:`kahrendt`
427+
- [voice_assistant] Use media player callbacks to track TTS response status :esphomepr:`9670` by :ghuser:`kahrendt`
428+
- [gpio] Disable interrupt mode by default for LibreTiny platforms :esphomepr:`9687` by :ghuser:`bdraco`
429+
430+
409431
Full list of changes
410432
--------------------
411433

guides/supporters.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ Contributors
185185
- `Achilleas Pipinellis (@axilleas) <https://github.com/axilleas>`__
186186
- `Kamil Trzciński (@ayufan) <https://github.com/ayufan>`__
187187
- `Nicholas Peters (@Azimath) <https://github.com/Azimath>`__
188+
- `Flo (@AzonInc) <https://github.com/AzonInc>`__
188189
- `Daniel (@azrael783) <https://github.com/azrael783>`__
189190
- `azrdev (@azrdev) <https://github.com/azrdev>`__
190191
- `b068931cc450442b63f5b3d276ea4297 (@b068931cc450442b63f5b3d276ea4297) <https://github.com/b068931cc450442b63f5b3d276ea4297>`__
@@ -1961,6 +1962,7 @@ Contributors
19611962
- `Alan Lord (@theopensourcerer) <https://github.com/theopensourcerer>`__
19621963
- `Simon (@theOzzieRat) <https://github.com/theOzzieRat>`__
19631964
- `Brian Levinsen (@therealeldaria) <https://github.com/therealeldaria>`__
1965+
- `Vladimir Kuznetsov (@theshut) <https://github.com/theshut>`__
19641966
- `thevogoncoder (@thevogoncoder) <https://github.com/thevogoncoder>`__
19651967
- `Steve Scott (@thewishy) <https://github.com/thewishy>`__
19661968
- `Zachery Notz (@TheZackCodec) <https://github.com/TheZackCodec>`__
@@ -2183,4 +2185,4 @@ Contributors
21832185
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
21842186
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
21852187

2186-
*This page was last updated July 17, 2025.*
2188+
*This page was last updated July 19, 2025.*

0 commit comments

Comments
 (0)