mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Merge branch 'beta' into next
This commit is contained in:
commit
ae0ae44887
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2024.8.0b3
|
||||
ESPHOME_REF = 2024.8.0b4
|
||||
PAGEFIND_VERSION=1.1.0
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -93,6 +93,10 @@ Beta Changes
|
||||
- [lvgl] Bug fixes :esphomepr:`7300` by :ghuser:`clydebarrow`
|
||||
- [speaker] Fix header includes :esphomepr:`7304` by :ghuser:`nielsnl68`
|
||||
- [microphone] Fix header includes :esphomepr:`7310` by :ghuser:`jesserockz`
|
||||
- Fix RP2040 Neopixel flickering issue :esphomepr:`7307` by :ghuser:`deCodeIt`
|
||||
- add the ability to add more idf components to an existing setup :esphomepr:`7302` by :ghuser:`nielsnl68`
|
||||
- Fix waveshare 2.13" epaper stride calculation error :esphomepr:`7303` by :ghuser:`serialx`
|
||||
- [rtttl] fix STOPPED state :esphomepr:`7323` by :ghuser:`NewoPL`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
@ -240,6 +244,10 @@ All changes
|
||||
- [lvgl] Bug fixes :esphomepr:`7300` by :ghuser:`clydebarrow`
|
||||
- [speaker] Fix header includes :esphomepr:`7304` by :ghuser:`nielsnl68`
|
||||
- [microphone] Fix header includes :esphomepr:`7310` by :ghuser:`jesserockz`
|
||||
- Fix RP2040 Neopixel flickering issue :esphomepr:`7307` by :ghuser:`deCodeIt`
|
||||
- add the ability to add more idf components to an existing setup :esphomepr:`7302` by :ghuser:`nielsnl68`
|
||||
- Fix waveshare 2.13" epaper stride calculation error :esphomepr:`7303` by :ghuser:`serialx`
|
||||
- [rtttl] fix STOPPED state :esphomepr:`7323` by :ghuser:`NewoPL`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
@ -429,6 +429,7 @@ Contributors
|
||||
- `DeadEnd (@DeadEnded) <https://github.com/DeadEnded>`__
|
||||
- `Debashish Sahu (@debsahu) <https://github.com/debsahu>`__
|
||||
- `declanshanaghy (@declanshanaghy) <https://github.com/declanshanaghy>`__
|
||||
- `Ali Jafri (@deCodeIt) <https://github.com/deCodeIt>`__
|
||||
- `Maximilian (@DeerMaximum) <https://github.com/DeerMaximum>`__
|
||||
- `definitio (@definitio) <https://github.com/definitio>`__
|
||||
- `deftdawg (@deftdawg) <https://github.com/deftdawg>`__
|
||||
@ -1932,4 +1933,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated August 19, 2024.*
|
||||
*This page was last updated August 21, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user