diff --git a/data/com.github.manexim.typewriter.appdata.xml.in b/data/com.github.manexim.typewriter.appdata.xml.in index 52b4ca2..16ccca3 100644 --- a/data/com.github.manexim.typewriter.appdata.xml.in +++ b/data/com.github.manexim.typewriter.appdata.xml.in @@ -16,6 +16,25 @@ com.github.manexim.typewriter + + +

New:

+
    +
  • Add menu to set zoom level
  • +
+

Improved:

+
    +
+

Fixed:

+
    +
+

Translations:

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

Use bottom bar instead of overlay

diff --git a/debian/changelog b/debian/changelog index f78af85..da60022 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +com.github.manexim.typewriter (0.3.0) bionic; urgency=medium + +[NEW] + * Add menu to set zoom level +[IMPROVED] +[FIXED] +[TRANSLATIONS] + * French (by NathanBnm) + * German (by meisenzahl) + + -- Marius Meisenzahl Sat, 15 Feb 2020 13:20:34 +0100 + com.github.manexim.typewriter (0.2.0) bionic; urgency=medium * Use bottom bar instead of overlay diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index 518f5be..58c7670 100644 --- a/src/Config/Constants.vala +++ b/src/Config/Constants.vala @@ -23,7 +23,7 @@ namespace Config { public const string APP_ID = "com.github.manexim.typewriter"; public const string APP_AUTHOR = "Manexim"; public const string APP_NAME = "Typewriter"; - public const string APP_VERSION = "0.2.0"; + public const string APP_VERSION = "0.3.0"; public const uint WORDS_PER_MINUTE = 265; }