Merge branch 'beta' into next

This commit is contained in:
Jesse Hills 2024-07-16 19:49:29 +12:00
commit 2cb7bd43dd
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 27 additions and 1 deletions

View File

@ -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
---------------

View File

@ -47,6 +47,7 @@ Contributors
- `Attila Darazs (@adarazs) <https://github.com/adarazs>`__
- `ADeadPixel (@ADeadPixel) <https://github.com/ADeadPixel>`__
- `adezerega (@adezerega) <https://github.com/adezerega>`__
- `Eugen (@Adminius) <https://github.com/Adminius>`__
- `Andrea Donno (@adonno) <https://github.com/adonno>`__
- `Adrian Cuzman (@adriancuzman) <https://github.com/adriancuzman>`__
- `Adrian Fretwell (@AdrianFretwell) <https://github.com/AdrianFretwell>`__
@ -940,6 +941,7 @@ Contributors
- `Kenny Stier (@KennyStier) <https://github.com/KennyStier>`__
- `Robert Kiss (@kepten) <https://github.com/kepten>`__
- `kernelpanic85 (@kernelpanic85) <https://github.com/kernelpanic85>`__
- `kevdliu (@kevdliu) <https://github.com/kevdliu>`__
- `Kevin O'Rourke (@kevinior) <https://github.com/kevinior>`__
- `Kevin Reilly (@kevireilly) <https://github.com/kevireilly>`__
- `kevlar10 (@kevlar10) <https://github.com/kevlar10>`__
@ -1313,6 +1315,7 @@ Contributors
- `Chris Nussbaum (@nuttytree) <https://github.com/nuttytree>`__
- `Michał Sochoń (@nvtkaszpir) <https://github.com/nvtkaszpir>`__
- `Nathaniel Wesley Filardo (@nwf) <https://github.com/nwf>`__
- `Olivier ARCHER (@oarcher) <https://github.com/oarcher>`__
- `obrain17 (@obrain17) <https://github.com/obrain17>`__
- `Ockert Marais (@OckertM) <https://github.com/OckertM>`__
- `Dave Walker (@oddsockmachine) <https://github.com/oddsockmachine>`__
@ -1759,6 +1762,7 @@ Contributors
- `Tom Price (@tomtom5152) <https://github.com/tomtom5152>`__
- `Anthony Bourguignon (@Toniob) <https://github.com/Toniob>`__
- `tony (@tony-fav) <https://github.com/tony-fav>`__
- `Tomi Junnila (@topeju) <https://github.com/topeju>`__
- `David Kiliani (@torfbolt) <https://github.com/torfbolt>`__
- `Aleksandra M (@tort32) <https://github.com/tort32>`__
- `Torwag (@torwag) <https://github.com/torwag>`__
@ -1778,6 +1782,7 @@ Contributors
- `Trevor North (@trvrnrth) <https://github.com/trvrnrth>`__
- `Trygve Laugstøl (@trygvis) <https://github.com/trygvis>`__
- `Gediminas Šaltenis (@trylika) <https://github.com/trylika>`__
- `ttaborda (@ttaborda) <https://github.com/ttaborda>`__
- `Tuan (@tuanpmt) <https://github.com/tuanpmt>`__
- `tubalainen (@tubalainen) <https://github.com/tubalainen>`__
- `tube0013 (@tube0013) <https://github.com/tube0013>`__
@ -1904,4 +1909,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
*This page was last updated July 13, 2024.*
*This page was last updated July 16, 2024.*