Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Jan 26, 2023
1 parent b68e25d commit d47cb5b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
===========================

Expand Down
2 changes: 1 addition & 1 deletion packaging/click/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "pure-maps.desktop"
}
},
"version": "3.1.1",
"version": "3.2.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
18 changes: 18 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,24 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="3.2.0" date="2023-01-26">
<description>
<ul>
<li>Provide map zoom as search positioning bias info</li>
<li>Add positioning bias to search using OSM Scout Server</li>
<li>Improve localization support of vector tile maps</li>
<li>Set OpenMapTiles as a default fonts provider</li>
<li>Fix map route update</li>
<li>Update documentation [JacekJagosz]</li>
<li>[ubuntu touch] Update packaging scripts [jonnius]</li>
<li>[ubuntu touch] Package click for Ubuntu Touch 20.04 [jonnius]</li>
<li></li>
<li></li>
<li></li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="3.1.1" date="2022-08-21">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-pure-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d47cb5b

Please sign in to comment.