Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Nov 22, 2021
1 parent cc64305 commit 07938f5
Show file tree
Hide file tree
Showing 5 changed files with 43 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 2.8.1
VERSION 2.9.0
DESCRIPTION "Maps and navigation")

# options
Expand Down
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
===========================

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": "2.8.1",
"version": "2.9.0",
"maintainer": "Rinigus <rinigus.git@gmail.org>",
"framework" : "@CLICK_FRAMEWORK@"
}
21 changes: 21 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,27 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.9.0" date="2021-11-22">
<description>
<ul>
<li>Add support for HERE through dedicated profile</li>
<li>Add support for licenses</li>
<li>Add support for MapTiler</li>
<li>Add and fix Geoclue2 plugin [fix by tpikonen]</li>
<li>Set center of the map as a reference point for geocoders</li>
<li>Disable plugins with missing API keys or licenses</li>
<li>Indicate when routing has failed</li>
<li>Fix direction calculations used by positioning source</li>
<li>Allow to use system-wide Geomag [tpikonen]</li>
<li>Update Ubuntu Touch packaging [jonnius]</li>
<li>Try to activate map matching if requested</li>
<li>Allow to specify accuracy of positioning</li>
<li>Revise API keys handling</li>
<li>Bugfixes and small enhancements</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="2.8.1" date="2021-10-17">
<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: 2.8.1
Version: 2.9.0
Release: 1

Summary: Maps and navigation
Expand Down

0 comments on commit 07938f5

Please sign in to comment.