Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
bump to 1.6 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jangernert committed May 13, 2016
1 parent ae7674e commit 875913e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions data/feedreader.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,25 @@
</provides>

<releases>
<release version="1.6" timestamp="1463182002">
<description>
<p>Inoreader support</p>
<p>Offline Mode</p>
<p>Imageviewer</p>
<p>Manipulate feeds and categories</p>
<p>Sidebar themes</p>
<p>Support http-basic-auth</p>
<p>Article List: time stamp</p>
<p>Article List: double click to open in browser</p>
<p>Article View: Show URL on mouseover</p>
<p>Article View: Right click menu</p>
<p>Article View: Configure font size</p>
<p>Commit version in "--about"</p>
<p>Support Gtk+ 3.20</p>
<p>HiDPI support</p>
<p>lots of bugfixes</p>
</description>
</release>
<release version="1.4" timestamp="1441065600">
<description>
<p>ownCloud News support</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ namespace FeedReader {
namespace AboutInfo {
const string programmName = _("FeedReader");
const string copyright = "Copyright © 2014 Jan Lukas Gernert";
const string version = "1.5 dev";
const string version = "1.6 beta";
const string comments = _("Desktop Client for various RSS Services");
const string[] authors = { "Jan Lukas Gernert", "Bilal Elmoussaoui", null };
const string[] documenters = { "nobody", null };
Expand Down

0 comments on commit 875913e

Please sign in to comment.