From 352e37e58990fa39c3847b6b4699095f26b60d00 Mon Sep 17 00:00:00 2001 From: Illia Antypenko Date: Fri, 21 Jun 2024 23:27:06 +0200 Subject: [PATCH] Bump 0.8.0 --- .homeychangelog.json | 5 ++++- app.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 08b81af..858de72 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -15,7 +15,7 @@ "en": "Add new capabilities to existing devices instead of re-pairing" }, "0.3.0": { - "en": "Add support of X-Fan and Vertical swing features (thanks to denniedegroot)" + "en": "Add support of X-Fan and Vertical swing features (thanks to @denniedegroot)" }, "0.4.0": { "en": "Show current temperature if possible\r\nAllow to use HVACs in HomeyKit\r\n" @@ -44,5 +44,8 @@ }, "0.7.4": { "en": "Fix possible app crash during the device removal" + }, + "0.8.0": { + "en": "Fix issues with control thermostat using Homey Pro 2023.\r\nAdd \"Horizontal swing\" capability\r\nAdd \"Quite Mode\" capability\r\nThanks to @denniedegroot for all these changes" } } diff --git a/app.json b/app.json index 34d8c9e..9516bc9 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.7.4", + "version": "0.8.0", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#ff732e",