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 4, 2019
1 parent ad6b005 commit d2cecd3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
36 changes: 35 additions & 1 deletion data/com.github.manexim.home.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,35 @@
<category>Network</category>
</categories>
<provides>
<binary>com.github.manexim.home</binary>
<binary>com.github.manexim.home</binary>
</provides>
​<releases>
<release date="2019-08-04" version="0.4.0">
<description>
<p>New:</p>
<ul>
<li>Set custom device icons</li>
<li>Set dim level for dimmable bulbs</li>
<li>Set color for supported bulbs</li>
</ul>
<p>Improved:</p>
<ul>
<li>UI styling</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-07-04" version="0.3.0">
<description>
<p>New:</p>
Expand Down Expand Up @@ -98,6 +124,14 @@
<caption></caption>
<image>https://raw.githubusercontent.com/manexim/home/master/data/screenshots/005.png</image>
</screenshot>
<screenshot>
<caption></caption>
<image>https://raw.githubusercontent.com/manexim/home/master/data/screenshots/006.png</image>
</screenshot>
<screenshot>
<caption></caption>
<image>https://raw.githubusercontent.com/manexim/home/master/data/screenshots/007.png</image>
</screenshot>
</screenshots>
<developer_name>Manexim</developer_name>
<url type="homepage">https://github.com/manexim</url>
Expand Down
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
com.github.manexim.home (0.4.0) bionic; urgency=medium

[NEW]
* Set custom device icons
* Set dim level for dimmable bulbs
* Set color for supported bulbs
[IMPROVED]
* UI styling
[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, 04 Aug 2019 12:49:14 +0200

com.github.manexim.home (0.3.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.3.0";
public const string APP_VERSION = "0.4.0";
}

0 comments on commit d2cecd3

Please sign in to comment.