From a5f7f0f8a428cb128a872e7a17d257997ba6423e Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Fri, 29 Jul 2022 08:37:34 +0200 Subject: [PATCH] Updated release notes for beta 2 --- src_docs/source/releases.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index f9b5125..b4910ad 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -13,7 +13,7 @@ Documentation * Added documentation for Brewpiless as target * Updated docs for ubidots service integration. * Added brewblox as new service -* Updated docs for HA integration since method was depricated +* (beta2) Updated docs for HA integration since method was depricated User interface ++++++++++++++ @@ -28,8 +28,10 @@ Features * Added storage mode which is activated under hardware setting. When place on the cap (<5 degres tilt) the device will go into storage mode and sleep for the max allowed time. * Added ${app-ver} and ${app-build} to format template as new variables. * Added format templates for HA auto registration -* Improved error messages when creating formula so the meaasurement points can be identified. -* Changed defaule validation threashold from 1.6 SG to 3.0 SG, this should allow for some more variance when creating formula. +* (beta2) Improved error messages when creating formula so the meaasurement points can be identified. +* (beta2) Changed defaule validation threashold from 1.6 SG to 3.0 SG, this should allow for some more variance when creating formula. +* (beta2) Updated format template for Home Assistant for using manual configuration (Aligned with new mqtt configuration format) +* (beta2) Added format template for Home Assistant with automatic device registration Other +++++ @@ -40,11 +42,11 @@ Other Issues adressed ++++++++++++++++ -* BUG: Large format templates could be saved but when loading it's only blank. Increased total memory from 3kb to 5kb * BUG: Copy format templates used an old format for iSpindle and Gravmon where the token was not used. * BUG: Gravity correction formula not calculating correctly. * (beta2) BUG: Temp corrected gravity was not used when pushing data to removed * (beta2) BUG: Low memory in format api which resulted in mqtt template to be set to null +* (beta2) BUG: Large format templates could be saved but when loading it's only blank. Increased total memory from 3kb to 5kb v1.0.0 ======