Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
walokra committed Jul 12, 2016
1 parent 5880d2b commit 64acb6e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions qml/pages/ChangelogDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ Dialog {
anchors.margins: Theme.paddingSmall;
spacing: Theme.paddingSmall;

SectionHeader { text: qsTr("Version") + " 0.9.0 (2016-07-16)" }

Label {
width: parent.width;
wrapMode: Text.Wrap;
font.pixelSize: Screen.sizeCategory >= Screen.Large
? constant.fontSizeSmall : constant.fontSizeXSmall
text: qsTr("Add mode to browse subreddits. Add time window option to highest scoring and memes modes.");
}

SectionHeader { text: qsTr("Version") + " 0.8.3 (2015-10-24)" }

Label {
Expand Down
4 changes: 4 additions & 0 deletions rpm/harbour-sailimgur.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Sat Jul 16 2016 Marko Wallin <[email protected]> 0.9.0-1
Added mode to browse subreddits.
Add time window option to highest scoring and memes modes.

* Sat Oct 24 2015 Marko Wallin <[email protected]> 0.8.3-1
Fix issue with fetching more comments.

Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-sailimgur.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name: harbour-sailimgur
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Sailimgur is an Imgur app for Sailfish OS, powered by Qt and QML
Version: 0.8.3
Version: 0.9.0
Release: 1
Group: Applications/Internet
License: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-sailimgur.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-sailimgur
Summary: Sailimgur is an Imgur app for Sailfish OS, powered by Qt and QML
Version: 0.8.3
Version: 0.9.0
Release: 1
Group: Applications/Internet
URL: http://ruleoftech.com/lab/sailimgur
Expand Down

0 comments on commit 64acb6e

Please sign in to comment.