From bd09eaebd3bd0c04491a67ed2b8614732762b84f Mon Sep 17 00:00:00 2001 From: Sthocs Date: Wed, 30 Jun 2021 00:30:09 +0200 Subject: [PATCH] bump version to v0.10 --- .gitignore | 1 + qml/pages/About.qml | 2 +- qml/pages/InteractiveMap.qml | 2 +- rpm/harbour-bikeme.changes | 5 +++++ rpm/harbour-bikeme.yaml | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2ca6026..c43fd82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ harbour-bikeme.pro.user +rpm/harbour-bikeme.spec test/node_modules/ test/package-lock.json diff --git a/qml/pages/About.qml b/qml/pages/About.qml index 029e395..fbb4e3c 100644 --- a/qml/pages/About.qml +++ b/qml/pages/About.qml @@ -105,7 +105,7 @@ Regular users: Save your favourites stations and see their status directly on th horizontalAlignment: Text.AlignHCenter font.pixelSize: Theme.fontSizeExtraSmall color: Theme.secondaryColor - text: "2014 - 2019 Sthocs" + text: "2014 - 2021 Sthocs" } Item { diff --git a/qml/pages/InteractiveMap.qml b/qml/pages/InteractiveMap.qml index 811d0e6..8c7016a 100644 --- a/qml/pages/InteractiveMap.qml +++ b/qml/pages/InteractiveMap.qml @@ -551,7 +551,7 @@ Page { anchors.bottom: gpsIcon.top anchors.rightMargin: Theme.paddingSmall anchors.bottomMargin: 0 - text: "GPS: " + positionSource.position.horizontalAccuracy + 'm' + text: "GPS Ø: " + positionSource.position.horizontalAccuracy + 'm' } Row { id: rightControls diff --git a/rpm/harbour-bikeme.changes b/rpm/harbour-bikeme.changes index c38a22c..11c3264 100644 --- a/rpm/harbour-bikeme.changes +++ b/rpm/harbour-bikeme.changes @@ -1,3 +1,8 @@ +* Sun Jun 27 2021 Sthocs 0.10-1 +- GPS improvements: consider position valid when accuracy < 10km (but display accuracy) +- Added option to ignore SSL errors +- Added electric bikes support for Moscow + * Sat Feb 06 2021 Sthocs 0.9.4-1 - fix(cache): QFile was not creating the intermediate dirs anymore - fix: MapMouseArea removed in QtLocation 5.4 diff --git a/rpm/harbour-bikeme.yaml b/rpm/harbour-bikeme.yaml index f93adb0..8813e2e 100644 --- a/rpm/harbour-bikeme.yaml +++ b/rpm/harbour-bikeme.yaml @@ -1,6 +1,6 @@ Name: harbour-bikeme Summary: Find a bike with your Sailfish OS device! -Version: 0.9.4 +Version: 0.10 Release: 1 Group: Qt/Qt URL: https://openrepos.net/users/sthocs