From f099b6ae77f5dcf1a9b1114540c5e820b39f9fee Mon Sep 17 00:00:00 2001 From: BernhardRo Date: Thu, 21 May 2020 11:00:45 +0200 Subject: [PATCH] added Changelog --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..5465867 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,7 @@ +# Version 2.3.0 +## New Features +* RAW Data Export: For Debugging purposes RAW Data can be exported to a file in JSON format. The file is stored in the Download folder and contains the Data of the last hours as defined in "Max sync hours" + +## Bugfixes +* Smoothing: Internally switched to float values for more precise smoothing +* Smoothing: better handling of first values after gaps in measurements (e.g. because the transmitter had no connection to the sensor or has been charged)