diff --git a/data/com.github.manexim.news.appdata.xml.in b/data/com.github.manexim.news.appdata.xml.in index c34b1d8..e3cafc0 100644 --- a/data/com.github.manexim.news.appdata.xml.in +++ b/data/com.github.manexim.news.appdata.xml.in @@ -16,6 +16,20 @@ com.github.manexim.news + + +

New:

+
    +
+

Improved:

+
    +
+

Fixed:

+
    +
  • Set title in HeaderBar
  • +
+
+

New:

diff --git a/debian/changelog b/debian/changelog index 2d18ccd..090b9ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -com.github.manexim.news (0.132) bionic; urgency=medium +com.github.manexim.news (0.1.4) bionic; urgency=medium + +[NEW] +[IMPROVED] +[FIXED] + * Set title in HeaderBar + + -- Marius Meisenzahl Sun, 10 Nov 2019 12:38:37 +0100 + +com.github.manexim.news (0.1.3) bionic; urgency=medium [NEW] [IMPROVED] diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index 3e0048c..c7733e6 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.3"; + public const string APP_VERSION = "0.1.4"; public const string APP_STYLES = "com/github/manexim/news/styles/application.css"; }