Release version 0.3

pull/1/head
Grégory Oestreicher 2016-12-21 11:07:07 +01:00
parent cd5b8ff9c4
commit 9ae69c7d7c
3 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,8 @@
* Wed Dec 21 2016 Grégory Oestreicher <greg@kamago.net> 0.3-1
- Supports embedding images in articles
- Adding articles is now supported
- French translation courtesy of Quentin P.
* Sun Dec 18 2016 Grégory Oestreicher <greg@kamago.net> 0.2-1 * Sun Dec 18 2016 Grégory Oestreicher <greg@kamago.net> 0.2-1
- Fixed synchronization bugs with wallabag.it and maybe other installations - Fixed synchronization bugs with wallabag.it and maybe other installations
- Added server deletion from the main page - Added server deletion from the main page

View File

@ -13,11 +13,11 @@ Name: harbour-wallaread
%{!?qtc_make:%define qtc_make make} %{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir} %{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: WallaRead - A Wallabag 2+ client for Sailfish OS Summary: WallaRead - A Wallabag 2+ client for Sailfish OS
Version: 0.2 Version: 0.3
Release: 1 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: LICENSE License: GPL
URL: http://example.org/ URL: https://github.com/goestreicher/harbour-wallaread
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source100: harbour-wallaread.yaml Source100: harbour-wallaread.yaml
Requires: sailfishsilica-qt5 >= 0.10.9 Requires: sailfishsilica-qt5 >= 0.10.9
@ -28,7 +28,8 @@ BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
%description %description
Short description of my Sailfish OS Application WallaRead is a SailfishOS client for Wallabag 2 and above, supporting
full offline reading
%prep %prep

View File

@ -1,18 +1,19 @@
Name: harbour-wallaread Name: harbour-wallaread
Summary: WallaRead - A Wallabag 2+ client for Sailfish OS Summary: WallaRead - A Wallabag 2+ client for Sailfish OS
Version: 0.2 Version: 0.3
Release: 1 Release: 1
# The contents of the Group field should be one of the groups listed here: # 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 # http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Qt/Qt Group: Qt/Qt
URL: http://example.org/ URL: https://github.com/goestreicher/harbour-wallaread
License: LICENSE License: GPL
# This must be generated before uploading a package to a remote build service. # This must be generated before uploading a package to a remote build service.
# Usually this line does not need to be modified. # Usually this line does not need to be modified.
Sources: Sources:
- '%{name}-%{version}.tar.bz2' - '%{name}-%{version}.tar.bz2'
Description: | Description: |
Short description of my Sailfish OS Application WallaRead is a SailfishOS client for Wallabag 2 and above, supporting
full offline reading
Configure: none Configure: none
# The qtc5 builder inserts macros to allow QtCreator to have fine # The qtc5 builder inserts macros to allow QtCreator to have fine
# control over qmake/make execution # control over qmake/make execution