diff --git a/Makefile b/Makefile index 81484046..39b7cbbf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = pure-maps -VERSION = 1.10.1 +VERSION = 1.11.0 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index de1a3392..d8f5d4d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,19 @@ +2018-12-13: Pure Maps 1.11 +========================= + +* Add reverse geocoding +* Move geocoder, guide, and router selection into menus +* Redesign Search page +* Follow Me and Navigation are switched through menus +* Update translations + 2018-12-04: Pure Maps 1.10 ========================= * Add support for online and offline profiles * Add position uncertainty indicator * Add facility for TTS testing in Preferences -* [1.10.1] Updated translations +* [1.10.1] Update translations * [1.10.1] Small bugfix 2018-11-20: Pure Maps 1.9 diff --git a/packaging/pure-maps.appdata.xml b/packaging/pure-maps.appdata.xml index e010fe81..ed2abcaa 100644 --- a/packaging/pure-maps.appdata.xml +++ b/packaging/pure-maps.appdata.xml @@ -37,6 +37,15 @@ CC-BY-SA-3.0 + + +

Add reverse geocoding

+

Move geocoder, guide, and router selection into menus

+

Redesign Search page

+

Follow Me and Navigation are switched through menus

+

Update translations

+
+

Add support for online and offline profiles

diff --git a/poor/__init__.py b/poor/__init__.py index 2b8d4cac..6cb1e631 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.10.1" +__version__ = "1.11.0" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index 6bacfe99..a9494c63 100644 --- a/rpm/harbour-pure-maps.spec +++ b/rpm/harbour-pure-maps.spec @@ -5,7 +5,7 @@ %define __provides_exclude_from ^%{_datadir}/.*$ Name: harbour-pure-maps -Version: 1.10.1 +Version: 1.11.0 Release: 1 Summary: Maps and navigation License: GPLv3+