diff --git a/changelog/2024.7.0.rst b/changelog/2024.7.0.rst index d182e7d73..7d1aaf59c 100644 --- a/changelog/2024.7.0.rst +++ b/changelog/2024.7.0.rst @@ -40,6 +40,9 @@ Beta Changes - Fix voice assistant crash when no speaker configured :esphomepr:`7075` by :ghuser:`kevdliu` - Bump HeatpumpIR, add protocols, remove IRremoteESP8266 :esphomepr:`6996` by :ghuser:`nagyrobi` - LTR390 separate ALS and UV gain and resolution :esphomepr:`7026` by :ghuser:`latonita` +- [improv_serial] Fix linker error created in #6998 :esphomepr:`7082` by :ghuser:`kbx81` +- [i2s_audio] Allow config for primary/secondary i2s mode :esphomepr:`7092` by :ghuser:`jesserockz` +- [micro_wake_word] Allow simpler model config :esphomepr:`7094` by :ghuser:`jesserockz` All changes ^^^^^^^^^^^ @@ -105,6 +108,24 @@ All changes - [micro_wake_word] Version 2 :esphomepr:`7032` by :ghuser:`kahrendt` (breaking-change) - UART component support added for host platform :esphomepr:`6912` by :ghuser:`paveldn` - Configure ap ip for RP2040 :esphomepr:`7065` by :ghuser:`HeMan` +- helpers.cpp: Fix GLIBCXX_RELEASE check < 8 :esphomepr:`7062` by :ghuser:`ferbar` +- Fix pmsa003i cold boot marked as failed on ESP32 et al :esphomepr:`7064` by :ghuser:`z3liff` +- [http_request] Fix follow_redirects on arduino :esphomepr:`7054` by :ghuser:`guillempages` +- [ethernet] Fix compile warning for IPv6 :esphomepr:`7048` by :ghuser:`HeMan` +- Update webserver local assets to 20240704-081526 :esphomepr:`7041` by :ghuser:`esphomebot` +- Add braces to if statement to avoid compiler warning. :esphomepr:`7036` by :ghuser:`colmbuckley` +- [mitsubishi] Fix current temperature :esphomepr:`6909` by :ghuser:`ttaborda` +- [climate] fix dump output of unsupported features :esphomepr:`7005` by :ghuser:`dudanov` +- [climate-traits] improved performance :esphomepr:`7006` by :ghuser:`dudanov` +- Add default icon to restart button :esphomepr:`7076` by :ghuser:`leejoow` +- Add support for the Gree YAC1FB9 in climate_ir :esphomepr:`7056` by :ghuser:`topeju` +- add ESP32-C6 support to esp32_can :esphomepr:`7063` by :ghuser:`Adminius` +- Fix voice assistant crash when no speaker configured :esphomepr:`7075` by :ghuser:`kevdliu` +- Bump HeatpumpIR, add protocols, remove IRremoteESP8266 :esphomepr:`6996` by :ghuser:`nagyrobi` +- LTR390 separate ALS and UV gain and resolution :esphomepr:`7026` by :ghuser:`latonita` +- [improv_serial] Fix linker error created in #6998 :esphomepr:`7082` by :ghuser:`kbx81` +- [i2s_audio] Allow config for primary/secondary i2s mode :esphomepr:`7092` by :ghuser:`jesserockz` +- [micro_wake_word] Allow simpler model config :esphomepr:`7094` by :ghuser:`jesserockz` Past Changelogs ---------------