File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 59
59
right: parent .right
60
60
rightMargin: Theme .paddingLarge
61
61
}
62
- text: " Version: 0.4.3 "
62
+ text: " Version: 0.4.4 "
63
63
}
64
64
Label {
65
65
id: descriptionLabel
Original file line number Diff line number Diff line change @@ -47,6 +47,22 @@ Page {
47
47
PageHeader {
48
48
title: " Changelog"
49
49
}
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
+ }
50
66
Label {
51
67
anchors {
52
68
left: parent .left
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Name: harbour-london-sail
13
13
%{! ?qtc_make:%define qtc_make make}
14
14
%{?qtc_builddir:%define _builddir %qtc_builddir }
15
15
Summary: London Sail is commuter application for London.
16
- Version: 0.4.3
16
+ Version: 0.4.4
17
17
Release: 1
18
18
Group: Qt/Qt
19
19
License: MIT Licence
Original file line number Diff line number Diff line change 1
1
Name : harbour-london-sail
2
2
Summary : London Sail is commuter application for London.
3
- Version : 0.4.3
3
+ Version : 0.4.4
4
4
Release : 1
5
5
Group : Qt/Qt
6
6
URL : http://example.org/
You can’t perform that action at this time.
0 commit comments