Skip to content

Commit 4d4fe0f

Browse files
authored
Merge pull request espruino#3659 from pavelmachek/m_39_waypoints
waypoints 0.05: implement goto functionality
2 parents f1505b2 + e631221 commit 4d4fe0f

File tree

3 files changed

+494
-149
lines changed

3 files changed

+494
-149
lines changed

apps/waypoints/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
0.03: Do not register as type waypoint - show in launcher
44
Fixes for Bangle.js 1 & not installed textinput
55
0.04: Minor code improvements
6+
0.05: Implement navigation to waypoint

apps/waypoints/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "id": "waypoints",
22
"name": "Waypoints",
3-
"version": "0.04",
3+
"version": "0.05",
44
"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",
55
"icon": "app.png",
66
"tags": "tool,outdoors,gps",

0 commit comments

Comments
 (0)