diff --git a/Makefile b/Makefile index e448b3e..6ba1756 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.1 +version = 0.2 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index 1836411..1ec4e4c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Poor Maps 0.2 +============= + + * Add framework to support pluggable geocoders + * Add MapQuest Nominatim geocoder + * New icon (now matches in-app position icon) + * Load user's own tilesources and geocoders from + $HOME/.local/share/harbour-poor-maps instead of the previous + $HOME/.config/harbour-poor-maps + * Allow landscape for menu pages (the map page remains portrait only + due to some QtLocation problem rotating gestures) + * Bump required PyOtherSide version to 1.2 (included in Sailfish OS + 1.0.4.20 "Ohijärvi" released 2014-03-17) + Poor Maps 0.1 ============= diff --git a/TODO b/TODO index 4dec555..71aad15 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,3 @@ -Poor Maps 0.2 -============= - - [X] New icon (now matches in-app position icon) - [X] Add framework to support pluggable geocoders - [X] Add MapQuest Nominatim geocoder - [X] Load user's own tilesources and geocoders from - $HOME/.local/share/harbour-poor-maps instead of - $HOME/.config/harbour-poor-maps - [X] Allow landscape for menu pages (the map page remains portrait only - due to some QtLocation problem rotating gestures) - [X] Bump required PyOtherSide version to 1.2 (included in Sailfish OS - 1.0.4.20 "Ohijärvi" released 2014-03-17) - Poor Maps 1.0 ============= diff --git a/poor/__init__.py b/poor/__init__.py index faa1018..f89baf5 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.1" +__version__ = "0.2" from poor.paths import * from poor import util diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 397f38e..d215cb1 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.1 +Version: 0.2 Release: 1 Summary: An application to display maps and stuff License: GPLv3+