From 0fd3acecc23a66400d28a1b0efc593a85749654d Mon Sep 17 00:00:00 2001 From: Rinigus Date: Sun, 6 Jan 2019 20:51:32 +0200 Subject: [PATCH] bump version --- Makefile | 2 +- NEWS.md | 11 +++++++++++ packaging/pure-maps.appdata.xml | 13 ++++++++++++- poor/__init__.py | 2 +- rpm/harbour-pure-maps.spec | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4b00fd6e..495dbd77 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = pure-maps -VERSION = 1.12.0 +VERSION = 1.13.0 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index 5e8ec6ab..ef0a900f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +2019-01-06: Pure Maps 1.13 +========================== + +* Refactor search functionality +* Provide search functionality while entering locations in navigation and nearby search +* Update translations +* Internal restructuring of POI handling +* qtcontrols: revise search field +* Bugfix: restore ability to see all search results +* Bugfix: remove temporary POIs while browsing them + 2018-12-28: Pure Maps 1.12 ========================== diff --git a/packaging/pure-maps.appdata.xml b/packaging/pure-maps.appdata.xml index bc374d12..3c1abff1 100644 --- a/packaging/pure-maps.appdata.xml +++ b/packaging/pure-maps.appdata.xml @@ -37,6 +37,17 @@ CC-BY-SA-3.0 + + +

Refactor search functionality

+

Provide search functionality while entering locations in navigation and nearby search

+

Update translations

+

Internal restructuring of POI handling

+

qtcontrols: revise search field

+

Bugfix: restore ability to see all search results

+

Bugfix: remove temporary POIs while browsing them

+
+

Keep non-bookmarked POIs only until current operation is finished

@@ -46,7 +57,7 @@

Update translations

Bugfix: Fill reverse geocoding result properly

-
+

Add reverse geocoding

diff --git a/poor/__init__.py b/poor/__init__.py index 67ae6e1e..99b042d7 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.12.0" +__version__ = "1.13.0" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index c54fa148..ea1f188c 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.12.0 +Version: 1.13.0 Release: 1 Summary: Maps and navigation License: GPLv3+