From e8ca2bd4575cac9d6b55408517b9d4e7d1583c05 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Tue, 26 Sep 2017 22:36:39 +0300 Subject: [PATCH] RELEASE 0.33 --- Makefile | 2 +- NEWS.md | 11 +++++++++++ TODO.md | 10 ---------- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index e6bfe39..12ffa57 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.32 +VERSION = 0.33 LANGS = $(basename $(notdir $(wildcard po/*.po))) POT_FILE = po/poor-maps.pot diff --git a/NEWS.md b/NEWS.md index 8b625e9..b254681 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +2017-10-26: Poor Maps 0.33 +========================== + +* Add support for @3x tiles (#53) +* Add Cartago Streets basemaps @1x, @2x, @3x, @4x (#33) +* Set default basemap based on screen pixel ratio (#52) +* Allow navigation page button labels (begin, reroute, clear) to + break across lines for better translatability +* Drop rerouting threshold to 100 meters +* Update translations + 2017-08-26: Poor Maps 0.32 ========================== diff --git a/TODO.md b/TODO.md index 63d0516..e69de29 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +0,0 @@ -Poor Maps 0.33 -============== - -* [x] Add support for @3x tiles (#53) -* [x] Add Cartago Streets basemaps @1x, @2x, @3x, @4x (#33) -* [x] Set default basemap based on screen pixel ratio (#52) -* [x] Allow navigation page button labels (begin, reroute, clear) to - break across lines for better translatability -* [x] Drop rerouting threshold to 100 meters -* [x] Update translations diff --git a/poor/__init__.py b/poor/__init__.py index 4496ff0..f96e52e 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.32" +__version__ = "0.33" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index e60a090..84d9cb1 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.32 +Version: 0.33 Release: 1 Summary: Maps and navigation License: GPLv3+