From 0e7fa20fb1421b9eaaad0a02ca25bc12f8e0eced Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sun, 10 Jan 2016 15:40:35 +0200 Subject: [PATCH] RELEASE 0.22 --- Makefile | 2 +- NEWS.md | 20 +++++++++++++++++++- TODO.md | 18 ------------------ poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Makefile b/Makefile index 055aadd..c4c7fc4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.21.1 +VERSION = 0.22 DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index b624dd8..d803973 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,21 @@ +Poor Maps 0.22 +============== + +* Only show one Nominatim geocoder, which will use either MapQuest + or OpenStreetMap Nominatim behind the scenes ([#4]) +* Move preferences and about to a pulldown menu +* Move basemaps and overlays under a single menu item +* Make navigation narrative block a bit bigger +* Add begin, pause and clear navigation buttons to the maneuver list page +* Have begin navigation turn on auto-rotate +* Bump font sizes of the scalebar and meters +* Handle lack of positioning data better ([#6]) +* Update Sputnik tile source definition and add Sputnik @2x tiles +* Fix search history filtering + +[#4]: https://github.com/otsaloma/poor-maps/issues/4 +[#6]: https://github.com/otsaloma/poor-maps/issues/6 + Poor Maps 0.21.1 ================ @@ -15,7 +33,7 @@ Poor Maps 0.21 * Use project-osrm.org again for OSRM routing as Mapzen shut down their OSRM instance (we lose pedestrian and bicycle routing) * Add ÖPNVKarte basemap (OpenStreetMap public transportation) -* Use the HiDPI version of Mapbox Streets basemap by default ([#2][]) +* Use the HiDPI version of Mapbox Streets basemap by default ([#2]) * Show POI bubble for geocoding results by default * Don't smooth tiles if map auto-rotate is on, but angle zero * Write config files atomically to avoid data loss in case of crash diff --git a/TODO.md b/TODO.md index c678fda..e857507 100644 --- a/TODO.md +++ b/TODO.md @@ -1,21 +1,3 @@ -Poor Maps 0.22 -============== - -* [x] Only show one Nominatim geocoder, which will use either MapQuest - or OpenStreetMap Nominatim behind the scenes ([#4][]) -* [x] Move preferences and about to a pulldown menu -* [x] Move basemaps and overlays under a single menu item -* [x] Make navigation narrative block a bit bigger -* [x] Add begin, pause and clear navigation buttons to the maneuver list page -* [x] Have begin navigation turn on auto-rotate -* [x] Bump font sizes of the scalebar and meters -* [x] Handle lack of positioning data better ([#6][]) -* [x] Update Sputnik tile source definition and add Sputnik @2x tiles -* [x] Fix search history filtering - -[#4]: https://github.com/otsaloma/poor-maps/issues/4 -[#6]: https://github.com/otsaloma/poor-maps/issues/6 - Poor Maps 1.0 ============= diff --git a/poor/__init__.py b/poor/__init__.py index de6cdf4..bb2e088 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.21.1" +__version__ = "0.22" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index bbed59d..199c0c8 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -5,7 +5,7 @@ %define __provides_exclude_from ^%{_datadir}/.*$ Name: harbour-poor-maps -Version: 0.21.1 +Version: 0.22 Release: 1 Summary: Maps and navigation License: GPLv3+