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

Commit

Permalink
v2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlong committed Feb 9, 2019
1 parent 56092a0 commit a4f53e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions data/org.gnome.FeedReader.appdata.xml.in
Expand Up @@ -51,6 +51,19 @@
<binary>feedreader</binary>
</provides>
<releases>
<release version="2.8.0" date="2019-02-09">
<description>
<ul>
<li>Improve error messages when failing to add a feed in the local and DecSync plugins</li>
<li>Auto-fill missing URI scheme when adding feeds and in the TT-RSS setup</li>
<li>Use dc:creator tag for authors in local and DecSync RSS feeds</li>
<li>TT-RSS: Handle the API sending us ints as strings and strings as ints</li>
<li>TT-RSS: Make the api_feedreader plugin use PDO prepared statements instead of doing string escaping</li>
<li>TT-RSS: Redact passwords in API logging</li>
<li>TT-RSS: Various other improvements to make the plugin more maintainable</li>
</ul>
</description>
</release>
<release version="2.7.1" date="2019-02-01">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('feedreader', ['vala', 'c'],
version: '2.7.1',
version: '2.8.0',
meson_version: '>= 0.44.1',
license: 'GPL-3.0',
default_options: ['prefix=/usr']
Expand Down

0 comments on commit a4f53e6

Please sign in to comment.