From 8fb7bf1fcff430c3ef53b38a3e0790ad4886cf35 Mon Sep 17 00:00:00 2001 From: lumapu Date: Mon, 20 Nov 2023 23:13:01 +0100 Subject: [PATCH] 0.8.11 * improved communication, thx @rejoe2 * improved heuristics, thx @rejoe2, @Oberfritze * added option to strip payload of frames to significant area --- src/CHANGES.md | 6 ++++-- src/defines.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index 0505f7a50..fac3acebb 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,7 +1,9 @@ # Development Changes -## 0.8.11 - 2023-11-19 -* slightly improved communication, thx @rejoe2 +## 0.8.11 - 2023-11-20 +* improved communication, thx @rejoe2 +* improved heuristics, thx @rejoe2, @Oberfritze +* added option to strip payload of frames to significant area ## 0.8.10 - 2023-11-19 * fix Mi and HM inverter communication #1235 diff --git a/src/defines.h b/src/defines.h index f02150137..367b06294 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_PATCH 1101 +#define VERSION_PATCH 11 //------------------------------------- typedef struct {