Skip to content

Commit

Permalink
Updated with version 0.7 information
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Sep 22, 2018
1 parent 2e5b5d4 commit e0584fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resources:

```yaml
resources:
- url: /local/mini-media-player.js?ver=0.6
- url: /local/mini-media-player.js?ver=0.7
type: module
```

Expand All @@ -71,7 +71,7 @@ If you went the `git clone` route, just run `git pull` from inside your `config/
| artwork | string | default | v0.4 | Set to `cover` to have artwork displayed as the cards background *(looks best for ungrouped cards without a title)*.
| artwork_border | boolean | false | v0.3 | Set to `true` to display a border around media artwork, border color changes depending on playing state.
| power_color | boolean | false | v0.4 | Set to `true` to have the power button change color based on power on/off.
| hide_poweer | boolean | false | v0.7 | Set to `true` to hide the power button.
| hide_power | boolean | false | v0.7 | Set to `true` to hide the power button.
| volume_stateless | boolean | false | v0.6 | Set to `true` to swap out the volume slider for volume up/down buttons (useful for media players that doesn't support volume state).

### Example usage
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## v0.7
- Added: `show_source` option to display source and source select dropdown
- Added: `hide_power` option to hide power button
- Added: check before render to only render if necessary
- Changed: previous and next buttons to the proper ones `mdi:forward` & `mdi:backward` to `mdi:next` & `mdi:previous`
- Fixed: issue with `artwork: cover` displaying over optional card title

## v0.6
Expand Down
2 changes: 1 addition & 1 deletion mini-media-player.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* mini-media-player - version: v0.6 */
/* mini-media-player - version: v0.7 */
import { LitElement, html } from 'https://unpkg.com/@polymer/lit-element@^0.6.1/lit-element.js?module';

class MiniMediaPlayer extends LitElement {
Expand Down

0 comments on commit e0584fb

Please sign in to comment.