From c958d3e40b131c0673415eb9bf2d0dd275af9e9c Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Fri, 28 Aug 2020 22:57:41 +0200 Subject: [PATCH] Release version 0.4.0 --- ...m.github.manexim.typewriter.appdata.xml.in | 24 +++++++++++++++++++ debian/changelog | 21 ++++++++++++++-- src/Config/Constants.vala | 2 +- 3 files changed, 44 insertions(+), 3 deletions(-) diff --git a/data/com.github.manexim.typewriter.appdata.xml.in b/data/com.github.manexim.typewriter.appdata.xml.in index 49b3c8a..5e2bea8 100644 --- a/data/com.github.manexim.typewriter.appdata.xml.in +++ b/data/com.github.manexim.typewriter.appdata.xml.in @@ -16,6 +16,30 @@ com.github.manexim.typewriter + + +

New:

+
    +
  • Respect an OS-wide dark preference
  • +
  • Add actions
  • +
  • Add audio feedback if zoom is not possible
  • +
+

Improved:

+
    +
  • Update translations
  • +
+

Fixed:

+
    +
+

Translations:

+
    +
  • French (by NathanBnm)
  • +
  • German (by meisenzahl)
  • +
  • Italian (by mirkobrombin)
  • +
  • Spanish (by onerbs)
  • +
+
+

New:

diff --git a/debian/changelog b/debian/changelog index ef1f8bf..34d6794 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +com.github.manexim.typewriter (0.4.0) bionic; urgency=medium + +[NEW] + * Respect an OS-wide dark preference + * Add actions + * Add audio feedback if zoom is not possible +[IMPROVED] + * Update translations +[FIXED] +[TRANSLATIONS] + * French (by NathanBnm) + * German (by meisenzahl) + * Italian (by mirkobrombin) + * Spanish (by onerbs) + +-- Marius Meisenzahl Fri, 28 Aug 2020 22:48:43 +0200 + com.github.manexim.typewriter (0.3.2) bionic; urgency=medium [NEW] @@ -10,7 +27,7 @@ com.github.manexim.typewriter (0.3.2) bionic; urgency=medium * Italian (by mirkobrombin) * Spanish (by onerbs) --- Marius Meisenzahl Sun, 23 Aug 2020 17:11:44 +0000 +-- Marius Meisenzahl Sun, 23 Aug 2020 19:11:44 +2000 com.github.manexim.typewriter (0.3.1) bionic; urgency=medium @@ -24,7 +41,7 @@ com.github.manexim.typewriter (0.3.1) bionic; urgency=medium * Italian (by mirkobrombin) * Spanish (by onerbs) --- Marius Meisenzahl Sun, 23 Aug 2020 15:12:46 +0000 +-- Marius Meisenzahl Sun, 23 Aug 2020 17:12:46 +2000 com.github.manexim.typewriter (0.3.0) bionic; urgency=medium diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index a4b277a..a92b70d 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.3.2"; + public const string APP_VERSION = "0.4.0"; public const uint WORDS_PER_MINUTE = 265; }