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

Commit 80f165d

Browse files
committed
v2.9.0 release
1 parent 500fa52 commit 80f165d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,24 @@
7373
<developer_name>Jan Lukas Gernert</developer_name>
7474
<project_group>GNOME</project_group>
7575
<releases>
76+
<release version="2.9.0" date="2019-02-10">
77+
<description>
78+
<ul>
79+
<li>Support new GNOME guidelines for the primary menu</li>
80+
<li>Sort articles by date by default</li>
81+
<li>Make backend plugins share some code and make OPML import work for all backend plugins</li>
82+
<li>Various improvements to how translations work</li>
83+
<li>Make "Oldest First" article sorting work in both Unread and All tabs</li>
84+
<li>Improve error message when trying to add a feed that already exists</li>
85+
<li>Don't close the currently open article when changing tabs if the new article is on the new tab</li>
86+
<li>Use the system default "document" font as the default article font</li>
87+
<li>Local and DecSync: Assume RSS feeds are UTF-8 unless they explicitly list a different locale</li>
88+
<li>Local and DecSync: Use the RSS feed link to deduplicate feeds, not the link element in the feed</li>
89+
<li>TT-RSS: Fix another crash when TT-RSS sends us data with an unexpected types</li>
90+
<li>Feedly: Minor improvements to CLi logs</li>
91+
</ul>
92+
</description>
93+
</release>
7694
<release version="2.8.2" date="2019-02-10">
7795
<description>
7896
<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.8.2',
2+
version: '2.9.0',
33
meson_version: '>= 0.44.1',
44
license: 'GPL-3.0',
55
default_options: ['prefix=/usr']

0 commit comments

Comments
 (0)