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

Commit 5910f1e

Browse files
committed
v2.11 release
1 parent 1335aaf commit 5910f1e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,25 @@
7373
<developer_name>Jan Lukas Gernert</developer_name>
7474
<project_group>GNOME</project_group>
7575
<releases>
76+
<release version="2.11.0" date="2020-05-24">
77+
<description>
78+
<ul>
79+
<li>Do not try to use deprecated GOA Pocket support</li>
80+
<li>TTRSS: fix feeds order</li>
81+
<li>Drop Keywords from desktop files</li>
82+
<li>Fix typos and clearer naming</li>
83+
<li>Decsync updates</li>
84+
<li>Fix freshRSS with yunohost-like solutions </li>
85+
<li>Fix: use getURL in getApiURL</li>
86+
<li>Don't add feeds on the UI thread</li>
87+
<li>Fix infinite loading icon after opening article in browser</li>
88+
<li>Logger: Don’t set a custom log writer function</li>
89+
<li>Check $XDG_USER_DATA for site grabber configs</li>
90+
<li>Add theme Gruvbox</li>
91+
<li>Fix midnight theme</li>
92+
</ul>
93+
</description>
94+
</release>
7695
<release version="2.10.0" date="2019-07-13">
7796
<description>
7897
<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.10.0',
2+
version: '2.11.0',
33
meson_version: '>= 0.44.1',
44
license: 'GPL-3.0',
55
default_options: ['prefix=/usr']

0 commit comments

Comments
 (0)