waypoints: mark this as 0.05 version
parent
5219dc25df
commit
93076f12d5
|
|
@ -3,3 +3,4 @@
|
||||||
0.03: Do not register as type waypoint - show in launcher
|
0.03: Do not register as type waypoint - show in launcher
|
||||||
Fixes for Bangle.js 1 & not installed textinput
|
Fixes for Bangle.js 1 & not installed textinput
|
||||||
0.04: Minor code improvements
|
0.04: Minor code improvements
|
||||||
|
0.05: Implement navigation to waypoint
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "waypoints",
|
{ "id": "waypoints",
|
||||||
"name": "Waypoints",
|
"name": "Waypoints",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Provides 'waypoints.json' used by various navigation apps, as well as a way to edit it from the App Loader or from the device",
|
"description": "Provides 'waypoints.json' used by various navigation apps, as well as a way to edit it from the App Loader or from the device",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,outdoors,gps",
|
"tags": "tool,outdoors,gps",
|
||||||
|
|
|
||||||
|
|
@ -515,7 +515,6 @@ function goTo() {
|
||||||
g.clear();
|
g.clear();
|
||||||
la.render();
|
la.render();
|
||||||
|
|
||||||
|
|
||||||
updateGoto();
|
updateGoto();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue