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:
authorBrendan Long <self@brendanlong.com>2019-02-10 20:26:19 +0300
committerBrendan Long <self@brendanlong.com>2019-05-24 23:03:30 +0300
commit80f165d249c3d3ececf612d7853714ea3b447bb9 (patch)
treead52d3e40cfcabdfbccca7513e5e8bb47d19f91d
parent500fa52f52947a8e5c10e00d6bb1c7a2dcf5ba98 (diff)
v2.9.0 releasev2.9.0
-rw-r--r--data/org.gnome.FeedReader.appdata.xml.in18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/data/org.gnome.FeedReader.appdata.xml.in b/data/org.gnome.FeedReader.appdata.xml.in
index f3d373f9..88eec73b 100644
--- a/data/org.gnome.FeedReader.appdata.xml.in
+++ b/data/org.gnome.FeedReader.appdata.xml.in
@@ -73,6 +73,24 @@
<developer_name>Jan Lukas Gernert</developer_name>
<project_group>GNOME</project_group>
<releases>
+ <release version="2.9.0" date="2019-02-10">
+ <description>
+ <ul>
+ <li>Support new GNOME guidelines for the primary menu</li>
+ <li>Sort articles by date by default</li>
+ <li>Make backend plugins share some code and make OPML import work for all backend plugins</li>
+ <li>Various improvements to how translations work</li>
+ <li>Make "Oldest First" article sorting work in both Unread and All tabs</li>
+ <li>Improve error message when trying to add a feed that already exists</li>
+ <li>Don't close the currently open article when changing tabs if the new article is on the new tab</li>
+ <li>Use the system default "document" font as the default article font</li>
+ <li>Local and DecSync: Assume RSS feeds are UTF-8 unless they explicitly list a different locale</li>
+ <li>Local and DecSync: Use the RSS feed link to deduplicate feeds, not the link element in the feed</li>
+ <li>TT-RSS: Fix another crash when TT-RSS sends us data with an unexpected types</li>
+ <li>Feedly: Minor improvements to CLi logs</li>
+ </ul>
+ </description>
+ </release>
<release version="2.8.2" date="2019-02-10">
<description>
<ul>
diff --git a/meson.build b/meson.build
index 3ca8aef9..5ac7751f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('feedreader', ['vala', 'c'],
- version: '2.8.2',
+ version: '2.9.0',
meson_version: '>= 0.44.1',
license: 'GPL-3.0',
default_options: ['prefix=/usr']