diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index b29feca..d6f71b6 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.11.0 - 2024-10-25 + +This version marks huge improvement works by @GeoDerp aiming to simplfy the intial and normal setup of EMHASS. The workflow for setting the EMHASS configuration regardless of the installation method has now been centralized on the single `config.json` file. The webserver has now a configuration tab that can be used to to modify and save the `config.json` file. + +The complete discussion of the changes on this thread: +[https://github.com/davidusb-geek/emhass/pull/334](https://github.com/davidusb-geek/emhass/pull/334) + +### Automatic version bot improvements +- Bump h5py from 3.11.0 to 3.12.1 +- Bump markupsafe from 2.1.5 to 3.0.2 + +### Fix +- Revert to myst-parser==3.0.1 to solve documentation compilation failures + ## 0.10.6 - 2024-07-14 ### Fix - Fixed bug on predicted room temeprature publish, wrong key on DataFrame diff --git a/emhass/config.yml b/emhass/config.yml index f1572eb..25fa42c 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: v0.10.7 #set if use image container version +version: v0.11.0 #set if use image container version slug: emhass arch: - aarch64