Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Jan 5, 2021
1 parent 8b984e9 commit 73effb7
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2021-01-05: Pure Maps 2.4
=========================

* Add support for routing waypoints order optimization
* Allow to see more routes from history
* Adjust basemap selector
* Handle type and name separately in nearby search
* Switch default online geocoder to Photon
* Improve MapQuest nearby search support
* Navigation overview page adjustments
* Update translations

2020-12-31: Pure Maps 2.3
=========================

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.3.0",
"version": "2.4.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "ubuntu-sdk-16.04"
}
14 changes: 14 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.4.0" date="2021-01-05">
<description>
<ul>
<li>Add support for routing waypoints order optimization</li>
<li>Allow to see more routes from history</li>
<li>Adjust basemap selector</li>
<li>Handle type and name separately in nearby search</li>
<li>Switch default online geocoder to Photon</li>
<li>Improve MapQuest nearby search support</li>
<li>Navigation overview page adjustments</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="2.3.0" date="2020-12-31">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion pure-maps.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# set version
isEmpty(VERSION) {
VERSION = 2.3.0
VERSION = 2.4.0
}

# Find out flavor and add it to CONFIG for simple testing
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.3.0
Version: 2.4.0
Release: 1

Summary: Maps and navigation
Expand Down

0 comments on commit 73effb7

Please sign in to comment.