From c427793e663b40b3dc7f9addf091a4e2f0afde09 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sat, 3 May 2014 18:08:44 +0300 Subject: [PATCH] RELEASE 0.3 --- Makefile | 2 +- NEWS | 9 +++++++++ TODO | 12 ------------ poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 12 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index e84c92f..f823deb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.2 +version = 0.3 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index 1ec4e4c..66a995e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Poor Maps 0.3 +============= + + * Add framework to support pluggable routers + * Add MapQuest Open router (car, bicycle, pedestrian) + * Add OSRM router (car) + * Fix tile display when zooming to view multiple found places + * Add 'nmax' argument to geocode functions + Poor Maps 0.2 ============= diff --git a/TODO b/TODO index e962743..5b9d897 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,3 @@ -Poor Maps 0.3 -============= - - [X] Add framework to support pluggable routers - [X] Add MapQuest Open router (car, bicycle, pedestrian) - [X] Add OSRM router (car) - [X] Fix tile display when zooming to view multiple found places - [X] Add 'nmax' argument to geocode functions - Poor Maps 1.0 ============= @@ -14,11 +5,8 @@ Poor Maps 1.0 * Keep objects (POIs, routes) across sessions? * Add narration of routing manoeuvers * Allow tapping on markers - * Add a better cover? - * Add about page? * Allow landscape for the map page when gestures work right * Add auto-rotate on bearing when the Map component supports it * Add listing nearby places (restaurants, hotels, etc.) * Allow layered tilesources (traffic, hillshade, etc.) * Add user interface translations (both qsTr and gettext?) - * Examine and try to optimize battery use diff --git a/poor/__init__.py b/poor/__init__.py index 06eacf7..b965731 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.2" +__version__ = "0.3" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index d215cb1..e87fb81 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -2,7 +2,7 @@ %define __os_install_post %{___build_post} Name: harbour-poor-maps -Version: 0.2 +Version: 0.3 Release: 1 Summary: An application to display maps and stuff License: GPLv3+