-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG.txt
41 lines (34 loc) · 1.83 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
GarminSD CHANGELOG
==================
v2.0.7 - 15sep2024
- Added check that we receive the expected amount of data from the accelerometer. If not,
the data is assumed to be corrupt and set to zero (fixes issue #73)
v2.0 - 29Mar2024
- Many battery optmisation improvements by @pmithrandir.
Note, only sends 3d data, not magnitude, so needs android app V4.2.4
or higher.
- Fixed mute function
v1.4 - 18aug2023:
- Added configuration menu to allow user to select whether to play a sound, light up the watch or vibrate when
an alarm or error occurs.
- Adjusted use of timers to reduce chance of crashes.
v1.0 - 06jan2020:
- Added system info to settings http response for improved logging.
- Changed acceleration output to be true vector magnitude, not the
approximation we used on the Pebble.
v0.8 - 16feb2020:
- Added system info to settings http response for improved logging.
- Changed getStatus to use the makeWebRequest rather than makeJsonRequest function, which is deprecated.
- Moved battery percentage to same line as heart rate so it 'should'
fit on smaller screens.
v0.7 - 10nov2019:
- Explicitly switches off gps position logging in case it is
on by default (a user reported this to be the case on a Vivoactive 4
- Tidied up logging to Garminsd.txt log file so it does not fill up
too quickly (does not repeat the same message over and over).
- Reports communications error codes onto the watch screen
(Error codes defined in https://developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Communications.html)
v0.6 - 21oct2019: Fixed problem with Vivoactive3 hardware button exiting app without prompt, and adjusted position of fields on screen.
v0.2 - 07apr2019 - added confirmation dialog to make it harder to exit the
app accidentally.
v0.1 - Initial working version