forked from truxoft/GCO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
99 lines (73 loc) · 3.65 KB
/
Copy pathCHANGELOG.txt
File metadata and controls
99 lines (73 loc) · 3.65 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
=========================================================================================
GCOverrides (Garmin Connect Overrides) - created on 2020/30/01 by Ivo Truxa
=========================================================================================
CHANGELOG
2020/05/29 v1.18
- recoding chunks for GCW 4.31.2.1
2020/05/29 v1.17
- recoding chunks for GCW 4.31.1.1
2020/05/28 v1.16
- recoding chunks for GCW 4.31.0.17
- added a GCW version info and a red warning to the GCOverrides title in case of nonmatching chunks
2020/05/25 v1.15
- minor tweaking of the graph tooltips
- added detailed 6 Months and Yearly graphs in Reports
2020/03/11 v1.14
- moving modified code to the new chunk (218) - unfortunatelly the chunk file change with edits of the original website
2020/03/11 v1.13
- added the direct distance between the entry and exit locations of a dive
2020/03/02 v1.12
- enabling of manual editing of dates (i.e. for the custom date range in the Progress-Summary Reports)
2020/02/19 v1.11
- added hiding of watch-based badges from the list of available badges
2020/02/18 v1.10
- added optional hiding of Golf
2020/02/18 v1.09
- distance on tooltips of all time-based activity graphs
2020/02/14 v1.08
- Reset Zoom in non-zoomed activity graphs now resets also the Y-Axis
- tooltip layout improvements at activity graphs
2020/02/12 v1.07
- added Export context emnu to zoomed graphs (exporting graphs as images or PDF)
2020/02/10 v1.06
- Reset Zoom in zoomed graphs now resets also the Y-Axis
2020/02/09 v1.05
- Panning of Graphs - the user can press the Shift key and drag the mouse
in order to pan a zoomed graph (same limitations as at v1.04)
2020/02/09 v1.04
- Adjustable Y-axis on Graphs - turns the majority of graphs to have
adjustable Y-Axis (with the help of selecting a rectangle of the current graph).
Please note, that due to the compression of JavaScript files and the use of numeric
chunks in GC, this feature may require frequent updates, and/or may not work for everyone.
Searching for a more stable hack.
2020/02/09 v1.03
- Calories conversion function rewritten to work with the frequently changing class names
- Sleep Goal function rewritten to work with the frequently changing class names
2020/02/01 v1.02
- yet another home location for the override scripts, since the the root html page
changes, and it would be necessary having to override and maintain too many of them
2020/02/01 v1.01
- GCOverrides moved from the original home of utag.js to an independent file gco.js
gco.js is called directly from the main the HTML page 'modern' (also overriden)
-----------------------------------------------------------------------------------------
2020/02/01 v0.08
- added a fix for missing titles on cycling activity charts
2020/01/31 v0.07
- kcal » kJ conversion added to the Dashboard, too
- minor changes and improvements
2020/01/31 v0.06
- Added conversion of Calories (kCal) to kilojoules (kJ) on the Calories In/Out page
2020/01/31 v0.05
- Added configurable Sleep Goal (see the chapter Setings in README.md for instructions)
2020/01/31 v0.04
- Minor cosmetic changes and adjustments
- Added a fix for a GC bug displaying wrong values for Floors Per Minute on the Floor
Climbing activity pages (added division by 60, and rounding to two decimals)
2020/00/30 v0.03
- Identification (incl. the version number) of GCOverrides added to the GC header
2020/01/30 v0.02
- Overrides for the zoomed graphs on Activity pages, adding missing labels for overlays
2020/01/30 v0.01
- First test with overrides for the Weigt page adding the missing 6 Months tab with
separate nodes for each weight entry (unlike the 12 Months tab with a single node
per mont)