From e21577da6a494564c984b7e9008b421db52546de Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sat, 26 Aug 2017 18:39:39 +0300 Subject: [PATCH] RELEASE 0.32 --- Makefile | 2 +- NEWS.md | 16 ++++++++++++++++ TODO.md | 15 --------------- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index a7fea84..e6bfe39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.31 +VERSION = 0.32 LANGS = $(basename $(notdir $(wildcard po/*.po))) POT_FILE = po/poor-maps.pot diff --git a/NEWS.md b/NEWS.md index 61c6695..8b625e9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,19 @@ +2017-08-26: Poor Maps 0.32 +========================== + +* Add support for rerouting (#26, rinigus) +* Redesign navigation status and narrative pages +* Add OSM Scout car day and night maps (rinigus) +* Allow searching by latitude/longitude coordinates, e.g. + "60.169 24.941" or "60.169,24.941" (period as decimal, any + non-alphanumeric separator between latitude and longitude) +* Fix auto-centering in landscape in navigation mode to not have + the position icon overlap with the menu button (#46) +* Do relative requests to download tiles, fixes HSL map +* Fix string escaping in Python calls from QML (#50, rinigus) +* Add Russian translation +* Update translations + 2017-07-09: Poor Maps 0.31 ========================== diff --git a/TODO.md b/TODO.md index 69129b6..e69de29 100644 --- a/TODO.md +++ b/TODO.md @@ -1,15 +0,0 @@ -Poor Maps 0.32 -============== - -* [x] Add support for rerouting (#26, rinigus) -* [x] Redesign navigation status and narrative pages -* [x] Add OSM Scout car day and night maps (rinigus) -* [x] Allow searching by latitude/longitude coordinates, e.g. - "60.169 24.941" or "60.169,24.941" (period as decimal, any - non-alphanumeric separator between latitude and longitude) -* [x] Fix auto-centering in landscape in navigation mode to not have - the position icon overlap with the menu button (#46) -* [x] Do relative requests to download tiles, fixes HSL map -* [x] Fix string escaping in Python calls from QML (#50, rinigus) -* [x] Add Russian translation -* [x] Update translations diff --git a/poor/__init__.py b/poor/__init__.py index 0701622..ac34509 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.31" +__version__ = "0.32" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index a96efae..e60a090 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.31 +Version: 0.32 Release: 1 Summary: Maps and navigation License: GPLv3+