Skip to content

Commit d8ddca3

Browse files
committed
Release version 0.4.1
1 parent 8b2126b commit d8ddca3

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

data/com.github.manexim.home.appdata.xml.in

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,29 @@
2121
<binary>com.github.manexim.home</binary>
2222
</provides>
2323
​<releases>
24+
<release date="2019-08-07" version="0.4.1">
25+
<description>
26+
<p>New:</p>
27+
<ul>
28+
</ul>
29+
<p>Improved:</p>
30+
<ul>
31+
</ul>
32+
<p>Fixed:</p>
33+
<ul>
34+
<li>Show loading page if no device is found</li>
35+
</ul>
36+
<p>Translations:</p>
37+
<ul>
38+
<li>Russian (by camellan)</li>
39+
<li>French (by NathanBnm)</li>
40+
<li>German (by meisenzahl)</li>
41+
<li>Japanese (by ryonakano)</li>
42+
<li>Portuguese (by aimproxy)</li>
43+
<li>Polish (by oskarkunik)</li>
44+
</ul>
45+
</description>
46+
</release>
2447
<release date="2019-08-04" version="0.4.0">
2548
<description>
2649
<p>New:</p>

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
com.github.manexim.home (0.4.1) bionic; urgency=medium
2+
3+
[NEW]
4+
[IMPROVED]
5+
[FIXED]
6+
* Show loading page if no device is found
7+
[TRANSLATIONS]
8+
* Russian (by camellan)
9+
* French (by NathanBnm)
10+
* German (by meisenzahl)
11+
* Japanese (by ryonakano)
12+
* Portuguese (by aimproxy)
13+
* Polish (by oskarkunik)
14+
15+
-- Marius Meisenzahl <[email protected]> Wed, 07 Aug 2019 06:56:37 +0200
16+
117
com.github.manexim.home (0.4.0) bionic; urgency=medium
218

319
[NEW]

src/config/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ namespace Config {
2323
public const string APP_ID = "com.github.manexim.home";
2424
public const string APP_AUTHOR = "Manexim";
2525
public const string APP_NAME = "Home";
26-
public const string APP_VERSION = "0.4.0";
26+
public const string APP_VERSION = "0.4.1";
2727
}

0 commit comments

Comments
 (0)