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 Jun 14, 2019
1 parent 99003f3 commit 2148d55
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
20 changes: 20 additions & 0 deletions data/com.github.manexim.home.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@
<binary>com.github.manexim.home</binary>
</provides>
​<releases>
<release date="2019-06-14" version="0.2.0">
<description>
<p>New:</p>
<ul>
<li>Add welcome view for onboarding</li>
<li>Show loading page if no smart home gadget is found</li>
<li>Show manufacturer and model of device</li>
</ul>
<p>Improved:</p>
<ul>
<li>Save and load window settings</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Remove mention of elementary OS in app description</li>
<li>Suffix symbolic icon names with -symbolic</li>
<li>Install all available icon sizes</li>
</ul>
</description>
</release>
<release date="2019-06-11" version="0.1.0">
<description>
<p>Initial release</p>
Expand Down
19 changes: 18 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
com.github.manexim.home (0.2.0) bionic; urgency=medium

[NEW]
* Add welcome view for onboarding
* Show loading page if no smart home gadget is found
* Show manufacturer and model of device
[IMPROVED]
* Save and load window settings
[FIXED]
* Remove mention of elementary OS in app description
* Suffix symbolic icon names with -symbolic
* Install all available icon sizes

-- Marius Meisenzahl <[email protected]> Fri, 14 Jun 2019 09:28:04 +0200

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

* Initial Release.
* Initial Release.

-- Marius Meisenzahl <[email protected]> Tue, 11 Jun 2019 21:06:00 +0200
2 changes: 1 addition & 1 deletion src/config/Constants.vala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace Config {
public const string APP_ID = "com.github.manexim.home";
public const string APP_NAME = "Home";
public const string APP_VERSION = "0.1.0";
public const string APP_VERSION = "0.2.0";
}

0 comments on commit 2148d55

Please sign in to comment.