diff --git a/platformio.ini b/platformio.ini index da569824..d00aed32 100644 --- a/platformio.ini +++ b/platformio.ini @@ -26,7 +26,7 @@ build_flags = #-D COLLECT_PERFDATA -D USE_LITTLEFS=true -D CFG_APPVER="\"2.0.0\"" - -D CFG_GITREV=\""beta-2\"" + -D CFG_GITREV=\""beta-3\"" #-D ENABLE_REMOTE_UI_DEVELOPMENT #!python script/git_rev.py lib_deps = diff --git a/src_docs/source/index.rst b/src_docs/source/index.rst index 10f05d96..2dbfdbe0 100644 --- a/src_docs/source/index.rst +++ b/src_docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to GravityMon ##################### .. note:: - This documentation reflects **v2.0.0 beta 2**. Last updated 2024-07-13 + This documentation reflects **v2.0.0 beta 3**. Last updated 2024-09-02 Link to `previous documentation here `_ diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index cf62f352..3a4e2170 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -3,6 +3,18 @@ Releases ######## +v2.0.0-beta3 +============ + +Issues adressed ++++++++++++++++ +* Force gravity mode did not work. +* Moved UI over to VITE build and lint. +* Refactor some of the UI to make it easier to maintain. +* Added feature to force device to search for the stronget AP. +* Fixed the issue with gyro not working on c3 board (had to disable LED since it collides with gyro). +* Removed unused code. + v2.0.0-beta2 ============