diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fae565a..d8a57752 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 3.1.1 + VERSION 3.2.0 DESCRIPTION "Maps and navigation") # options diff --git a/NEWS.md b/NEWS.md index dec5b806..a45fdc50 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +2023-01-26: Pure Maps 3.2.0 +=========================== + +* Provide map zoom as search positioning bias info +* Add positioning bias to search using OSM Scout Server +* Improve localization support of vector tile maps +* Set OpenMapTiles as a default fonts provider +* Fix map route update +* Update translations +* Update documentation [JacekJagosz] +* [ubuntu touch] Update packaging scripts [jonnius] +* [ubuntu touch] Package click for Ubuntu Touch 20.04 [jonnius] +* [sfos] Allow access to Downloads [mschilli87] + 2022-05-01: Pure Maps 3.1.0 =========================== diff --git a/packaging/click/manifest.json b/packaging/click/manifest.json index a72f8590..ed7991dd 100644 --- a/packaging/click/manifest.json +++ b/packaging/click/manifest.json @@ -9,7 +9,7 @@ "desktop": "pure-maps.desktop" } }, - "version": "3.1.1", + "version": "3.2.0", "maintainer": "Rinigus ", "framework" : "@CLICK_FRAMEWORK@" } diff --git a/packaging/pure-maps.appdata.xml b/packaging/pure-maps.appdata.xml index a64001c1..a0caa431 100644 --- a/packaging/pure-maps.appdata.xml +++ b/packaging/pure-maps.appdata.xml @@ -38,6 +38,24 @@ CC-BY-SA-3.0 + + +
    +
  • Provide map zoom as search positioning bias info
  • +
  • Add positioning bias to search using OSM Scout Server
  • +
  • Improve localization support of vector tile maps
  • +
  • Set OpenMapTiles as a default fonts provider
  • +
  • Fix map route update
  • +
  • Update documentation [JacekJagosz]
  • +
  • [ubuntu touch] Update packaging scripts [jonnius]
  • +
  • [ubuntu touch] Package click for Ubuntu Touch 20.04 [jonnius]
  • +
  • +
  • +
  • +
  • Update translations
  • +
+
+
    diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index cad4a071..94902115 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: 3.1.1 +Version: 3.2.0 Release: 1 Summary: Maps and navigation