From 7355d69e89e750a61438a9ec2183d617b4b64806 Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Tue, 3 Aug 2021 12:51:12 +0200 Subject: [PATCH] Release version 0.5.0 --- ...m.github.manexim.typewriter.appdata.xml.in | 24 +++++++++++++++++++ src/Config/Constants.vala | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/data/com.github.manexim.typewriter.appdata.xml.in b/data/com.github.manexim.typewriter.appdata.xml.in index 2a6184a..f74d10a 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:

+
    +
  • Using Hdy.Window for rounded corners
  • +
  • Support dark style preference
  • +
+

Improved:

+
    +
+

Fixed:

+
    +
+

Translations:

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

New:

diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala index 7af6cf5..472c03e 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.3"; + public const string APP_VERSION = "0.5.0"; public const uint WORDS_PER_MINUTE = 265; }