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

Commit fb074d3

Browse files
committed
v2.10 release
1 parent b7230c4 commit fb074d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
<developer_name>Jan Lukas Gernert</developer_name>
7474
<project_group>GNOME</project_group>
7575
<releases>
76+
<release version="2.10.0" date="2019-07-13">
77+
<description>
78+
<ul>
79+
<li>Fix handling of escaped HTML in articles and titles</li>
80+
<li>TT-RSS: Fix support for HTTP auth in addition to TT-RSS auth</li>
81+
</ul>
82+
</description>
83+
</release>
7684
<release version="2.9.2" date="2019-03-28">
7785
<description>
7886
<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.9.2',
2+
version: '2.10.0',
33
meson_version: '>= 0.44.1',
44
license: 'GPL-3.0',
55
default_options: ['prefix=/usr']

0 commit comments

Comments
 (0)