Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Dec 16, 2020
1 parent 3f8cc6b commit 8ecdda8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
@@ -1,3 +1,17 @@
2020-12-16: Pure Maps 2.2
=========================

* Show close consecutive maneuvers
* Show roundabout exit number for supported routers
* Fix maneuver icons for OSRM
* Autohide buttons by default for new users
* Reduce vertical requirements of navigation overview bar
* Handle arrival to destination by switching to dedicated mode
* Change DBus registration order
* Rewrite imlpementation determining mode of the application
* Update translations
* Bugfixes, optimizations, and visual adjustments

2020-11-26: Pure Maps 2.1
=========================

Expand Down
16 changes: 16 additions & 0 deletions packaging/pure-maps.appdata.xml
Expand Up @@ -38,6 +38,22 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.2.0" date="2020-12-16">
<description>
<ul>
<li>Show close consecutive maneuvers</li>
<li>Show roundabout exit number for supported routers</li>
<li>Fix maneuver icons for OSRM</li>
<li>Autohide buttons by default for new users</li>
<li>Reduce vertical requirements of navigation overview bar</li>
<li>Handle arrival to destination by switching to dedicated mode</li>
<li>Change DBus registration order</li>
<li>Rewrite imlpementation determining mode of the application</li>
<li>Update translations</li>
<li>Bugfixes, optimizations, and visual adjustments</li>
</ul>
</description>
</release>
<release version="2.1.0" date="2020-11-26">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion packaging/ubports/manifest.json
Expand Up @@ -9,7 +9,7 @@
"desktop": "pure-maps.desktop"
}
},
"version": "2.1.1",
"version": "2.2.0",
"maintainer": "Rinigus <rinigus.git@gmail.org>",
"framework" : "ubuntu-sdk-16.04"
}
2 changes: 1 addition & 1 deletion pure-maps.pro
@@ -1,6 +1,6 @@
# set version
isEmpty(VERSION) {
VERSION = 2.1.1
VERSION = 2.2.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
Expand Up @@ -18,7 +18,7 @@ Name: harbour-pure-maps
Name: pure-maps
%endif

Version: 2.1.1
Version: 2.2.0
Release: 1

Summary: Maps and navigation
Expand Down

0 comments on commit 8ecdda8

Please sign in to comment.