From 963e618c5c687de0252e0b9b9bcc4818773a2612 Mon Sep 17 00:00:00 2001 From: lumapu Date: Wed, 27 Sep 2023 21:17:14 +0200 Subject: [PATCH] 0.7.60 * fixed typos in changelog #1172 * fixed MqTT manual clientId storage #1174 * fixed inverter name length in setup #1181 * added inverter name to the header of alarm list #1181 * improved code to avoid warning during compilation #1182 * fix scheduler #1188, #1179 --- src/CHANGES.md | 8 ++++++++ src/defines.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index 3c94e045..aad3b75a 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,5 +1,13 @@ # Development Changes +## 0.7.60 - 2023-09-27 +* fixed typos in changelog #1172 +* fixed MqTT manual clientId storage #1174 +* fixed inverter name length in setup #1181 +* added inverter name to the header of alarm list #1181 +* improved code to avoid warning during compilation #1182 +* fix scheduler #1188, #1179 + ## 0.7.59 - 2023-09-20 * re-add another HM-400 hardware serial number accidentally removed with `0.7.45` (#1169) * merge PR #1170 diff --git a/src/defines.h b/src/defines.h index fc46ccea..71766802 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 7 -#define VERSION_PATCH 59 +#define VERSION_PATCH 60 //------------------------------------- typedef struct {