Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Aug 28, 2020
1 parent a54e903 commit c958d3e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
24 changes: 24 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,30 @@
<binary>com.github.manexim.typewriter</binary>
</provides>
​<releases>
<release date="2020-08-28" version="0.4.0">
<description>
<p>New:</p>
<ul>
<li>Respect an OS-wide dark preference</li>
<li>Add actions</li>
<li>Add audio feedback if zoom is not possible</li>
</ul>
<p>Improved:</p>
<ul>
<li>Update translations</li>
</ul>
<p>Fixed:</p>
<ul>
</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>
</ul>
</description>
</release>
<release date="2020-08-23" version="0.3.2">
<description>
<p>New:</p>
Expand Down
21 changes: 19 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Fri, 28 Aug 2020 22:48:43 +0200

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

[NEW]
Expand All @@ -10,7 +27,7 @@ com.github.manexim.typewriter (0.3.2) bionic; urgency=medium
* Italian (by mirkobrombin)
* Spanish (by onerbs)

-- Marius Meisenzahl <[email protected]> Sun, 23 Aug 2020 17:11:44 +0000
-- Marius Meisenzahl <[email protected]> Sun, 23 Aug 2020 19:11:44 +2000

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

Expand All @@ -24,7 +41,7 @@ com.github.manexim.typewriter (0.3.1) bionic; urgency=medium
* Italian (by mirkobrombin)
* Spanish (by onerbs)

-- Marius Meisenzahl <[email protected]> Sun, 23 Aug 2020 15:12:46 +0000
-- Marius Meisenzahl <[email protected]> Sun, 23 Aug 2020 17:12:46 +2000

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

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.3.2";
public const string APP_VERSION = "0.4.0";

public const uint WORDS_PER_MINUTE = 265;
}

0 comments on commit c958d3e

Please sign in to comment.