Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 3, 2019
1 parent f55b398 commit 7c19eea
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
24 changes: 24 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,30 @@
<binary>com.github.manexim.home</binary>
</provides>
​<releases>
<release date="2019-11-03" version="0.5.0">
<description>
<p>New:</p>
<ul>
<li>Use color picker to set color of smart bulbs</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>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-07" version="0.4.2">
<description>
<p>New:</p>
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
com.github.manexim.home (0.5.0) bionic; urgency=medium

[NEW]
* Use color picker to set color of smart bulbs
[IMPROVED]
* Show an error page if network is not available
[FIXED]
[TRANSLATIONS]
* Russian (by camellan)
* French (by NathanBnm)
* German (by meisenzahl)
* Japanese (by ryonakano)
* Portuguese (by aimproxy)
* Polish (by oskarkunik)

-- Marius Meisenzahl <[email protected]> Sun, 03 Nov 2019 14:24:03 +0100

com.github.manexim.home (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,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.2";
public const string APP_VERSION = "0.5.0";
}

0 comments on commit 7c19eea

Please sign in to comment.