Skip to content

Commit a39e284

Browse files
committed
Bumped version number
Bumped version number to 0.4.4 and updated ChangelogPage accordingly.
1 parent d50ec80 commit a39e284

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

qml/pages/AboutPage.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Page {
5959
right: parent.right
6060
rightMargin: Theme.paddingLarge
6161
}
62-
text: "Version: 0.4.3"
62+
text: "Version: 0.4.4"
6363
}
6464
Label {
6565
id: descriptionLabel

qml/pages/ChangelogPage.qml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@ Page {
4747
PageHeader {
4848
title: "Changelog"
4949
}
50+
Label {
51+
anchors {
52+
left: parent.left
53+
leftMargin: Theme.paddingLarge
54+
right: parent.right
55+
rightMargin: Theme.paddingLarge
56+
}
57+
wrapMode: Text.WordWrap
58+
color: Theme.highlightColor
59+
textFormat: Text.RichText
60+
text: "<b>0.4.4 - New Tube Map.</b><br>
61+
*Added new Tube Map: latest tube map as of May 2014. It takes up considerably more space due to higher resolution and better colours.<br>
62+
*Added Pulley menu to Bus Stop Page: it is now possible to manually refresh the data,
63+
added a widget to indicate when the timer would refresh automatically.<br>
64+
*Fixed bug: cover no longer shows TERMINATED while bus is still on route."
65+
}
5066
Label {
5167
anchors {
5268
left: parent.left

rpm/harbour-london-sail.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name: harbour-london-sail
1313
%{!?qtc_make:%define qtc_make make}
1414
%{?qtc_builddir:%define _builddir %qtc_builddir}
1515
Summary: London Sail is commuter application for London.
16-
Version: 0.4.3
16+
Version: 0.4.4
1717
Release: 1
1818
Group: Qt/Qt
1919
License: MIT Licence

rpm/harbour-london-sail.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: harbour-london-sail
22
Summary: London Sail is commuter application for London.
3-
Version: 0.4.3
3+
Version: 0.4.4
44
Release: 1
55
Group: Qt/Qt
66
URL: http://example.org/

0 commit comments

Comments
 (0)