diff --git a/data/com.github.manexim.typewriter.appdata.xml.in b/data/com.github.manexim.typewriter.appdata.xml.in index 61f6ea6..6ffd79f 100644 --- a/data/com.github.manexim.typewriter.appdata.xml.in +++ b/data/com.github.manexim.typewriter.appdata.xml.in @@ -16,6 +16,29 @@ com.github.manexim.typewriter + + +

New:

+
    +
+

Improved:

+
    +
  • Update translations
  • +
+

Fixed:

+
    +
+

Translations:

+
    +
  • French (by NathanBnm)
  • +
  • German (by meisenzahl)
  • +
  • Italian (by mirkobrombin)
  • +
  • Spanish (by onerbs)
  • +
  • Dutch (by Vistausk)
  • +
  • Russian (by logdimov)
  • +
+
+

New:

diff --git a/debian/changelog b/debian/changelog index 1688c6b..192a7f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +com.github.manexim.typewriter (0.4.2) bionic; urgency=medium + +[NEW] +[IMPROVED] + * Update translations +[FIXED] +[TRANSLATIONS] + * French (by NathanBnm) + * German (by meisenzahl) + * Italian (by mirkobrombin) + * Spanish (by onerbs) + * Dutch (by Vistausk) + * Russian (by logdimov) + + -- Marius Meisenzahl Sun, 25 Oct 2020 08:21:35 +0100 + com.github.manexim.typewriter (0.4.1) bionic; urgency=medium [NEW] diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index d5d917b..c74dac5 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.4.1"; + public const string APP_VERSION = "0.4.2"; public const uint WORDS_PER_MINUTE = 265; }