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

Commit

Permalink
v2.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlong committed May 24, 2019
1 parent 500fa52 commit 80f165d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions data/org.gnome.FeedReader.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit 80f165d

Please sign in to comment.