From db2a3f32c12f54fff89fc2721c2f5e2db6e16a1c Mon Sep 17 00:00:00 2001 From: Magnus Date: Fri, 24 May 2024 08:41:18 +0200 Subject: [PATCH] Update release notes --- src_docs/source/releases.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index 38d519f4..3f584c4e 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -3,6 +3,21 @@ Releases ######## +v2.0.0-alfa1 +============ + +Features +++++++++ +* Redesign of user interface using VueJS as the base (UI moved to separate github project mp-se/gravitymon-ui) +* Added authorization for API access (currently basic and not really secure) +* Redesigned REST-API to function better with VueJS +* Updated documentation to match new version (Still some more work needed) +* Updated API tests to match new API (Still some more work needed) +* Moved WIFI configuration to the main application (Removed WiFi Manager) +* Added additional BLE options for ESP32 builds + +NOTE! I dont recommend this version for production yet, only for testing! + v1.4.1 ======