diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ef8df5f8d..de6a1930b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -52,11 +52,12 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 8.1.0.4 +### Version 8.1.0.5 - Change Lights: simplified gamma correction and 10 bits internal computation - Change commands ``Prefix``, ``Ssid``, ``StateText``, ``NTPServer``, and ``FriendlyName`` displaying all items - Change IRremoteESP8266 library updated to v2.7.2 +- Change Zigbee command prefix from ``Zigbee*`` to ``Zb*`` - Fix Sonoff Bridge, Sc, L1, iFan03 and CSE7766 serial interface to forced speed, config and disable logging - Fix commands ``Display`` and ``Counter`` from overruling command processing (#7322) - Fix ``White`` added to light status (#7142) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index a28cf36b4..49fecc225 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,7 +1,12 @@ ## Unreleased (development) +### 8.1.0.5 20200126 + +- Bump version + ### 8.1.0.4 20200116 +- Change Zigbee command prefix from ``Zigbee*`` to ``Zb*`` - Fix ``PowerDelta`` zero power detection (#7515) - Fix OTA minimal gzipped detection regression from 8.1.0.3 - Fix ``RGBWWTable`` ignored (#7572) @@ -11,7 +16,6 @@ - Add SoftwareSerial to CSE7766 driver allowing different GPIOs (#7563) - Add optional parameter to command ``Scheme , `` to control initial start color - Add rule trigger on one level deeper using syntax with two ``#`` like ``on zigbeereceived#vibration_sensor#aqaracubeside=0 do ...`` -- Change Zigbee commands renamed to ``Zb*`` ### 8.1.0.3 20200106 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 1539def62..e38f4cad0 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,7 +20,7 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x08010004; +const uint32_t VERSION = 0x08010005; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;