From 07938f5b6896dcb098aa91fe3c4917d1bd6c2246 Mon Sep 17 00:00:00 2001 From: Rinigus Date: Mon, 22 Nov 2021 21:32:17 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- NEWS.md | 19 +++++++++++++++++++ packaging/click/manifest.json | 2 +- packaging/pure-maps.appdata.xml | 21 +++++++++++++++++++++ rpm/harbour-pure-maps.spec | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63c57910..a8f0f6e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5.1) # Latest version as supported by Ubuntu Touch project(pure-maps - VERSION 2.8.1 + VERSION 2.9.0 DESCRIPTION "Maps and navigation") # options diff --git a/NEWS.md b/NEWS.md index bd112d4d..10f741a6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,22 @@ +2021-11-22: Pure Maps 2.9.0 +=========================== + +* Add support for HERE through dedicated profile +* Add support for licenses +* Add support for MapTiler +* Add and fix Geoclue2 plugin [fix by tpikonen] +* Set center of the map as a reference point for geocoders +* Disable plugins with missing API keys or licenses +* Indicate when routing has failed +* Fix direction calculations used by positioning source +* Allow to use system-wide Geomag [tpikonen] +* Update Ubuntu Touch packaging [jonnius] +* Try to activate map matching if requested +* Allow to specify accuracy of positioning +* Revise API keys handling +* Update translations +* Bugfixes + 2021-10-17: Pure Maps 2.8.0 =========================== diff --git a/packaging/click/manifest.json b/packaging/click/manifest.json index 00d5f686..97c7553d 100644 --- a/packaging/click/manifest.json +++ b/packaging/click/manifest.json @@ -9,7 +9,7 @@ "desktop": "pure-maps.desktop" } }, - "version": "2.8.1", + "version": "2.9.0", "maintainer": "Rinigus ", "framework" : "@CLICK_FRAMEWORK@" } diff --git a/packaging/pure-maps.appdata.xml b/packaging/pure-maps.appdata.xml index ab1e221e..8dd2549c 100644 --- a/packaging/pure-maps.appdata.xml +++ b/packaging/pure-maps.appdata.xml @@ -38,6 +38,27 @@ CC-BY-SA-3.0 + + +
    +
  • Add support for HERE through dedicated profile
  • +
  • Add support for licenses
  • +
  • Add support for MapTiler
  • +
  • Add and fix Geoclue2 plugin [fix by tpikonen]
  • +
  • Set center of the map as a reference point for geocoders
  • +
  • Disable plugins with missing API keys or licenses
  • +
  • Indicate when routing has failed
  • +
  • Fix direction calculations used by positioning source
  • +
  • Allow to use system-wide Geomag [tpikonen]
  • +
  • Update Ubuntu Touch packaging [jonnius]
  • +
  • Try to activate map matching if requested
  • +
  • Allow to specify accuracy of positioning
  • +
  • Revise API keys handling
  • +
  • Bugfixes and small enhancements
  • +
  • Update translations
  • +
+
+
    diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index f7ffb281..d3ae73dd 100644 --- a/rpm/harbour-pure-maps.spec +++ b/rpm/harbour-pure-maps.spec @@ -18,7 +18,7 @@ Name: harbour-pure-maps Name: pure-maps %endif -Version: 2.8.1 +Version: 2.9.0 Release: 1 Summary: Maps and navigation