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

Commit a4f53e6

Browse files
committed
v2.8.0 release
1 parent 56092a0 commit a4f53e6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

data/org.gnome.FeedReader.appdata.xml.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@
5151
<binary>feedreader</binary>
5252
</provides>
5353
<releases>
54+
<release version="2.8.0" date="2019-02-09">
55+
<description>
56+
<ul>
57+
<li>Improve error messages when failing to add a feed in the local and DecSync plugins</li>
58+
<li>Auto-fill missing URI scheme when adding feeds and in the TT-RSS setup</li>
59+
<li>Use dc:creator tag for authors in local and DecSync RSS feeds</li>
60+
<li>TT-RSS: Handle the API sending us ints as strings and strings as ints</li>
61+
<li>TT-RSS: Make the api_feedreader plugin use PDO prepared statements instead of doing string escaping</li>
62+
<li>TT-RSS: Redact passwords in API logging</li>
63+
<li>TT-RSS: Various other improvements to make the plugin more maintainable</li>
64+
</ul>
65+
</description>
66+
</release>
5467
<release version="2.7.1" date="2019-02-01">
5568
<description>
5669
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('feedreader', ['vala', 'c'],
2-
version: '2.7.1',
2+
version: '2.8.0',
33
meson_version: '>= 0.44.1',
44
license: 'GPL-3.0',
55
default_options: ['prefix=/usr']

0 commit comments

Comments
 (0)