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 Dec 18, 2020
1 parent e3fd014 commit 289d196
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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.10.0 (2020-12-19)" }

Label {
width: parent.width;
wrapMode: Text.Wrap;
font.pixelSize: Screen.sizeCategory >= Screen.Large
? constant.fontSizeSmall : constant.fontSizeXSmall
text: qsTr("User interface updates from patch by ichthyosaurus.");
}

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

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 Dec 19 2020 Marko Wallin <[email protected]> 0.10.0-1
User interface updates from patch by ichthyosaurus.
Fix issues with profile info showing.

* 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.
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-sailimgur.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.27
# Generated by: spectacle version 0.32
#

Name: harbour-sailimgur
Expand All @@ -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.9.0
Version: 0.10.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.9.0
Version: 0.10.0
Release: 1
Group: Applications/Internet
URL: http://ruleoftech.com/lab/sailimgur
Expand Down

0 comments on commit 289d196

Please sign in to comment.