From 2f4566cdb205928e7067c7bdfd365b8259497a83 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 30 Oct 2020 12:21:57 +0100 Subject: [PATCH] rename release notes --- CHANGELOG.md | 2 +- CHANGELOG_DEV.md => CHANGELOG_LATEST.md | 3 ++- RELEASENOTES.md | 6 ++++++ RELEASENOTES_DEV.md | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) rename CHANGELOG_DEV.md => CHANGELOG_LATEST.md (96%) create mode 100644 RELEASENOTES.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1e11da8..260ead5eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# EMS-ESP Changelog +# Changelog All notable changes to this project will be documented in this file. diff --git a/CHANGELOG_DEV.md b/CHANGELOG_LATEST.md similarity index 96% rename from CHANGELOG_DEV.md rename to CHANGELOG_LATEST.md index 3a1e6dcce..ca5a1bcd8 100644 --- a/CHANGELOG_DEV.md +++ b/CHANGELOG_LATEST.md @@ -1,4 +1,4 @@ -# Dev Change Log +# Changelog ### Added - boiler `heatingactivated`, automatic select parameter telegrams for write @@ -21,6 +21,7 @@ - Console command `publish ha` to also force the creation of the Home Assistant MQTT Discovery topics - Heat pump values (dew temperature and relative air humidity) - Console up key to repeat last command +- added RC300 floordrying, error, building, damped temperature ### Fixed - fix wwontime readback diff --git a/RELEASENOTES.md b/RELEASENOTES.md new file mode 100644 index 000000000..1a8605f45 --- /dev/null +++ b/RELEASENOTES.md @@ -0,0 +1,6 @@ +# ![logo](https://github.com/proddy/EMS-ESP/blob/main/media/EMS-ESP_logo_dark.png) + +# Firmware Installation + +Follow the instructions in the [documentation](https://emsesp.github.io/docs) on how to install the firmware binaries in the Assets below. + diff --git a/RELEASENOTES_DEV.md b/RELEASENOTES_DEV.md index ed43d6b78..81a71d279 100644 --- a/RELEASENOTES_DEV.md +++ b/RELEASENOTES_DEV.md @@ -1,4 +1,4 @@ -# ![logo](media/EMS-ESP_logo_dark.png) +# ![logo](https://github.com/proddy/EMS-ESP/blob/main/media/EMS-ESP_logo_dark.png) This is a snapshot of the the current "beta" development code and firmware binaries using the `dev` branch. It has all the latest features and fixes but please be aware that this is still experimental firmware used for testing and thus may contain the odd bug. Use at your own risk and remember to report an issue if you find something unusual.