Skip to content

Commit

Permalink
bump version to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sthocs committed Jun 29, 2021
1 parent 28876e3 commit bd09eae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
harbour-bikeme.pro.user
rpm/harbour-bikeme.spec
test/node_modules/
test/package-lock.json
2 changes: 1 addition & 1 deletion qml/pages/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion qml/pages/InteractiveMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions rpm/harbour-bikeme.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Sun Jun 27 2021 Sthocs <sthocs@hotmail.com> 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 <sthocs@hotmail.com> 0.9.4-1
- fix(cache): QFile was not creating the intermediate dirs anymore
- fix: MapMouseArea removed in QtLocation 5.4
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-bikeme.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bd09eae

Please sign in to comment.