diff --git a/rpm/harbour-wallaread.changes b/rpm/harbour-wallaread.changes index e11c0f4..033a995 100644 --- a/rpm/harbour-wallaread.changes +++ b/rpm/harbour-wallaread.changes @@ -1,3 +1,9 @@ +* Mon Feb 27 2017 Grégory Oestreicher 0.4-1 +- Add an option to download only unread articles +- Fix a bug where password (and others) were not correctly URL-encoded +- Add sorting options in the articles list +- Rework the articles list filtering to limit menu creep + * Wed Dec 21 2016 Grégory Oestreicher 0.3-1 - Supports embedding images in articles - Adding articles is now supported diff --git a/rpm/harbour-wallaread.spec b/rpm/harbour-wallaread.spec index b571d3b..64f59a9 100644 --- a/rpm/harbour-wallaread.spec +++ b/rpm/harbour-wallaread.spec @@ -13,7 +13,7 @@ Name: harbour-wallaread %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: WallaRead - A Wallabag 2+ client for Sailfish OS -Version: 0.3 +Version: 0.4 Release: 1 Group: Qt/Qt License: GPL diff --git a/rpm/harbour-wallaread.yaml b/rpm/harbour-wallaread.yaml index be50b17..513f0f4 100644 --- a/rpm/harbour-wallaread.yaml +++ b/rpm/harbour-wallaread.yaml @@ -1,6 +1,6 @@ Name: harbour-wallaread Summary: WallaRead - A Wallabag 2+ client for Sailfish OS -Version: 0.3 +Version: 0.4 Release: 1 # The contents of the Group field should be one of the groups listed here: # http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS diff --git a/screenshots/05-articles-menu.png b/screenshots/05-articles-menu.png index f699dc1..d2663fa 100644 Binary files a/screenshots/05-articles-menu.png and b/screenshots/05-articles-menu.png differ