Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Feb 25, 2024
1 parent 1d2ac2b commit aeaaf02
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ equals(SCOUT_FLAVOR, "silica") {

# set version
isEmpty(VERSION) {
VERSION = 3.0.0
VERSION = 3.1.0
}

# The name of the application
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": "osmscout-server.desktop"
}
},
"version": "3.0.0",
"version": "3.1.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
17 changes: 17 additions & 0 deletions packaging/osmscout-server.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="3.1.0" date="2024-02-25">
<description>
<ul>
<li>Update translations</li>
<li>Small adjustments in map style</li>
<li>Add support for Valhalla 3.4.0 [Thra11]</li>
<li>Stop updating Mapnik data on imports</li>
<li>Changes in OSM import scripts</li>
<li>Show versions of the used libraries in About</li>
<li>[ubuntu touch] Package click for Ubuntu Touch 20.04 [jonnius]</li>
<li>[ubuntu touch] Drop Ubuntu Touch 16.04 support [jonnius]</li>
<li>[sfos] Stop bundling libraries in Chum builds [Thaodan]</li>
<li>[sfos] Update packaging scripts [Thaodan]</li>
<li>[flatpak] Update Appdata</li>
</ul>
</description>
</release>
<release version="3.0.0" date="2023-01-21">
<description>
<ul>
Expand Down
13 changes: 13 additions & 0 deletions rpm/harbour-osmscout-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Sun Feb 25 2023 rinigus <[email protected]> 3.1.0-1
- Update translations
- Small adjustments in map style
- Add support for Valhalla 3.4.0 [Thra11]
- Stop updating Mapnik data on imports
- Changes in OSM import scripts
- Show versions of the used libraries in About
- [ubuntu touch] Package click for Ubuntu Touch 20.04 [jonnius]
- [ubuntu touch] Drop Ubuntu Touch 16.04 support [jonnius]
- [sfos] Stop bundling libraries in Chum builds [Thaodan]
- [sfos] Update packaging scripts [Thaodan]
- [flatpak] Update Appdata

* Sat Jan 21 2023 rinigus <[email protected]> 3.0.0-1
- Update in Geocoder NLP data format incorporating ranking information
- Add location bias to geocoder results
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-osmscout-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Name: osmscout-server
%endif

Summary: Offline maps, routing, and search
Version: 3.0.0
Version: 3.1.0
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down

0 comments on commit aeaaf02

Please sign in to comment.