From c84b2e135d9fb7ca827214fbc68bebb0ec366a9b Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Mon, 18 Oct 2021 00:03:21 +0200 Subject: [PATCH] Updated changelog for 2021.10.0 release. --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4448765..e8ee29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2021.10.0] + +**Note**: This release requires ESPHome 2021.10.0 and Home Assistant 2021.8.0 or newer. + +### Changed +- Due to changes in ESPHome, the configuration for the lamp has changed. + This means that existing configuration files have to be updated accordingly. + To make configuration as easy as possible, the `example.yaml` configuration + now makes use of configuration packages that are stored on GitHub. This + reduces the amount of configuration that is required in your own device + configuration file, making future configuration changes easier. +- ESPHome 2021.10.0 has brought us support for using ESP-IDF instead of the + Arduino framework. ESP-IDF is the "Espressif IoT Development Framework", + which is the native development framework for ESP32 SoCs. I switched to this + framework. This made it possible to get the required ESP32 unicore support + and to ignore the MAC CRC using a vanilla build. No more need for hacked up + platform packages to get things going! <3 +- The code has been made compatible with ESPHome 2021.10.0. + ## [2021.9.1] **Note**: This release requires ESPHome 2021.8.0 and Home Assistant 2021.8.0 or newer.