Skip to content

Commit

Permalink
0.7.60
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lumapu committed Sep 27, 2023
1 parent 640bfc6 commit 963e618
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 7
#define VERSION_PATCH 59
#define VERSION_PATCH 60

//-------------------------------------
typedef struct {
Expand Down

0 comments on commit 963e618

Please sign in to comment.