Skip to content

Commit

Permalink
Merge pull request #31 from manexim/develop
Browse files Browse the repository at this point in the history
Release version 0.4.2
  • Loading branch information
meisenzahl authored Aug 7, 2019
2 parents 6190dd9 + 031286e commit 547ed28
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
23 changes: 23 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,29 @@
<binary>com.github.manexim.home</binary>
</provides>
​<releases>
<release date="2019-08-07" version="0.4.2">
<description>
<p>New:</p>
<ul>
</ul>
<p>Improved:</p>
<ul>
</ul>
<p>Fixed:</p>
<ul>
<li>Fix of overlapping elements</li>
</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.1">
<description>
<p>New:</p>
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
com.github.manexim.home (0.4.2) bionic; urgency=medium

[NEW]
[IMPROVED]
[FIXED]
* Fix of overlapping elements
[TRANSLATIONS]
* Russian (by camellan)
* French (by NathanBnm)
* German (by meisenzahl)
* Japanese (by ryonakano)
* Portuguese (by aimproxy)
* Polish (by oskarkunik)

-- Marius Meisenzahl <[email protected]> Wed, 07 Aug 2019 19:43:12 +0200

com.github.manexim.home (0.4.1) 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.1";
public const string APP_VERSION = "0.4.2";
}
2 changes: 1 addition & 1 deletion src/views/Overview.vala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Views.Overview : Gtk.ScrolledWindow {
loading_revealer.add (new Pages.LoadingPage ());
loading_revealer.reveal_child = true;

grid.attach (loading_revealer, 0, 1, 1, 1);
grid.attach (loading_revealer, 0, 0, 1, 1);

var devices_label = new Gtk.Label (_("Devices"));
devices_label.get_style_context ().add_class (Granite.STYLE_CLASS_H4_LABEL);
Expand Down

0 comments on commit 547ed28

Please sign in to comment.