diff --git a/Makefile b/Makefile index de38aea..9838169 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.7 +version = 0.8 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index a11b9e3..27774c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Poor Maps 0.8 +============= + + * Add proper icons for the most common turn types + * Add a page listing all maneuvers of a route (accessible by punching + the routing status bar at the top of the screen) + * Add a scalebar + * Fix OSRM routing narrative on roundabouts + Poor Maps 0.7 ============= diff --git a/TODO b/TODO index 6b77013..ca00058 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,3 @@ -Poor Maps 0.8 -============= - - [X] Add proper icons for the most common turn types - [X] Add a page listing all maneuvers of a route (accessible by punching - the routing status bar at the top of the screen) - [X] Add a scalebar - [X] Fix OSRM routing narrative on roundabouts - Poor Maps 1.0 ============= diff --git a/poor/__init__.py b/poor/__init__.py index 509954c..cc53ff5 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.7" +__version__ = "0.8" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 0dd5d49..a23fafd 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.7 +Version: 0.8 Release: 1 Summary: An application to display maps and stuff License: GPLv3+