From e29fb9ba8a8af1fa37906d059479d2357fe66006 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 29 Jul 2021 16:55:36 +0200 Subject: [PATCH] updated 3.2.0b2 --- CHANGELOG_LATEST.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index b933294b5..7e75d5f10 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -10,6 +10,7 @@ - settings for water hysteresis on/off - dallas sensor name editable. `sensorname` console-command, replace sensorid with a unique name [#84](https://github.com/emsesp/EMS-ESP32/issues/84) - 'restart' system command. Can be invoked via API with authentication. [#87](https://github.com/emsesp/EMS-ESP32/issues/87) +- add Download button in Web UI for log ## Fixed @@ -30,3 +31,4 @@ - UI improvements for editing Dallas Sensor details - RESTful GET commands can also require authentication (via bearer access token) for better security - Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3 +- Download buttons for settings and info under the Help tab