-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99003f3
commit 2148d55
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
} |