Skip to content

Commit 2ed0272

Browse files
committed
Prepared new version
1 parent 652f149 commit 2ed0272

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

emhass/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.8.0] - 2024-02-25
4+
### Improvement
5+
- Thanks to the great work from @GeoDerp we now have a unified/centralized Dockerfile that allows for testing different installation configuration methods in one place. This greatly helps testing, notably emulating the add-on environment. This will improve overall testing for both teh core code and the add-on. Again many thanks!
6+
- There were also a lot of nice improveements from @GeoDerp to the webui, namely: styling, dynamic table, optimization feedback after button press, logging, a new clear button, etc.
7+
- From now on we will unify the semantic versioning for both the main core code and the add-on.
8+
39
## [0.6.6] - 2024-02-11
410
### Improvement
511
- Bumped the webui. Some great new features and styling. Now it is possible to pass data directly as lsit of values when using the buttons in the webui. Thanks to @GeoDerp
@@ -605,6 +611,7 @@ The new machine learning forecast module is here! Check the updated documentatio
605611
[0.6.4]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.6.4
606612
[0.6.5]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.6.5
607613
[0.6.6]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.6.6
614+
[0.8.0]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.8.0
608615

609616
# Notes
610617
All notable changes to this project will be documented in this file.

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.6.6
4+
version: 0.8.0
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ skforecast==0.11.0
1414
flask>=2.0.3
1515
waitress>=2.1.1
1616
plotly>=5.6.0
17-
emhass==0.7.7
17+
emhass==0.8.0
1818
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)