From d5e7498520b708156e1f523335d4652b7e5e8e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Kihlstr=C3=B6m?= Date: Wed, 6 Jan 2021 18:24:06 +0100 Subject: [PATCH] :bookmark: Update docs & version v0.10.0 --- README.md | 8 ++++---- changelog.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4bc8b6..9bb8197 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St 2. Grab `mini-graph-card-bundle.js`: ``` - $ wget https://github.com/kalkih/mini-graph-card/releases/download/v0.9.4/mini-graph-card-bundle.js + $ wget https://github.com/kalkih/mini-graph-card/releases/download/v0.10.0/mini-graph-card-bundle.js ``` 3. Add the resource reference as decribed below. @@ -37,7 +37,7 @@ If you configure Lovelace via YAML, add a reference to `mini-graph-card-bundle.j ```yaml resources: - - url: /local/mini-graph-card-bundle.js?v=0.9.4 + - url: /local/mini-graph-card-bundle.js?v=0.10.0 type: module ``` @@ -59,7 +59,7 @@ Else, if you prefer the graphical editor, use the menu to add the resource: ```yaml resources: - - url: /local/mini-graph-card-bundle.js?v=0.9.4 + - url: /local/mini-graph-card-bundle.js?v=0.10.0 type: module ``` @@ -109,7 +109,7 @@ Else, if you prefer the graphical editor, use the menu to add the resource: | smoothing | boolean | `true` | v0.8.0 | Whether to make graph line smooth. | state_map | [state map object](#state-map-object) | | v0.8.0 | List of entity states to convert (order matters as position becomes a value on the graph). | value_factor | number | 0 | v0.9.4 | Scale value by order of magnitude (e.g. convert Watts to kilo Watts), use negative value to scale down. -| logarithmic | boolean | `false` | TBD | Use a Logarithmic scale for the graph +| logarithmic | boolean | `false` | v0.10.0 | Use a Logarithmic scale for the graph #### Entities object diff --git a/changelog.md b/changelog.md index cd3a58d..2d353d0 100755 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ +## v0.10.0 + +### ✨ NEW +- Added logarithmic scale option (#468) @Hypfer +- Make card appear in lovelace card picker #493 (#492) @dcs8 +- Display card documentation in HACS @cgoette + +### 🔨 FIXED +- Fix initial graph load when using 'update_interval' option #465 (#452) @PronkMedia + +### 📝 DOCUMENTATION +- Refine & improve manual installation instructions (#416) @theFork +- Reorganize examples (#397) @agneevX +- Spelling fixes in docs (#497) @scop + ## v0.9.4 ### ✨ NEW diff --git a/package.json b/package.json index 1e8c391..5d3af72 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-graph-card", - "version": "0.9.4", + "version": "0.10.0", "description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI", "keywords": [ "home-assistant",