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: apps/sleeplog/ChangeLog
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,5 @@
17
17
0.19: Write sleep state into health event's .activity field
18
18
0.20: Increase default sleep thresholds, tweak settings to allow higher ones to be chosen
19
19
0.21: Use HRM data is polling is enabled, and add appropriate thresholds in settings. Change settings to feel more intuitive, rather than copied settings in different pages.
20
-
0.22: Fix bug with HRM threshold not updating
20
+
0.22: Fix bug with HRM threshold not updating due to movement thresholds being incorrectly compared against the HRM thresholds.
21
+
0.23: Fix important bug with HRM data being undefined when compared - broken apps should work properly now
Copy file name to clipboardExpand all lines: apps/sleeplog/metadata.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"id":"sleeplog",
3
3
"name":"Sleep Log",
4
4
"shortName": "SleepLog",
5
-
"version": "0.22",
5
+
"version": "0.23",
6
6
"description": "Log and view your sleeping habits. This app uses built in movement calculations, or HRM data, if enabled. View data from Bangle.js, or from the web app.",
0 commit comments