Skip to content

Commit cbafd51

Browse files
committed
Update release notes
1 parent 45466c5 commit cbafd51

File tree

1 file changed

+8
-67
lines changed

1 file changed

+8
-67
lines changed

src_docs/source/releases.rst

+8-67
Original file line numberDiff line numberDiff line change
@@ -6,81 +6,16 @@ Releases
66
v2.0.0
77
======
88

9-
Issues adressed
10-
+++++++++++++++
11-
* Temp sensor not always beeing detected, Switch to OnewireNG which seams to fix the problem
12-
13-
v2.0.0-beta3
14-
============
15-
16-
Issues adressed
17-
+++++++++++++++
18-
* Force gravity mode did not work.
19-
* Moved UI over to VITE build and lint.
9+
New features
10+
++++++++++++
2011
* Refactor some of the UI to make it easier to maintain.
2112
* Added feature to force device to search for the stronget AP.
2213
* Fixed the issue with gyro not working on c3 board (had to disable LED since it collides with gyro).
23-
* Removed unused code.
24-
25-
v2.0.0-beta2
26-
============
27-
28-
Issues adressed
29-
+++++++++++++++
30-
* Force gravity mode toggle on main page does not reflect the real state of the flag when other views have been used.
31-
* Updated user interface with project name and device name for easier identification.
3214
* Removed BLE GravityMon Service option since this is not really performing well.
33-
34-
Known Issues
35-
++++++++++++
36-
* RGB led on ESP32S3 does not work due to bug in Arduino for ESP32 (Manually edit the pins_arduino.h for esp32s3 will fix the issue, #define RGB_BUILTIN LED_BUILTIN+SOC_GPIO_PIN_COUNT)
37-
38-
v2.0.0-beta1
39-
============
40-
41-
Issues adressed
42-
+++++++++++++++
43-
* Fixed issue with post options not being converted correcly when doing upgrade
44-
* Remove old data file for the wifi manager to clean up filesystem
4515
* Added WIFI Direct Connect option with GravityMon Gateway, I hope this will help with wifi connection issues in my steel fermenter and force a connect to the designated AP. Wifi Direct will send the data via http
4616
to the Gateway and then forward this to the correct endpoint.
47-
48-
New Features
49-
++++++++++++
50-
* Added option for wifi direct when in gravity mode, wifi direct allows direct access to device without going through AP. This feature is inteded to be used with the gravitymon gateway.
51-
52-
v2.0.0-alfa4
53-
============
54-
55-
Issues adressed
56-
+++++++++++++++
57-
* Fixed led indicator when going into wifi mode
58-
* Turning off led when going to sleep mode or doing reset
59-
* Fixed push format updates
60-
* Enabled file upload / delete features (Tools)
61-
* Updated build workflows
62-
* Updated libraires due to security vulnerability
63-
* Added default format for influxdb
64-
* Fixed broken backup feature
65-
* Fixed broken influx token parameter
66-
* Fixed restore of format templates
67-
* Added message for http error 422
68-
69-
v2.0.0-alfa3
70-
============
71-
72-
Issues adressed
73-
++++++++++++++++
74-
* Fixed broken test function
75-
* Fixed fault error message when checking status of push test
7617
* Added line breaks to format editor for easier editing
7718
* Added check if device is responding and notify user when there is an issue
78-
79-
v2.0.0-alfa1
80-
============
81-
82-
Features
83-
++++++++
8419
* Redesign of user interface using VueJS as the base (UI moved to separate github project mp-se/gravitymon-ui)
8520
* Added authorization for API access (currently basic and not really secure)
8621
* Redesigned REST-API to function better with VueJS
@@ -89,6 +24,12 @@ Features
8924
* Moved WIFI configuration to the main application (Removed WiFi Manager)
9025
* Added additional BLE options for ESP32 builds
9126

27+
Issues adressed
28+
+++++++++++++++
29+
* Temp sensor not always beeing detected, Switch to OnewireNG which seams to fix the problem
30+
* Fixed led indicator when going into wifi mode
31+
* Turning off led when going to sleep mode or doing reset
32+
9233
v1.4.1
9334
======
9435

0 commit comments

Comments
 (0)