Skip to content

Commit

Permalink
🔖 Update docs & version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Dec 12, 2019
1 parent 98a48a2 commit a4c1ac8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t

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

Expand All @@ -32,14 +32,14 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t
2. Grab `mini-media-player-bundle.js`

```console
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.4.2/mini-media-player-bundle.js
$ wget https://github.com/kalkih/mini-media-player/releases/download/v1.5.0/mini-media-player-bundle.js
```

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

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

Expand All @@ -64,7 +64,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t

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

Expand Down
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## v1.4.2
## v1.5.0
### ADDED
- Option to display image in shortcut #146 (#192) - (@tcarlsen)
- Tap action option #174 (#191) - (@darkkatarsis)
- Option for card UI scale #156 (#187)
- Theme variable for card UI scale #156 (#187)
- Theme variable for card background opacity #189
- Shortcut example with service call (#196) - (@exetico)

### FIXED
- Source dropdown not updating with backend #184
- Invalid icon color
- Clipped/Cut off volume pin #185

## v1.4.2
### ADDED
- Optional stop / play_stop button #167 (#177) - (@guillaumelamirand)
- Theme variable for linear color stop in `full-cover` mode (#178) - (@guillaumelamirand)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-media-player",
"version": "v1.4.2",
"version": "v1.5.0",
"description": "A minimalistic yet customizable media player card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down
6 changes: 3 additions & 3 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"mini-media-player-bundle": {
"updated_at": "2019-11-02",
"version": "1.4.2",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.4.2/mini-media-player-bundle.js",
"updated_at": "2019-12-12",
"version": "1.5.0",
"remote_location": "https://github.com/kalkih/mini-media-player/releases/download/v1.5.0/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 a4c1ac8

Please sign in to comment.