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

Commit 1ee1b6b

Browse files
committed
Setup v2.5.1 release
1 parent ea64269 commit 1ee1b6b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@
5151
<binary>feedreader</binary>
5252
</provides>
5353
<releases>
54+
<release version="2.5.1" date="2018-11-29">
55+
<description>
56+
<ul>
57+
<li>Add right-click menu on article rows to copy URL</li>
58+
<li>Try to unlock the keyring when we use it instead of at startup</li>
59+
<li>Change how we delete categories so feeds and subcategories are recategorized correctly</li>
60+
<li>Feedbin Plugin: Mark Feedbin as free software</li>
61+
</ul>
62+
</description>
63+
</release>
5464
<release version="2.5.0" date="2018-11-23">
5565
<description>
5666
<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.5.0',
2+
version: '2.5.1',
33
meson_version: '>= 0.44.1',
44
license: 'GPL-3.0',
55
default_options: ['prefix=/usr']

0 commit comments

Comments
 (0)