Skip to content

Commit 7b7b5c5

Browse files
committed
Release v0.5.0
* Recalculate width/height on window resize * Make the arrows sharper * Use css variables to allow theming * Allow config extra css styles
1 parent 4753948 commit 7b7b5c5

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Home Assistant setup
1010

11-
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.4.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
11+
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.5.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
1212

1313
In `configuration.yaml`:
1414
``` yaml
@@ -29,7 +29,7 @@ and in `ui-lovelace.yaml`:
2929

3030
``` yaml
3131
resources:
32-
- url: /local/zigbee2mqtt-networkmap.js?v=0.4.0
32+
- url: /local/zigbee2mqtt-networkmap.js?v=0.5.0
3333
type: module
3434

3535
views:
@@ -73,29 +73,36 @@ change version string in `ui-lovelace.yaml`:
7373

7474
``` yaml
7575
resources:
76-
- url: /local/zigbee2mqtt-networkmap.js?v=0.4.0 # change `v=0.3.0` to `v=0.4.0`
76+
- url: /local/zigbee2mqtt-networkmap.js?v=0.5.0 # change `v=0.4.0` to `v=0.5.0`
7777
type: module
7878
```
7979
8080
And then refresh the browser.
8181
8282
## Changelog
8383
84+
#### [0.5.0] - 2019-08-27
85+
86+
* Recalculate width/height on window resize
87+
* Make the arrows sharper
88+
* Use css variables to allow theming
89+
* Allow config extra css styles
90+
8491
#### [0.4.0] - 2019-08-23
8592
86-
Workaround empty map problem in Firefox.
93+
* Workaround empty map problem in Firefox.
8794
8895
#### [0.3.0] - 2019-08-22
8996
90-
Filter all dead links.
97+
* Filter all dead links.
9198
9299
#### [0.2.0] - 2019-08-22
93100
94-
Filter links with address 0x0000000000000000.
101+
* Filter links with address 0x0000000000000000.
95102
96103
#### [0.1.0] - 2019-08-15
97104
98-
Initial release.
105+
* Initial release.
99106
100107
## Development
101108

0 commit comments

Comments
 (0)