Skip to content

Commit

Permalink
Release version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Oct 25, 2020
1 parent 6b7b284 commit eacdb73
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
23 changes: 23 additions & 0 deletions data/com.github.manexim.typewriter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@
<binary>com.github.manexim.typewriter</binary>
</provides>
​<releases>
<release date="2020-10-25" version="0.4.3">
<description>
<p>New:</p>
<ul>
</ul>
<p>Improved:</p>
<ul>
</ul>
<p>Fixed:</p>
<ul>
<li>Fix typo in name of translator</li>
</ul>
<p>Translations:</p>
<ul>
<li>French (by NathanBnm)</li>
<li>German (by meisenzahl)</li>
<li>Italian (by mirkobrombin)</li>
<li>Spanish (by onerbs)</li>
<li>Dutch (by Vistaus)</li>
<li>Russian (by logdimov)</li>
</ul>
</description>
</release>
<release date="2020-10-25" version="0.4.2">
<description>
<p>New:</p>
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
com.github.manexim.typewriter (0.4.3) urgency=medium

[NEW]
[IMPROVED]
[FIXED]
* Fix typo in name of translator
[TRANSLATIONS]
* French (by NathanBnm)
* German (by meisenzahl)
* Italian (by mirkobrombin)
* Spanish (by onerbs)
* Dutch (by Vistaus)
* Russian (by logdimov)

-- Marius Meisenzahl <[email protected]> Sun, 25 Oct 2020 10:43:02 +0100

com.github.manexim.typewriter (0.4.2) bionic; urgency=medium

[NEW]
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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.2";
public const string APP_VERSION = "0.4.3";

public const uint WORDS_PER_MINUTE = 265;
}

0 comments on commit eacdb73

Please sign in to comment.