From bf1c48c67e6b8c9162ff091791e6d4c69fee2dd6 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 23 Dec 2019 14:05:26 +0100 Subject: [PATCH] Update migration path --- README.md | 4 +++- RELEASENOTES.md | 9 ++++++--- tasmota/CHANGELOG.md | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 43bf4604a..ea1d1c23c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,9 @@ See [wiki migration path](https://tasmota.github.io/docs/#/Upgrading?id=migratio 3. Migrate to **Sonoff-Tasmota 5.14** 4. Migrate to **Sonoff-Tasmota 6.x** 5. Migrate to **Tasmota 7.x** -6. Migrate to **Tasmota 8.x** +--- Major change in parameter storage layout --- +6. Migrate to **Tasmota 8.1** +7. Migrate to **Tasmota 8.x** ## Support Information diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8ac156872..79f653d8e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -11,7 +11,9 @@ See [migration path](https://tasmota.github.io/docs/#/Upgrading?id=migration-pat 3. Migrate to **Sonoff-Tasmota 5.14** 4. Migrate to **Sonoff-Tasmota 6.x** 5. Migrate to **Tasmota 7.x** -6. Migrate to **Tasmota 8.x** +--- Major change in parameter storage layout --- +6. Migrate to **Tasmota 8.1** +7. Migrate to **Tasmota 8.x** ## Supported Core versions @@ -50,6 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c - Change Settings text handling allowing variable length text within a total text pool of 699 characters - Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179) -- Change max number of rule ``Mem``s from 5 to 16 (#4933) -- Change max number of rule ``Var``s from 5 to 16 (#4933) +- Change number of rule ``Var``s and ``Mem``s from 5 to 16 (#4933) - Add support for max 150 characters in most command parameter strings (#3686, #4754) +- Add Zigbee coalesce sensor attributes into a single message +- Add Deepsleep start delay based on Teleperiod if ``Teleperiod`` differs from 10 or 300 diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 084388717..09b12eb9a 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -4,10 +4,10 @@ - Change Settings text handling allowing variable length text within a total text pool of 699 characters - Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179) -- Change max number of rule ``Mem``s from 5 to 16 (#4933) -- Change max number of rule ``Var``s from 5 to 16 (#4933) +- Change number of rule ``Var``s and ``Mem``s from 5 to 16 (#4933) - Add support for max 150 characters in most command parameter strings (#3686, #4754) - Add Zigbee coalesce sensor attributes into a single message +- Add Deepsleep start delay based on Teleperiod if ``Teleperiod`` differs from 10 or 300 ## Released