Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Aug 7, 2019
1 parent 8b2126b commit d8ddca3
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.home.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,29 @@
<binary>com.github.manexim.home</binary>
</provides>
​<releases>
<release date="2019-08-07" version="0.4.1">
<description>
<p>New:</p>
<ul>
</ul>
<p>Improved:</p>
<ul>
</ul>
<p>Fixed:</p>
<ul>
<li>Show loading page if no device is found</li>
</ul>
<p>Translations:</p>
<ul>
<li>Russian (by camellan)</li>
<li>French (by NathanBnm)</li>
<li>German (by meisenzahl)</li>
<li>Japanese (by ryonakano)</li>
<li>Portuguese (by aimproxy)</li>
<li>Polish (by oskarkunik)</li>
</ul>
</description>
</release>
<release date="2019-08-04" version="0.4.0">
<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.home (0.4.1) bionic; urgency=medium

[NEW]
[IMPROVED]
[FIXED]
* Show loading page if no device is found
[TRANSLATIONS]
* Russian (by camellan)
* French (by NathanBnm)
* German (by meisenzahl)
* Japanese (by ryonakano)
* Portuguese (by aimproxy)
* Polish (by oskarkunik)

-- Marius Meisenzahl <[email protected]> Wed, 07 Aug 2019 06:56:37 +0200

com.github.manexim.home (0.4.0) 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,5 +23,5 @@ namespace Config {
public const string APP_ID = "com.github.manexim.home";
public const string APP_AUTHOR = "Manexim";
public const string APP_NAME = "Home";
public const string APP_VERSION = "0.4.0";
public const string APP_VERSION = "0.4.1";
}

0 comments on commit d8ddca3

Please sign in to comment.