Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Feb 14, 2020
1 parent 716cfb4 commit 8a047d9
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
22 changes: 22 additions & 0 deletions data/com.github.manexim.messages.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@
<binary>com.github.manexim.messages</binary>
</provides>
<releases>
<release date="2020-02-14" version="0.2.0">
<description>
<p>New:</p>
<ul>
<li>Add native notification support</li>
<li>Show number of all unread notifications in the badge icon of the app</li>
<li>Open corresponding tab when clicking a notification</li>
</ul>
<p>Improved:</p>
<ul>
<li>Show an error page if network is not available</li>
</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-09" version="0.1.0">
<description>
<p>Initial release</p>
Expand Down
Binary file modified data/screenshots/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
com.github.manexim.messages (0.2.0) bionic; urgency=medium

[NEW]
* Add native notification support
* Show number of all unread notifications in the badge icon of the app
* Open corresponding tab when clicking a notification
[IMPROVED]
[FIXED]
[TRANSLATIONS]
* French (by NathanBnm)
* German (by meisenzahl)

-- Marius Meisenzahl <[email protected]> Fri, 14 Feb 2020 17:49:36 +0100

com.github.manexim.messages (0.1.0) bionic; urgency=medium

* Initial release
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,5 +23,5 @@ namespace Config {
public const string APP_ID = "com.github.manexim.messages";
public const string APP_AUTHOR = "Manexim";
public const string APP_NAME = _("Messages");
public const string APP_VERSION = "0.1.0";
public const string APP_VERSION = "0.2.0";
}

0 comments on commit 8a047d9

Please sign in to comment.