mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-03 23:41:36 +01:00
commit
9f3ce32e16
2
Doxygen
2
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.12.0
|
||||
PROJECT_NUMBER = 2024.12.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
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2024.12.0
|
||||
ESPHOME_REF = 2024.12.1
|
||||
PAGEFIND_VERSION=1.1.1
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -1 +1 @@
|
||||
2024.12.0
|
||||
2024.12.1
|
@ -40,6 +40,11 @@ This is due to both waning support as it relates to tooling and performance reas
|
||||
more modern architecture, especially if you're using the ESPHome Device Compiler to build/compile firmware for your
|
||||
devices.
|
||||
|
||||
Release 2024.12.1 - December 19
|
||||
-------------------------------
|
||||
|
||||
- [core] Bugfix: Implement ring buffer with xRingbuffer :esphomepr:`7973` by :ghuser:`kahrendt`
|
||||
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
|
2
conf.py
2
conf.py
@ -73,7 +73,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2024.12"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2024.12.0"
|
||||
release = "2024.12.1"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -226,6 +226,7 @@ Contributors
|
||||
- `besteru (@besteru) <https://github.com/besteru>`__
|
||||
- `Fabio Bonelli (@bfabio) <https://github.com/bfabio>`__
|
||||
- `Brandon (@bgulla) <https://github.com/bgulla>`__
|
||||
- `Brett Hoggins (@BHoggs) <https://github.com/BHoggs>`__
|
||||
- `Benedikt Hübschen (@bhuebschen) <https://github.com/bhuebschen>`__
|
||||
- `Bierchermuesli (@Bierchermuesli) <https://github.com/Bierchermuesli>`__
|
||||
- `BigBobbas (@BigBobbas) <https://github.com/BigBobbas>`__
|
||||
@ -500,6 +501,7 @@ Contributors
|
||||
- `Johann V. (@divinitas) <https://github.com/divinitas>`__
|
||||
- `dj-bauer (@dj-bauer) <https://github.com/dj-bauer>`__
|
||||
- `djsf (@dj-sf) <https://github.com/dj-sf>`__
|
||||
- `Djordje Mandic (@DjordjeMandic) <https://github.com/DjordjeMandic>`__
|
||||
- `Dominic Pearman (@djpearman) <https://github.com/djpearman>`__
|
||||
- `djtef (@djtef) <https://github.com/djtef>`__
|
||||
- `djwlindenaar (@djwlindenaar) <https://github.com/djwlindenaar>`__
|
||||
@ -1494,6 +1496,7 @@ Contributors
|
||||
- `Piotr Kubiak (@piotr-kubiak) <https://github.com/piotr-kubiak>`__
|
||||
- `Tommy van der Vorst (@pixelspark) <https://github.com/pixelspark>`__
|
||||
- `pixiandreas (@pixiandreas) <https://github.com/pixiandreas>`__
|
||||
- `Petr Kejval (@pkejval) <https://github.com/pkejval>`__
|
||||
- `Peter Kuehne (@pkuehne) <https://github.com/pkuehne>`__
|
||||
- `Plácido Revilla (@placidorevilla) <https://github.com/placidorevilla>`__
|
||||
- `PlainTechEnthusiast (@PlainTechEnthusiast) <https://github.com/PlainTechEnthusiast>`__
|
||||
@ -2041,4 +2044,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated December 18, 2024.*
|
||||
*This page was last updated December 19, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user