mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
971184fefe
BIN
_static/changelog-2023.5.0.png
Normal file
BIN
_static/changelog-2023.5.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
209
changelog/2023.5.0.rst
Normal file
209
changelog/2023.5.0.rst
Normal file
@ -0,0 +1,209 @@
|
||||
ESPHome 2023.5.0 - 17th May 2023
|
||||
================================
|
||||
|
||||
.. seo::
|
||||
:description: Changelog for ESPHome 2023.5.0.
|
||||
:image: /_static/changelog-2023.5.0.png
|
||||
:author: Jesse Hills
|
||||
:author_twitter: @jesserockz
|
||||
|
||||
.. imgtable::
|
||||
:columns: 4
|
||||
|
||||
Speaker Core, components/speaker/index, speaker.svg
|
||||
I2S Speaker, components/speaker/i2s_audio, i2s_audio.svg
|
||||
MLX90614, components/sensor/mlx90614, mlx90614.jpg
|
||||
MAX6956 I/O expander - I²C Bus, components/max6956, max6956.jpg
|
||||
PCA6416A I/O Expander, components/pca6416a, pca6416a.svg
|
||||
HYT271, components/sensor/hyt271, hyt271.jpg
|
||||
GP8403, components/output/gp8403, gp8403.svg
|
||||
ESP32 RMT LED Strip, components/light/esp32_rmt_led_strip, color_lens.svg
|
||||
|
||||
|
||||
Speakers!!!
|
||||
-----------
|
||||
|
||||
Following on from last months release adding :doc:`microphones </components/microphone/index>`,
|
||||
this release adds :doc:`speaker </components/speaker/index>` support!
|
||||
|
||||
These new changes allows the :doc:`/components/voice_assistant` to request the raw audio
|
||||
stream response from Home Assistant to playback without using a full :doc:`/components/media_player/index`.
|
||||
This has much lower latency and allows for a much more responsive voice assistant experience.
|
||||
|
||||
|
||||
More Microphones
|
||||
----------------
|
||||
|
||||
This release also adds a bit more configuration for the i2s_audio microphone components.
|
||||
There is a breaking-change that requires new configuration fields to be added in YAML.
|
||||
See the :doc:`microphone documentation </components/microphone/i2s_audio>` for the configuration details,
|
||||
but below is a small example for the M5Stack Atom Echo.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Old
|
||||
microphone:
|
||||
platform: i2s_audio
|
||||
i2s_din_pin: GPIO23
|
||||
id: my_microphone
|
||||
|
||||
# New
|
||||
microphone:
|
||||
platform: i2s_audio
|
||||
i2s_din_pin: GPIO23
|
||||
adc_type: external
|
||||
pdm: false
|
||||
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
|
||||
New Components
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
- Add mlx90614 sensors :esphomepr:`3749` by :ghuser:`jesserockz` (new-integration)
|
||||
- Add PCA6416A Support :esphomepr:`4681` by :ghuser:`Mat931` (new-integration)
|
||||
- Add support for hyt271 :esphomepr:`4282` by :ghuser:`Philippe12` (new-integration)
|
||||
- Max6956 support added :esphomepr:`3764` by :ghuser:`looping40` (new-integration)
|
||||
- Speaker support :esphomepr:`4743` by :ghuser:`jesserockz` (new-integration)
|
||||
- Add gp8403 output component :esphomepr:`4495` by :ghuser:`jesserockz` (new-integration)
|
||||
- Create esp32 rmt addressable light driver :esphomepr:`4708` by :ghuser:`jesserockz` (new-integration)
|
||||
- Add host target platform :esphomepr:`4783` by :ghuser:`jesserockz` (new-integration)
|
||||
|
||||
Breaking Changes
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
- Remove climate legacy away flags :esphomepr:`4744` by :ghuser:`jesserockz` (breaking-change)
|
||||
- Revert "Template sensors always publish on update interval (#2224)" :esphomepr:`4774` by :ghuser:`nuttytree` (breaking-change)
|
||||
|
||||
Beta Changes
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- Fixed access point for ESP32 IDF platform :esphomepr:`4784` by :ghuser:`HeMan`
|
||||
- Remove AUTO_LOAD from apds9960 :esphomepr:`4746` by :ghuser:`jesserockz`
|
||||
- Supposed to fix #4069, by changing the default value to 0s (timeunit … :esphomepr:`4806` by :ghuser:`Alex1602`
|
||||
- Wording :esphomepr:`4805` by :ghuser:`fgsch`
|
||||
- Tuya: Prevent loop when setting colors on case-sensitive dps :esphomepr:`4809` by :ghuser:`richardhopton`
|
||||
- Fix i2s media player volume control :esphomepr:`4813` by :ghuser:`jesserockz`
|
||||
- Dont try stop if not actually started :esphomepr:`4814` by :ghuser:`jesserockz`
|
||||
- Fix missing stop trait in send_cover_info :esphomepr:`4826` by :ghuser:`RoboMagus`
|
||||
- Bump aioesphomeapi from 13.7.2 to 13.7.5 :esphomepr:`4830` by :ghuser:`dependabot[bot]`
|
||||
- Update PulseLightEffect with range brightness :esphomepr:`4820` by :ghuser:`max246`
|
||||
- Bump esphome-dashboard to 20230516.0 :esphomepr:`4831` by :ghuser:`jesserockz`
|
||||
- Fix time period validation for the auto cleaning interval :esphomepr:`4811` by :ghuser:`fgsch`
|
||||
- Bump tzlocal from 4.2 to 5.0.1 :esphomepr:`4829` by :ghuser:`dependabot[bot]`
|
||||
- Start UART assignment at UART0 if the logger is not enabled or is not configured for hardware logging on ESP32 :esphomepr:`4762` by :ghuser:`spectrumjade`
|
||||
- Synchronise Device Classes from Home Assistant :esphomepr:`4825` by :ghuser:`github-actions[bot]`
|
||||
- support sending keys to the collector :esphomepr:`4838` by :ghuser:`ssieb`
|
||||
- handle Wiegand 8-bit keys :esphomepr:`4837` by :ghuser:`ssieb`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
|
||||
- Only allow 5 jobs from each CI run to be in parallel :esphomepr:`4682` by :ghuser:`jesserockz`
|
||||
- Add Bayesian type for binary_sensor_map component :esphomepr:`4640` by :ghuser:`kahrendt`
|
||||
- Bump aioesphomeapi from 13.5.1 to 13.7.0 :esphomepr:`4676` by :ghuser:`dependabot[bot]`
|
||||
- Bump peter-evans/create-pull-request from 4 to 5 :esphomepr:`4661` by :ghuser:`dependabot[bot]`
|
||||
- Bump docker/build-push-action from 3 to 4 :esphomepr:`4367` by :ghuser:`dependabot[bot]`
|
||||
- Keep Device Class in Flash. :esphomepr:`4639` by :ghuser:`Fabian-Schmidt`
|
||||
- Add support for passive WiFi scanning :esphomepr:`4666` by :ghuser:`BellaCoola`
|
||||
- Initial attempt at supporting ESP-IDF 5.0.0 :esphomepr:`4364` by :ghuser:`kbx81`
|
||||
- Get Sunrise & Sunset for a Specific Date :esphomepr:`4712` by :ghuser:`RebbePod`
|
||||
- Add `supports_stop` trait to Cover :esphomepr:`3897` by :ghuser:`amomchilov`
|
||||
- Bump aioesphomeapi from 13.7.0 to 13.7.1 :esphomepr:`4725` by :ghuser:`dependabot[bot]`
|
||||
- Add on_tag_removed trigger for RC522 :esphomepr:`4742` by :ghuser:`kbx81`
|
||||
- Fix 'blutooth' typo in esp32_ble component :esphomepr:`4738` by :ghuser:`RoboMagus`
|
||||
- Bump pylint from 2.17.2 to 2.17.3 :esphomepr:`4740` by :ghuser:`dependabot[bot]`
|
||||
- Bump tornado from 6.2 to 6.3.1 :esphomepr:`4741` by :ghuser:`dependabot[bot]`
|
||||
- Bump pytest from 7.3.0 to 7.3.1 :esphomepr:`4686` by :ghuser:`dependabot[bot]`
|
||||
- Expand the platformio dep installer to also install platforms and tools :esphomepr:`4716` by :ghuser:`jesserockz`
|
||||
- Remove climate legacy away flags :esphomepr:`4744` by :ghuser:`jesserockz` (breaking-change)
|
||||
- Add mlx90614 sensors :esphomepr:`3749` by :ghuser:`jesserockz` (new-integration)
|
||||
- Move am43 sensor code and remove auto load on cover :esphomepr:`4631` by :ghuser:`jesserockz`
|
||||
- Fix assumed_state switch webserver :esphomepr:`4259` by :ghuser:`RoboMagus`
|
||||
- Bump aioesphomeapi from 13.7.1 to 13.7.2 :esphomepr:`4753` by :ghuser:`dependabot[bot]`
|
||||
- Bump git version in Dockerfile :esphomepr:`4763` by :ghuser:`jesserockz`
|
||||
- Power down PN532 before deep sleep :esphomepr:`4707` by :ghuser:`tracestep`
|
||||
- Switch ESPAsyncTCP-esphome to esphome fork :esphomepr:`4764` by :ghuser:`jesserockz`
|
||||
- Bump pyupgrade from 3.3.1 to 3.3.2 :esphomepr:`4751` by :ghuser:`dependabot[bot]`
|
||||
- Only pre-install libraries in docker images :esphomepr:`4766` by :ghuser:`jesserockz`
|
||||
- Add PCA6416A Support :esphomepr:`4681` by :ghuser:`Mat931` (new-integration)
|
||||
- play_folder bugfix and addition of play_mp3 :esphomepr:`4758` by :ghuser:`llluis`
|
||||
- RF Codec for Drayton Digistat heating controller :esphomepr:`4494` by :ghuser:`marshn`
|
||||
- Add support for hyt271 :esphomepr:`4282` by :ghuser:`Philippe12` (new-integration)
|
||||
- Add support for BLE passkey authentication :esphomepr:`4258` by :ghuser:`Mat931`
|
||||
- Add support for V2 of the waveshare 5.83in e-paper display. :esphomepr:`3660` by :ghuser:`cooki35`
|
||||
- Max6956 support added :esphomepr:`3764` by :ghuser:`looping40` (new-integration)
|
||||
- Bump zeroconf from 0.56.0 to 0.60.0 :esphomepr:`4767` by :ghuser:`dependabot[bot]`
|
||||
- Revert "Template sensors always publish on update interval (#2224)" :esphomepr:`4774` by :ghuser:`nuttytree` (breaking-change)
|
||||
- update schema gen to 2023.4.0 :esphomepr:`4772` by :ghuser:`glmnet`
|
||||
- Speaker support :esphomepr:`4743` by :ghuser:`jesserockz` (new-integration)
|
||||
- Add gp8403 output component :esphomepr:`4495` by :ghuser:`jesserockz` (new-integration)
|
||||
- Create esp32 rmt addressable light driver :esphomepr:`4708` by :ghuser:`jesserockz` (new-integration)
|
||||
- Bump ESP32-audioI2s to 2.0.7 :esphomepr:`4796` by :ghuser:`jesserockz`
|
||||
- SM2135 Add optional current configuration, avoid communication failures. :esphomepr:`3850` by :ghuser:`BoukeHaarsma23`
|
||||
- Fix ezo parsing :esphomepr:`4792` by :ghuser:`alfredopironti`
|
||||
- [ili9xxx] Improve fill operation performance :esphomepr:`4702` by :ghuser:`Fabian-Schmidt`
|
||||
- Add host target platform :esphomepr:`4783` by :ghuser:`jesserockz` (new-integration)
|
||||
- Add more envs to root platformio :esphomepr:`4799` by :ghuser:`jesserockz`
|
||||
- Keep Unit of Measurement in Flash. :esphomepr:`4719` by :ghuser:`Fabian-Schmidt`
|
||||
- [display] Small display print performance improvement :esphomepr:`4788` by :ghuser:`Fabian-Schmidt`
|
||||
- Fixed calculation of start and end dhcp range :esphomepr:`4785` by :ghuser:`HeMan`
|
||||
- Add more configuration for microphones - i2s/pdm/adc :esphomepr:`4775` by :ghuser:`jesserockz`
|
||||
- Wrap VA code :esphomepr:`4800` by :ghuser:`jesserockz`
|
||||
- Make i2s_audio bclk_pin optional :esphomepr:`4801` by :ghuser:`jesserockz`
|
||||
- Validate project details are set for dashboard_import :esphomepr:`4802` by :ghuser:`jesserockz`
|
||||
- Fixed access point for ESP32 IDF platform :esphomepr:`4784` by :ghuser:`HeMan`
|
||||
- Remove AUTO_LOAD from apds9960 :esphomepr:`4746` by :ghuser:`jesserockz`
|
||||
- Supposed to fix #4069, by changing the default value to 0s (timeunit … :esphomepr:`4806` by :ghuser:`Alex1602`
|
||||
- Wording :esphomepr:`4805` by :ghuser:`fgsch`
|
||||
- Tuya: Prevent loop when setting colors on case-sensitive dps :esphomepr:`4809` by :ghuser:`richardhopton`
|
||||
- Fix i2s media player volume control :esphomepr:`4813` by :ghuser:`jesserockz`
|
||||
- Dont try stop if not actually started :esphomepr:`4814` by :ghuser:`jesserockz`
|
||||
- Fix missing stop trait in send_cover_info :esphomepr:`4826` by :ghuser:`RoboMagus`
|
||||
- Bump aioesphomeapi from 13.7.2 to 13.7.5 :esphomepr:`4830` by :ghuser:`dependabot[bot]`
|
||||
- Update PulseLightEffect with range brightness :esphomepr:`4820` by :ghuser:`max246`
|
||||
- Bump esphome-dashboard to 20230516.0 :esphomepr:`4831` by :ghuser:`jesserockz`
|
||||
- Fix time period validation for the auto cleaning interval :esphomepr:`4811` by :ghuser:`fgsch`
|
||||
- Bump tzlocal from 4.2 to 5.0.1 :esphomepr:`4829` by :ghuser:`dependabot[bot]`
|
||||
- Start UART assignment at UART0 if the logger is not enabled or is not configured for hardware logging on ESP32 :esphomepr:`4762` by :ghuser:`spectrumjade`
|
||||
- Synchronise Device Classes from Home Assistant :esphomepr:`4825` by :ghuser:`github-actions[bot]`
|
||||
- support sending keys to the collector :esphomepr:`4838` by :ghuser:`ssieb`
|
||||
- handle Wiegand 8-bit keys :esphomepr:`4837` by :ghuser:`ssieb`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
||||
- :doc:`2023.4.0`
|
||||
- :doc:`2023.3.0`
|
||||
- :doc:`2023.2.0`
|
||||
- :doc:`2022.12.0`
|
||||
- :doc:`2022.11.0`
|
||||
- :doc:`2022.10.0`
|
||||
- :doc:`2022.9.0`
|
||||
- :doc:`2022.8.0`
|
||||
- :doc:`2022.6.0`
|
||||
- :doc:`2022.5.0`
|
||||
- :doc:`2022.4.0`
|
||||
- :doc:`2022.3.0`
|
||||
- :doc:`2022.2.0`
|
||||
- :doc:`2022.1.0`
|
||||
- :doc:`2021.12.0`
|
||||
- :doc:`2021.11.0`
|
||||
- :doc:`2021.10.0`
|
||||
- :doc:`2021.9.0`
|
||||
- :doc:`2021.8.0`
|
||||
- :doc:`v1.20.0`
|
||||
- :doc:`v1.19.0`
|
||||
- :doc:`v1.18.0`
|
||||
- :doc:`v1.17.0`
|
||||
- :doc:`v1.16.0`
|
||||
- :doc:`v1.15.0`
|
||||
- :doc:`v1.14.0`
|
||||
- :doc:`v1.13.0`
|
||||
- :doc:`v1.12.0`
|
||||
- :doc:`v1.11.0`
|
||||
- :doc:`v1.10.0`
|
||||
- :doc:`v1.9.0`
|
||||
- :doc:`v1.8.0`
|
||||
- :doc:`v1.7.0`
|
@ -2,7 +2,7 @@ Changelog
|
||||
=========
|
||||
|
||||
.. redirect::
|
||||
:url: /changelog/2023.4.0.html
|
||||
:url: /changelog/2023.5.0.html
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
@ -57,6 +57,7 @@ Contributors
|
||||
- `Albin Kauffmann (@albinou) <https://github.com/albinou>`__
|
||||
- `Andre Lengwenus (@alengwenus) <https://github.com/alengwenus>`__
|
||||
- `Alex (@alex-richards) <https://github.com/alex-richards>`__
|
||||
- `Alex Dekker (@Alex1602) <https://github.com/Alex1602>`__
|
||||
- `Alexander Leisentritt (@Alex9779) <https://github.com/Alex9779>`__
|
||||
- `Alex Barcelo (@alexbarcelo) <https://github.com/alexbarcelo>`__
|
||||
- `AlexCPU (@AlexCPU) <https://github.com/AlexCPU>`__
|
||||
@ -104,7 +105,6 @@ Contributors
|
||||
- `ashp8i (@ashp8i) <https://github.com/ashp8i>`__
|
||||
- `Ashton Kemerling (@AshtonKem) <https://github.com/AshtonKem>`__
|
||||
- `杨成锴 (@asjdf) <https://github.com/asjdf>`__
|
||||
- `Pavel Pletenev (@ASMfreaK) <https://github.com/ASMfreaK>`__
|
||||
- `Andreas Soehlke (@asoehlke) <https://github.com/asoehlke>`__
|
||||
- `Mike Dunston (@atanisoft) <https://github.com/atanisoft>`__
|
||||
- `Glenn Morrison (@atomicpapa) <https://github.com/atomicpapa>`__
|
||||
@ -145,6 +145,7 @@ Contributors
|
||||
- `Berend Haan (@berendhaan) <https://github.com/berendhaan>`__
|
||||
- `Arturo Casal (@berfenger) <https://github.com/berfenger>`__
|
||||
- `Bryan Berg (@berg) <https://github.com/berg>`__
|
||||
- `BerlinJoker (@BerlinJoker) <https://github.com/BerlinJoker>`__
|
||||
- `Bert Hertogen (@berthertogen) <https://github.com/berthertogen>`__
|
||||
- `Ivan Bessarabov (@bessarabov) <https://github.com/bessarabov>`__
|
||||
- `Brandon (@bgulla) <https://github.com/bgulla>`__
|
||||
@ -236,6 +237,7 @@ Contributors
|
||||
- `Cossid (@Cossid) <https://github.com/Cossid>`__
|
||||
- `Cougar (@Cougar) <https://github.com/Cougar>`__
|
||||
- `Connor Prussin (@cprussin) <https://github.com/cprussin>`__
|
||||
- `cptquad (@cptquad) <https://github.com/cptquad>`__
|
||||
- `Corey Rice (@crice009) <https://github.com/crice009>`__
|
||||
- `cryptelli (@cryptelli) <https://github.com/cryptelli>`__
|
||||
- `Christian Schwarzgruber (@cslux) <https://github.com/cslux>`__
|
||||
@ -293,6 +295,7 @@ Contributors
|
||||
- `Davide Depau (@depau) <https://github.com/depau>`__
|
||||
- `dependabot[bot] (@dependabot[bot]) <https://github.com/dependabot[bot]>`__
|
||||
- `Joeri Colman (@depuits) <https://github.com/depuits>`__
|
||||
- `Mike La Spina (@descipher) <https://github.com/descipher>`__
|
||||
- `Stephan Martin (@designer2k2) <https://github.com/designer2k2>`__
|
||||
- `Destix (@Destix) <https://github.com/Destix>`__
|
||||
- `Deun Lee (@deunlee) <https://github.com/deunlee>`__
|
||||
@ -351,6 +354,7 @@ Contributors
|
||||
- `Erwin Kooi (@egeltje) <https://github.com/egeltje>`__
|
||||
- `Eike (@ei-ke) <https://github.com/ei-ke>`__
|
||||
- `Elazar Leibovich (@elazarl) <https://github.com/elazarl>`__
|
||||
- `Eli (@eli-xciv) <https://github.com/eli-xciv>`__
|
||||
- `Eli Yu (@elizhyu) <https://github.com/elizhyu>`__
|
||||
- `Elkropac (@Elkropac) <https://github.com/Elkropac>`__
|
||||
- `Elliot Wood (@elliot-wood) <https://github.com/elliot-wood>`__
|
||||
@ -391,6 +395,7 @@ Contributors
|
||||
- `Christian Ferbar (@ferbar) <https://github.com/ferbar>`__
|
||||
- `FeuerSturm (@FeuerSturm) <https://github.com/FeuerSturm>`__
|
||||
- `Florian Golemo (@fgolemo) <https://github.com/fgolemo>`__
|
||||
- `Federico G. Schwindt (@fgsch) <https://github.com/fgsch>`__
|
||||
- `Frank Riley (@fhriley) <https://github.com/fhriley>`__
|
||||
- `finity69x2 (@finity69x2) <https://github.com/finity69x2>`__
|
||||
- `Frédéric Jouault (@fjouault) <https://github.com/fjouault>`__
|
||||
@ -449,6 +454,7 @@ Contributors
|
||||
- `Gonzalo Paniagua Javier (@gonzalop) <https://github.com/gonzalop>`__
|
||||
- `gordon-zhao (@gordon-zhao) <https://github.com/gordon-zhao>`__
|
||||
- `Gustavo Ambrozio (@gpambrozio) <https://github.com/gpambrozio>`__
|
||||
- `Graham Brown (@grahambrown11) <https://github.com/grahambrown11>`__
|
||||
- `Granville Barker (@granvillebarker) <https://github.com/granvillebarker>`__
|
||||
- `Antoine GRÉA (@grea09) <https://github.com/grea09>`__
|
||||
- `Greg Arnold (@GregJArnold) <https://github.com/GregJArnold>`__
|
||||
@ -630,7 +636,6 @@ Contributors
|
||||
- `Kelvie Wong (@kelvie) <https://github.com/kelvie>`__
|
||||
- `Kenny Stier (@KennyStier) <https://github.com/KennyStier>`__
|
||||
- `kernelpanic85 (@kernelpanic85) <https://github.com/kernelpanic85>`__
|
||||
- `Kevin O'Rourke (@kevinior) <https://github.com/kevinior>`__
|
||||
- `kevlar10 (@kevlar10) <https://github.com/kevlar10>`__
|
||||
- `kfulko (@kfulko) <https://github.com/kfulko>`__
|
||||
- `Kai Gerken (@KG3RK3N) <https://github.com/KG3RK3N>`__
|
||||
@ -642,7 +647,6 @@ Contributors
|
||||
- `Klaas Schoute (@klaasnicolaas) <https://github.com/klaasnicolaas>`__
|
||||
- `Klarstein (@Klarstein) <https://github.com/Klarstein>`__
|
||||
- `Marcus Klein (@kleini) <https://github.com/kleini>`__
|
||||
- `Kevin Lewis (@kll) <https://github.com/kll>`__
|
||||
- `KNXBroker (@KNXBroker) <https://github.com/KNXBroker>`__
|
||||
- `kokangit (@kokangit) <https://github.com/kokangit>`__
|
||||
- `konsulten (@konsulten) <https://github.com/konsulten>`__
|
||||
@ -663,6 +667,7 @@ Contributors
|
||||
- `Limor "Ladyada" Fried (@ladyada) <https://github.com/ladyada>`__
|
||||
- `Luca Adrian L (@lal12) <https://github.com/lal12>`__
|
||||
- `Fredrik Lindqvist (@Landrash) <https://github.com/Landrash>`__
|
||||
- `lanik (@lanik) <https://github.com/lanik>`__
|
||||
- `Lawrie George (@lawriege) <https://github.com/lawriege>`__
|
||||
- `Laszlo Gazdag (@lazlyhu) <https://github.com/lazlyhu>`__
|
||||
- `Ludovic BOUÉ (@lboue) <https://github.com/lboue>`__
|
||||
@ -737,6 +742,7 @@ Contributors
|
||||
- `Matthew Mazzanti (@matthewmazzanti) <https://github.com/matthewmazzanti>`__
|
||||
- `matthias882 (@matthias882) <https://github.com/matthias882>`__
|
||||
- `Matus Ivanecky (@maty535) <https://github.com/maty535>`__
|
||||
- `Christian (@max246) <https://github.com/max246>`__
|
||||
- `Maximilian Gerhardt (@maxgerhardt) <https://github.com/maxgerhardt>`__
|
||||
- `mbo18 (@mbo18) <https://github.com/mbo18>`__
|
||||
- `mcmuller (@mcmuller) <https://github.com/mcmuller>`__
|
||||
@ -761,6 +767,7 @@ Contributors
|
||||
- `Micha Nordmann (@Michanord) <https://github.com/Michanord>`__
|
||||
- `Michel Munzert (@michelde) <https://github.com/michelde>`__
|
||||
- `Pauline Middelink (@middelink) <https://github.com/middelink>`__
|
||||
- `Joel Midstjärna (@midstar) <https://github.com/midstar>`__
|
||||
- `Mike_Went (@MikeWent) <https://github.com/MikeWent>`__
|
||||
- `Mikko Tervala (@MikkoTervala) <https://github.com/MikkoTervala>`__
|
||||
- `MiKuBB (@MiKuBB) <https://github.com/MiKuBB>`__
|
||||
@ -782,7 +789,7 @@ Contributors
|
||||
- `Moritz Glöckl (@moritzgloeckl) <https://github.com/moritzgloeckl>`__
|
||||
- `moritzj29 (@moritzj29) <https://github.com/moritzj29>`__
|
||||
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
|
||||
- `Sam Hughes (@MrEditor97) <https://github.com/MrEditor97>`__
|
||||
- `MrEditor97 (@mreditor97) <https://github.com/mreditor97>`__
|
||||
- `Morgan Robertson (@mrgnr) <https://github.com/mrgnr>`__
|
||||
- `Mariusz Kryński (@mrk-its) <https://github.com/mrk-its>`__
|
||||
- `Michael Davidson (@MrMDavidson) <https://github.com/MrMDavidson>`__
|
||||
@ -799,6 +806,7 @@ Contributors
|
||||
- `Mynasru (@Mynasru) <https://github.com/Mynasru>`__
|
||||
- `Mikhail Zakharov (@mzakharo) <https://github.com/mzakharo>`__
|
||||
- `Kevin Uhlir (@n0bel) <https://github.com/n0bel>`__
|
||||
- `N6RDV (@N6RDV) <https://github.com/N6RDV>`__
|
||||
- `Erik Näsström (@Naesstrom) <https://github.com/Naesstrom>`__
|
||||
- `H. Árkosi Róbert (@nagyrobi) <https://github.com/nagyrobi>`__
|
||||
- `Viktor Nagy (@nagyv) <https://github.com/nagyv>`__
|
||||
@ -869,15 +877,12 @@ Contributors
|
||||
- `Paul Monigatti (@paulmonigatti) <https://github.com/paulmonigatti>`__
|
||||
- `Paul Nicholls (@pauln) <https://github.com/pauln>`__
|
||||
- `Bartłomiej Biernacki (@pax0r) <https://github.com/pax0r>`__
|
||||
- `Paul Doidge (@pdoidge) <https://github.com/pdoidge>`__
|
||||
- `peddamat (@peddamat) <https://github.com/peddamat>`__
|
||||
- `pedjas (@pedjas) <https://github.com/pedjas>`__
|
||||
- `pedrobsm (@pedrobsm) <https://github.com/pedrobsm>`__
|
||||
- `per1234 (@per1234) <https://github.com/per1234>`__
|
||||
- `David (@perldj) <https://github.com/perldj>`__
|
||||
- `Peter Valkov (@peter-valkov) <https://github.com/peter-valkov>`__
|
||||
- `Peter Galantha (@peterg79) <https://github.com/peterg79>`__
|
||||
- `Peter Halicky (@peterhalicky) <https://github.com/peterhalicky>`__
|
||||
- `Philippe Delodder (@phdelodder) <https://github.com/phdelodder>`__
|
||||
- `philbowers (@philbowers) <https://github.com/philbowers>`__
|
||||
- `Philippe FOUQUET (@Philippe12) <https://github.com/Philippe12>`__
|
||||
@ -1005,6 +1010,7 @@ Contributors
|
||||
- `sparkydave1981 (@sparkydave1981) <https://github.com/sparkydave1981>`__
|
||||
- `spattinson (@spattinson) <https://github.com/spattinson>`__
|
||||
- `Sean Brogan (@spbrogan) <https://github.com/spbrogan>`__
|
||||
- `Justin Gerace (@spectrumjade) <https://github.com/spectrumjade>`__
|
||||
- `Spegs21 (@Spegs21) <https://github.com/Spegs21>`__
|
||||
- `Eric Lind (@sperly) <https://github.com/sperly>`__
|
||||
- `Samuel Sieb (@ssieb) <https://github.com/ssieb>`__
|
||||
@ -1136,7 +1142,6 @@ Contributors
|
||||
- `WitchKing (@xvil) <https://github.com/xvil>`__
|
||||
- `Yaroslav (@Yarikx) <https://github.com/Yarikx>`__
|
||||
- `Marcin Jaworski (@yawor) <https://github.com/yawor>`__
|
||||
- `Pavel (@yekm) <https://github.com/yekm>`__
|
||||
- `Nico B (@youknow0) <https://github.com/youknow0>`__
|
||||
- `Yuval Aboulafia (@yuvalabou) <https://github.com/yuvalabou>`__
|
||||
- `Björn Stenberg (@zagor) <https://github.com/zagor>`__
|
||||
@ -1145,9 +1150,10 @@ Contributors
|
||||
- `Geek_cat (@zhzhzhy) <https://github.com/zhzhzhy>`__
|
||||
- `I. Tomita (@ziceva) <https://github.com/ziceva>`__
|
||||
- `Michael Labuschke (@zigman79) <https://github.com/zigman79>`__
|
||||
- `Stefan Goethals (@zipkid) <https://github.com/zipkid>`__
|
||||
- `zivillian (@zivillian) <https://github.com/zivillian>`__
|
||||
- `Loïc (@zoic21) <https://github.com/zoic21>`__
|
||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated May 4, 2023.*
|
||||
*This page was last updated May 17, 2023.*
|
||||
|
Loading…
Reference in New Issue
Block a user