From 009ea3a2505191e1a13318f1c3302997913507f5 Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Sun, 10 Nov 2019 15:50:14 +0100 Subject: [PATCH] Release version 0.1.5 --- data/com.github.manexim.news.appdata.xml.in | 20 ++++++++++++++++++++ debian/changelog | 14 ++++++++++++++ src/Config/Constants.vala | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/data/com.github.manexim.news.appdata.xml.in b/data/com.github.manexim.news.appdata.xml.in index e3cafc0..023efe3 100644 --- a/data/com.github.manexim.news.appdata.xml.in +++ b/data/com.github.manexim.news.appdata.xml.in @@ -16,6 +16,26 @@ com.github.manexim.news + + +

New:

+
    +
  • Add cache for images
  • +
  • Show message while loading articles
  • +
+

Improved:

+
    +
+

Fixed:

+
    +
+

Translations:

+
    +
  • French (by NathanBnm)
  • +
  • German (by meisenzahl)
  • +
+
+

New:

diff --git a/debian/changelog b/debian/changelog index 090b9ec..46c81d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 10 Nov 2019 15:45:13 +0100 + + com.github.manexim.news (0.1.4) bionic; urgency=medium [NEW] diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index c7733e6..625ad17 100644 --- a/src/Config/Constants.vala +++ b/src/Config/Constants.vala @@ -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"; }