forked from FOSS/BangleApps
gpstrek - Bump version
parent
0bbec4ebfb
commit
0e8b3a3397
|
@ -6,3 +6,5 @@
|
||||||
0.05: Added adjustment for Bangle.js magnetometer heading fix
|
0.05: Added adjustment for Bangle.js magnetometer heading fix
|
||||||
0.06: Fix waypoint menu always selecting last waypoint
|
0.06: Fix waypoint menu always selecting last waypoint
|
||||||
Fix widget adding listeners more than once
|
Fix widget adding listeners more than once
|
||||||
|
0.07: Show checkered flag for target markers
|
||||||
|
Single waypoints are now shown in the compass view
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "gpstrek",
|
"id": "gpstrek",
|
||||||
"name": "GPS Trekking",
|
"name": "GPS Trekking",
|
||||||
"version": "0.06",
|
"version": "0.07",
|
||||||
"description": "Helper for tracking the status/progress during hiking. Do NOT depend on this for navigation!",
|
"description": "Helper for tracking the status/progress during hiking. Do NOT depend on this for navigation!",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"screenshots": [{"url":"screen1.png"},{"url":"screen2.png"},{"url":"screen3.png"},{"url":"screen4.png"}],
|
"screenshots": [{"url":"screen1.png"},{"url":"screen2.png"},{"url":"screen3.png"},{"url":"screen4.png"}],
|
||||||
|
|
Loading…
Reference in New Issue