Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/org.gnome.FeedReader.appdata.xml.in13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/data/org.gnome.FeedReader.appdata.xml.in b/data/org.gnome.FeedReader.appdata.xml.in
index 69099f68..464307ab 100644
--- a/data/org.gnome.FeedReader.appdata.xml.in
+++ b/data/org.gnome.FeedReader.appdata.xml.in
@@ -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>
diff --git a/meson.build b/meson.build
index a2480f39..aa847f65 100644
--- a/meson.build
+++ b/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']