From 5b0c9162f61a8c2ec2c4cf3852fba8f4fd3b9b89 Mon Sep 17 00:00:00 2001 From: Rinigus Date: Sat, 2 Feb 2019 11:44:52 +0200 Subject: [PATCH] bump version --- Makefile | 2 +- NEWS.md | 8 ++++++++ packaging/pure-maps.appdata.xml | 8 ++++++++ poor/__init__.py | 2 +- rpm/harbour-pure-maps.spec | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 33385e8d..8b2c3762 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = pure-maps -VERSION = 1.14.0 +VERSION = 1.15.0 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index f60eb800..78c0c5b8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +2019-02-02: Pure Maps 1.15 +========================== + +* Introduce minimal and full controls mode for maps view +* Rearrange buttons on the map view +* Increase position icon contrast [mosen] +* Update translations + 2019-01-13: Pure Maps 1.14 ========================== diff --git a/packaging/pure-maps.appdata.xml b/packaging/pure-maps.appdata.xml index 6efbd4e4..473c637b 100644 --- a/packaging/pure-maps.appdata.xml +++ b/packaging/pure-maps.appdata.xml @@ -37,6 +37,14 @@ CC-BY-SA-3.0 + + +

Introduce minimal and full controls mode for maps view

+

Rearrange buttons on the map view

+

Increase position icon contrast [mosen]

+

Update translations

+
+

Rename POIs to bookmarks

diff --git a/poor/__init__.py b/poor/__init__.py index ef4e38d4..b591d4be 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.14.0" +__version__ = "1.15.0" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index 0d7ea4e9..af447b59 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.14.0 +Version: 1.15.0 Release: 1 Summary: Maps and navigation License: GPLv3+