From e6cb80def3336ad246de3ff1235d69409ccec7d8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 9 Aug 2021 12:08:20 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++--- RELEASENOTES.md | 6 +++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c3afe39..30541c867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,14 @@ All notable changes to this project will be documented in this file. - Support for (Yeelight) Mi Desk Pro using binary tasmota32solo1.bin ### Changed +- NeoPixelBus library from v2.6.3 to v2.6.7 - Make Sonoff L1 MusicSync persistent (#12008) - Relax NTP poll if no ntpserver can be resolved by DNS - Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware -- Prometheus: All metrics are prefixed with ``tasmota_`` - memory metrics have been cleaned up to work consistently between ESP8266 and ESP32 - the device name is reported as an info metric - Default disable CORS for enhanced security and provide user compile option ``#define USE_CORS`` (#12827) +- Prometheus: All metrics are prefixed with ``tasmota_`` (#12842) + Memory metrics have been cleaned up to work consistently between ESP8266 and ESP32 + The device name is reported as an info metric ### Fixed - Neopool communication error (#12813) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5ad7a6e5b..ba856058b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -119,8 +119,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Inital support for Wi-Fi extender [#12784](https://github.com/arendst/Tasmota/issues/12784) ### Changed +- Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware - ESP32 core library from v1.0.6 to v1.0.7.3 - IRremoteESP8266 library from v2.7.18 to v2.7.19 +- NeoPixelBus library from v2.6.3 to v2.6.7 - Message ``Upload buffer miscompare`` into ``Not enough space`` - ESP32 Ethernet Phy Type information to IDF v3+ - Speed up initial GUI console refresh @@ -130,7 +132,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Disable PSRAM on unsupported hardware - ESP32 remove GPIO initialization to INPUT from not used GPIOs to allow JTAG support - Relax NTP poll if no ntpserver can be resolved by DNS -- Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware - Make Sonoff L1 MusicSync persistent [#12008](https://github.com/arendst/Tasmota/issues/12008) - Simplified configuration for ir-full and removal of tasmota-ircustom [#12428](https://github.com/arendst/Tasmota/issues/12428) - Refactor platformio [#12442](https://github.com/arendst/Tasmota/issues/12442) @@ -138,6 +139,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Enable Ping and rule features for any device compiled with more than 1M flash size [#12539](https://github.com/arendst/Tasmota/issues/12539) - Replace spaces by hyphens in final hostname [#12710](https://github.com/arendst/Tasmota/issues/12710) - Default disable CORS for enhanced security and provide user compile option ``#define USE_CORS`` [#12827](https://github.com/arendst/Tasmota/issues/12827) +- Prometheus: All metrics are prefixed with ``tasmota_`` [#12842](https://github.com/arendst/Tasmota/issues/12842) + Memory metrics have been cleaned up to work consistently between ESP8266 and ESP32 + The device name is reported as an info metric ### Fixed - ESP32 core v2.0.0 setting hostname