diff --git a/apps/gipy/ChangeLog b/apps/gipy/ChangeLog index 992c69a93..6e72fee81 100644 --- a/apps/gipy/ChangeLog +++ b/apps/gipy/ChangeLog @@ -135,4 +135,7 @@ * Fix for files converted from maps2gpx : path was not reduced in size correctly * Experimental ski mode : have a ski slopes map * Fix for path projection display when lost and zoomed out + 0.25: Minor code improvements + +0.26: Support for large paths (grid sizes > 65k) diff --git a/apps/gipy/metadata.json b/apps/gipy/metadata.json index 5993e3ee6..5819f2d4c 100644 --- a/apps/gipy/metadata.json +++ b/apps/gipy/metadata.json @@ -2,7 +2,7 @@ "id": "gipy", "name": "Gipy", "shortName": "Gipy", - "version": "0.25", + "version": "0.26", "description": "Follow gpx files using the gps. Don't get lost in your bike trips and hikes.", "allow_emulator":false, "icon": "gipy.png",