diff --git a/Makefile b/Makefile index da0cb30..de38aea 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.6.1 +version = 0.7 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index 19ed564..a11b9e3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Poor Maps 0.7 +============= + + * Make position icon into an arrow that shows bearing + * Show all stops along a route with HSL Journey Planner + * Fix routing narrative to consider the closest segment instead of + the closest route node + * Improve detection of when a routing maneuver point has been passed + and try to show and hide the narrative better, handling car and + public transportation differently + * Fix geocoding to zoom to recent results, not all POIs on map + * Fix a tile loading bug introduced in 0.6.1 + Poor Maps 0.6.1 =============== diff --git a/TODO b/TODO index bdb7f81..819ff6d 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,7 @@ -Poor Maps 0.7 -============= - - [X] Make position icon into an arrow that shows bearing - [X] Show all stops along a route with HSL Journey Planner - [X] Fix routing narrative to consider closest segment instead of - closest route node - [X] Improve detection of when a routing maneuver point has been passed - and try to show and hide the narrative better, handling car and - public transportation differently - [X] Fix geocoding to zoom to recent results, not all POIs on map - [X] Fix a tile loading bug introduced in 0.6.1 - Poor Maps 1.0 ============= - * Switch distance functions to use meters instead of kilometers + * Switch distance functions to use meters instead of kilometers? * Add proper icons for different turn types - Compare: http://stackoverflow.com/questions/17941812 * Add a scalebar? diff --git a/poor/__init__.py b/poor/__init__.py index 655f957..509954c 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.6.1" +__version__ = "0.7" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 9edf344..0dd5d49 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.6.1 +Version: 0.7 Release: 1 Summary: An application to display maps and stuff License: GPLv3+