From 80f165d249c3d3ececf612d7853714ea3b447bb9 Mon Sep 17 00:00:00 2001 From: Brendan Long Date: Sun, 10 Feb 2019 12:26:19 -0500 Subject: v2.9.0 release --- data/org.gnome.FeedReader.appdata.xml.in | 18 ++++++++++++++++++ meson.build | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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 @@ Jan Lukas Gernert GNOME + + +
    +
  • Support new GNOME guidelines for the primary menu
  • +
  • Sort articles by date by default
  • +
  • Make backend plugins share some code and make OPML import work for all backend plugins
  • +
  • Various improvements to how translations work
  • +
  • Make "Oldest First" article sorting work in both Unread and All tabs
  • +
  • Improve error message when trying to add a feed that already exists
  • +
  • Don't close the currently open article when changing tabs if the new article is on the new tab
  • +
  • Use the system default "document" font as the default article font
  • +
  • Local and DecSync: Assume RSS feeds are UTF-8 unless they explicitly list a different locale
  • +
  • Local and DecSync: Use the RSS feed link to deduplicate feeds, not the link element in the feed
  • +
  • TT-RSS: Fix another crash when TT-RSS sends us data with an unexpected types
  • +
  • Feedly: Minor improvements to CLi logs
  • +
+
+
    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'] -- cgit v1.2.3