Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Feb 15, 2020
1 parent d84824d commit cdc81d9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
19 changes: 19 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,25 @@
<binary>com.github.manexim.typewriter</binary>
</provides>
​<releases>
<release date="2020-02-15" version="0.3.0">
<description>
<p>New:</p>
<ul>
<li>Add menu to set zoom level</li>
</ul>
<p>Improved:</p>
<ul>
</ul>
<p>Fixed:</p>
<ul>
</ul>
<p>Translations:</p>
<ul>
<li>French (by NathanBnm)</li>
<li>German (by meisenzahl)</li>
</ul>
</description>
</release>
<release date="2020-02-08" version="0.2.0">
<description>
<p>Use bottom bar instead of overlay</p>
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
com.github.manexim.typewriter (0.3.0) bionic; urgency=medium

[NEW]
* Add menu to set zoom level
[IMPROVED]
[FIXED]
[TRANSLATIONS]
* French (by NathanBnm)
* German (by meisenzahl)

-- Marius Meisenzahl <mariusmeisenzahl@gmail.com> Sat, 15 Feb 2020 13:20:34 +0100

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

* Use bottom bar instead of overlay
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.2.0";
public const string APP_VERSION = "0.3.0";

public const uint WORDS_PER_MINUTE = 265;
}

0 comments on commit cdc81d9

Please sign in to comment.