Skip to content

Commit

Permalink
Release version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 10, 2019
1 parent cd98e62 commit 009ea3a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
20 changes: 20 additions & 0 deletions data/com.github.manexim.news.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@
<binary>com.github.manexim.news</binary>
</provides>
<releases>
<release date="2019-11-10" version="0.1.5">
<description>
<p>New:</p>
<ul>
<li>Add cache for images</li>
<li>Show message while loading articles</li>
</ul>
<p>Improved:</p>
<ul>
</ul>
<p>Fixed:</p>
<ul>
</ul>
<p>Translations:</p>
<ul>
<li>French (by NathanBnm)</li>
<li>German (by meisenzahl)</li>
</ul>
</description>
</release>
<release date="2019-11-10" version="0.1.4">
<description>
<p>New:</p>
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
com.github.manexim.news (0.1.5) bionic; urgency=medium

[NEW]
* Add cache for images
* Show message while loading articles
[IMPROVED]
[FIXED]
[TRANSLATIONS]
* French (by NathanBnm)
* German (by meisenzahl)

-- Marius Meisenzahl <[email protected]> Sun, 10 Nov 2019 15:45:13 +0100


com.github.manexim.news (0.1.4) bionic; urgency=medium

[NEW]
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ namespace Config {
public const string APP_ID = "com.github.manexim.news";
public const string APP_AUTHOR = "Manexim";
public const string APP_NAME = _("News Feed");
public const string APP_VERSION = "0.1.4";
public const string APP_VERSION = "0.1.5";
public const string APP_STYLES = "com/github/manexim/news/styles/application.css";
}

0 comments on commit 009ea3a

Please sign in to comment.