You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src_docs/source/releases.rst
+8-67
Original file line number
Diff line number
Diff line change
@@ -6,81 +6,16 @@ Releases
6
6
v2.0.0
7
7
======
8
8
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
+
++++++++++++
20
11
* Refactor some of the UI to make it easier to maintain.
21
12
* Added feature to force device to search for the stronget AP.
22
13
* 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.
32
14
* 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
45
15
* 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
46
16
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
76
17
* Added line breaks to format editor for easier editing
77
18
* 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
-
++++++++
84
19
* Redesign of user interface using VueJS as the base (UI moved to separate github project mp-se/gravitymon-ui)
85
20
* Added authorization for API access (currently basic and not really secure)
86
21
* Redesigned REST-API to function better with VueJS
@@ -89,6 +24,12 @@ Features
89
24
* Moved WIFI configuration to the main application (Removed WiFi Manager)
90
25
* Added additional BLE options for ESP32 builds
91
26
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
0 commit comments