From a648de89eb9fa08d0381499253036b085f7c4459 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Fri, 27 Sep 2019 10:59:24 +0300 Subject: [PATCH] Update and rename whats_new_0.6.7.md to whats_new_0.7.0.md --- service/{whats_new_0.6.7.md => whats_new_0.7.0.md} | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) rename service/{whats_new_0.6.7.md => whats_new_0.7.0.md} (62%) diff --git a/service/whats_new_0.6.7.md b/service/whats_new_0.7.0.md similarity index 62% rename from service/whats_new_0.6.7.md rename to service/whats_new_0.7.0.md index cb9cee9..97698b5 100644 --- a/service/whats_new_0.6.7.md +++ b/service/whats_new_0.7.0.md @@ -1,4 +1,4 @@ -# 0.6.7 +# 0.7.0 - **Tablet UI** - cards now distributed evenly by columns depending on screen width. Entity page for tablets and phones in landscape now will be shown as a panel in the right part of the screen. - **Independent service calls**. Now services will be called with http post request instead of waiton for socket connection. You can try to interact with entities even if there is "loading" indicator displayed. - **Media players quick access**. The "TV" button in app header will now show the ammout of currently active media players (state `playing`, `paused` or `idle`). You can open media player page right from there to control it. @@ -6,11 +6,3 @@ - **Switch media player**. Going to another room? No problems, now you can switch currently playing media from one player to another. - Entity history and attributes are now hidden by default on entity page and can be viewed expanding corresponding panel. - "What's new" page -# 0.6.6 -- **Share media url to any media_player!** You can now use Android share menu to share any url to HA Client. HA Client will ask you to choose one of your media players and try to play that media on selected player. Media extractor also supported. -- **Gauge card** support -- **Lovelace view as panel** support -- **Glance card improvements**. It will now fit as many icons as you set in config. -- Conditional card fix -- Camera stream now will be launched in Chrome Custom Tab, not in webview to fix initial scale issues. -- Button-entity card improvements. It's just looks better now.