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 Oct 24, 2015
1 parent 33122ea commit 00031e4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 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.8.3 (2015-10-24)" }

Label {
width: parent.width;
wrapMode: Text.Wrap;
font.pixelSize: Screen.sizeCategory >= Screen.Large
? constant.fontSizeSmall : constant.fontSizeXSmall
text: qsTr("Fix issue with fetching more comments.");
}

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

Label {
Expand Down
3 changes: 3 additions & 0 deletions rpm/harbour-sailimgur.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Sat Oct 24 2015 Marko Wallin <[email protected]> 0.8.3-1
Fix issue with fetching more comments.

* Sat Oct 10 2015 Marko Wallin <[email protected]> 0.8.2-1
Fix zoom on image.
Adjust UI elements for tablet.
Expand Down
4 changes: 2 additions & 2 deletions 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.2
Version: 0.8.3
Release: 1
Group: Applications/Internet
License: LICENSE
Expand Down Expand Up @@ -78,6 +78,6 @@ desktop-file-install --delete-original \
%{_datadir}/%{name}
%{_datadir}/%{name}/qml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/86x86/apps/%{name}.png
%{_datadir}/icons/hicolor
# >> files
# << files
4 changes: 2 additions & 2 deletions 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.2
Version: 0.8.3
Release: 1
Group: Applications/Internet
URL: http://ruleoftech.com/lab/sailimgur
Expand Down Expand Up @@ -41,5 +41,5 @@ Files:
- '%{_datadir}/%{name}'
- '%{_datadir}/%{name}/qml'
- '%{_datadir}/applications/%{name}.desktop'
- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png'
- '%{_datadir}/icons/hicolor'
PkgBR: []

0 comments on commit 00031e4

Please sign in to comment.