Skip to content

Commit

Permalink
Pumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Nov 10, 2018
1 parent f3309ff commit 494d5d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t

```yaml
resources:
- url: /local/mini-media-player-bundle.js?v=0.9.1
- url: /local/mini-media-player-bundle.js?v=0.9.2
type: module
```
Expand All @@ -26,14 +26,14 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
- Grab `mini-media-player-bundle.js`

```
$ wget https://github.com/kalkih/mini-media-player/releases/download/v0.9.1/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v0.9.2/mini-media-player-bundle.js
```

- Add a reference to `mini-media-player-bundle.js` inside your `ui-lovelace.yaml`.

```yaml
resources:
- url: /local/mini-media-player-bundle.js?v=0.9.1
- url: /local/mini-media-player-bundle.js?v=0.9.2
type: module
```

Expand All @@ -47,7 +47,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
custom_updater:
card_urls:
- https://raw.githubusercontent.com/kalkih/mini-media-player/master/tracker.json
```
```

## Updating
**Important:** If you are updating from a version prior to v0.5, make sure you change `- type: js` to `- type: module` in your reference to the card in your `ui-lovelace.ysml`.
Expand All @@ -60,7 +60,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t

```yaml
resources:
- url: /local/mini-media-player-bundle.js?v=0.9.1
- url: /local/mini-media-player-bundle.js?v=0.9.2
type: module
```

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.9.2
- Changed: volume button icons, to not confuse with mute #26
- Changed: adjusted scroll speed for *(scroll_info)*
- Fixed: improved browser compatibility by removing object spread syntax #25 #27
- Fixed: alignment of shuffle button while `volume_stateless` set to `true`
- Fixed: alignment of source button in HA > 0.81.6

## v0.9.1
- Added: hide_media_info option #23
- Added: consider_pause_idle option, to render the player idle while it's paused
Expand Down
10 changes: 5 additions & 5 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"mini-media-player": {
"updated_at": "2018-11-6",
"version": "0.9.1",
"updated_at": "2018-11-10",
"version": "0.9.2",
"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"
},
"mini-media-player-bundle": {
"updated_at": "2018-11-6",
"version": "0.9.1",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v0.9.1/mini-media-player-bundle.js",
"updated_at": "2018-11-10",
"version": "0.9.2",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v0.9.2/mini-media-player-bundle.js",
"visit_repo": "https://github.com/kalkih/mini-media-player",
"changelog": "https://github.com/kalkih/mini-media-player/releases/latest"
}
Expand Down

0 comments on commit 494d5d2

Please sign in to comment.