Skip to content

Commit 4396def

Browse files
committed
Readme v0.7.8 update
1 parent ec9301c commit 4396def

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

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

4747
| Version | Release notes |
4848
|-|-|
49+
| 0.7.8 | Update to Homeassistant Autodiscovery. <br> Flexible Homeassistant prefix <br> Bugfix: Removed hardcoded OTGW topic. |
4950
| 0.7.7 | UI improved: Only show updates values in web UI <br> Bugifx: Serial not found error when sending commands thru MQTT fixed |
5051
| 0.7.6 | PIC firmware integration done. <br> New setting: NTP configurable <br> New setting: heartbeat led on/off <br> Update to REST API to include epoch of last update to message|
5152
| 0.7.5 | Complete set of status bits in UI and Central Heating 2 information |

version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 7
44
#define _VERSION_PATCH 8
5-
#define _VERSION_BUILD 701
5+
#define _VERSION_BUILD 702
66
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
7-
#define _VERSION_DATE "24-02-2021"
8-
#define _VERSION_TIME "22:40:30"
7+
#define _VERSION_DATE "25-02-2021"
8+
#define _VERSION_TIME "19:11:00"
99
#define _SEMVER_CORE "0.7.8"
10-
#define _SEMVER_BUILD "0.7.8+701"
11-
#define _SEMVER_FULL "0.7.8+701"
12-
#define _SEMVER_NOBUILD "0.7.8 (24-02-2021)"
13-
#define _VERSION "0.7.8+701 (24-02-2021)"
10+
#define _SEMVER_BUILD "0.7.8+702"
11+
#define _SEMVER_FULL "0.7.8+702"
12+
#define _SEMVER_NOBUILD "0.7.8 (25-02-2021)"
13+
#define _VERSION "0.7.8+702 (25-02-2021)"
1414
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)