Skip to content

Commit e48b6e8

Browse files
committed
before update 0.8.6
1 parent 14e2267 commit e48b6e8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Looking for the documentation, go here (work in progress): <br> https://github.
5050

5151
| Version | Release notes |
5252
|-|-|
53-
| 0.8.6 | Adding: OEMDiagnosticCode topic to HA Discovery|Bugfix: UI now labels OEM DiagnosticCode correctly, and added the real OEM Fault code|
53+
| 0.8.6 | Improving wifi reconnect (without reboot)|Fix: Double definition to a HA sensor|Adding: OEMDiagnosticCode topic to HA Discovery|Bugfix: UI now labels OEM DiagnosticCode correctly, and added the real OEM Fault code|
5454
| 0.8.5 | Bugfix: Queue bug never sending the command (reporter: @jvinckers)|Small improvement to status parsing, only resturned status from slave gets parsed now.|
5555
| 0.8.4 | Adding MsgID for Solar Storage<br>Verbose Status parsing for Ventlation / Heatrecovery<br>Adding msgid 113/114 unsuccessful burnerstart / flame too low<br>Added
5656
smartpower configruation detection<br>Added 2.3 spec status bits for (summer/winter time, dhw blocking, service indicator, electric production)<br>Adding PS=1 detection (WebUI notification)<br>Fix: restore settings issue|

data/version.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dc3dc14
1+
14e2267

version.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 8
44
#define _VERSION_PATCH 6
5-
#define _VERSION_BUILD 1050
6-
#define _VERSION_GITHASH "e5b0242"
7-
#define _VERSION_PRERELEASE beta
8-
#define _VERSION_DATE "11-09-2021"
9-
#define _VERSION_TIME "18:03:54"
5+
#define _VERSION_BUILD 1052
6+
#define _VERSION_GITHASH "14e2267"
7+
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
8+
#define _VERSION_DATE "12-09-2021"
9+
#define _VERSION_TIME "19:58:14"
1010
#define _SEMVER_CORE "0.8.6"
11-
#define _SEMVER_BUILD "0.8.6+1050"
12-
#define _SEMVER_GITHASH "0.8.6+e5b0242"
13-
#define _SEMVER_FULL "0.8.6-beta+e5b0242"
14-
#define _SEMVER_NOBUILD "0.8.6-beta (11-09-2021)"
15-
#define _VERSION "0.8.6-beta+e5b0242 (11-09-2021)"
11+
#define _SEMVER_BUILD "0.8.6+1052"
12+
#define _SEMVER_GITHASH "0.8.6+14e2267"
13+
#define _SEMVER_FULL "0.8.6+14e2267"
14+
#define _SEMVER_NOBUILD "0.8.6 (12-09-2021)"
15+
#define _VERSION "0.8.6+14e2267 (12-09-2021)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)