From be42ceddf0c2438bb4d49dd88be8e6744b4c4b8c Mon Sep 17 00:00:00 2001 From: kalkih Date: Tue, 2 Oct 2018 00:00:29 +0200 Subject: [PATCH] Updated information for v0.8.3 --- README.md | 7 ++++--- changelog.md | 14 +++++++++++--- tracker.json | 4 ++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 12e8383..73a3a5b 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t ```yaml resources: - - url: /local/mini-media-player.js?v0.8.2 + - url: /local/mini-media-player.js?v=0.8.3 type: module ``` @@ -32,7 +32,7 @@ git clone https://github.com/kalkih/mini-media-player.git ```yaml resources: - - url: /local/mini-media-player/mini-media-player.js?v0.8.2 + - url: /local/mini-media-player/mini-media-player.js?v=0.8.3 type: module ``` @@ -56,7 +56,7 @@ custom_updater: ```yaml resources: - - url: /local/mini-media-player.js?v=0.8.2 + - url: /local/mini-media-player.js?v=0.8.3 type: module ``` @@ -78,6 +78,7 @@ If you went the `git clone` route, just run `git pull` from inside your `config/ | group | boolean | false | v0.1 | Are you using this card inside another card, `entities` for example? Then set this option to true to avoid double paddings and the extra box-shadow. | show_tts | string | optional | v0.2 | If you want to show the TTS input directly on the media player card, specify your [TTS platform](https://www.home-assistant.io/components/tts/) here: `show_tts: google`, `show_tts: amazon_polly`, `show_tts: marytts` e.g. | show_source | string | false | v0.7 | Set this option to `true` to display the current source, set to `small` to hide current source and only display the source button (v0.8.1). +| show_progress | boolean | false | v0.8.3 | Set this option to `true` to show a progress bar when media progress information is available. | hide_power | boolean | false | v0.7 | Set to `true` to hide the power button. | hide_controls | boolean | false | v0.8 | Set to `true` to hide media control buttons (*sets `short_info` to `true`*). | hide_volume | boolean | false | v0.8 | Set to `true` to hide volume controls. (*sets `short_info` to `true`*). diff --git a/changelog.md b/changelog.md index 2bbfa6e..3c6b135 100755 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,15 @@ +## v0.8.3 +- Added: `show_progress` option to show a progress bar when media progress information is available +- Added: support to display media_series_title, media_season & media_episode information when available #13 + + v0.8 example 1 + + v0.8 example 2 + ## v0.8.2 -- Added: `max_volume` option to set a max volume value (between 1 & 100) for the volume slider -- Added: `tracker.json` file for custom_updater support -- Fixed: issue with text wrapping outside the card +- Added: `max_volume` option to set a max volume value (between 1 & 100) for the volume slider #12 +- Added: `tracker.json` file for custom_updater support #7 +- Fixed: issue where text would wrap outside the card ## v0.8.1 - Added: parameter `small` for `show_source`. Hides the current source name and only displays the source button diff --git a/tracker.json b/tracker.json index c0c13f8..030819b 100644 --- a/tracker.json +++ b/tracker.json @@ -1,7 +1,7 @@ { "mini-media-player": { - "updated_at": "2018-10-01", - "version": "0.8.2", + "updated_at": "2018-10-02", + "version": "0.8.3", "remote_location": "https://raw.githubusercontent.com/kalkih/mini-media-player/master/mini-media-player.js", "visit_repo": "https://github.com/kalkih/mini-media-player", "changelog": "https://github.com/kalkih/mini-media-player/releases/latest"