Skip to content

Commit 009ea3a

Browse files
committed
Release version 0.1.5
1 parent cd98e62 commit 009ea3a

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

data/com.github.manexim.news.appdata.xml.in

+20
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@
1616
<binary>com.github.manexim.news</binary>
1717
</provides>
1818
<releases>
19+
<release date="2019-11-10" version="0.1.5">
20+
<description>
21+
<p>New:</p>
22+
<ul>
23+
<li>Add cache for images</li>
24+
<li>Show message while loading articles</li>
25+
</ul>
26+
<p>Improved:</p>
27+
<ul>
28+
</ul>
29+
<p>Fixed:</p>
30+
<ul>
31+
</ul>
32+
<p>Translations:</p>
33+
<ul>
34+
<li>French (by NathanBnm)</li>
35+
<li>German (by meisenzahl)</li>
36+
</ul>
37+
</description>
38+
</release>
1939
<release date="2019-11-10" version="0.1.4">
2040
<description>
2141
<p>New:</p>

debian/changelog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
com.github.manexim.news (0.1.5) bionic; urgency=medium
2+
3+
[NEW]
4+
* Add cache for images
5+
* Show message while loading articles
6+
[IMPROVED]
7+
[FIXED]
8+
[TRANSLATIONS]
9+
* French (by NathanBnm)
10+
* German (by meisenzahl)
11+
12+
-- Marius Meisenzahl <[email protected]> Sun, 10 Nov 2019 15:45:13 +0100
13+
14+
115
com.github.manexim.news (0.1.4) bionic; urgency=medium
216

317
[NEW]

src/Config/Constants.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ namespace Config {
2323
public const string APP_ID = "com.github.manexim.news";
2424
public const string APP_AUTHOR = "Manexim";
2525
public const string APP_NAME = _("News Feed");
26-
public const string APP_VERSION = "0.1.4";
26+
public const string APP_VERSION = "0.1.5";
2727
public const string APP_STYLES = "com/github/manexim/news/styles/application.css";
2828
}

0 commit comments

Comments
 (0)