You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Make sure to use the same name of the sensor defined under `configuration.yaml`,
52
52
53
53
### Frontend setup (YAML mode)
54
54
55
-
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.8.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
55
+
Download [`zigbee2mqtt-networkmap.js`](https://github.com/azuwis/zigbee2mqtt-networkmap/releases/download/v0.9.0/zigbee2mqtt-networkmap.js) and put it into `<config-directory>/www/` directory.
@@ -111,7 +111,7 @@ change version string in `configuration.yaml`:
111
111
112
112
``` yaml
113
113
resources:
114
-
- url: /local/zigbee2mqtt-networkmap.js?v=0.8.0 # change `v=0.7.0` to `v=0.8.0`
114
+
- url: /local/zigbee2mqtt-networkmap.js?v=0.9.0 # change `v=x.x.x` to `v=0.9.0`
115
115
type: module
116
116
```
117
117
@@ -137,6 +137,11 @@ https://github.com/Koenkk/zigbee2mqtt/issues/2436 for discussion.
137
137
138
138
## Changelog
139
139
140
+
#### [0.9.0] - 2024-02-29
141
+
142
+
* Fix link label text position and node text background #53
143
+
* Add Github actions to build and release
144
+
140
145
#### [0.8.0] - 2023-05-29
141
146
142
147
* Allow config mqtt full topic and payload, see [Backend setup](#backend-setup) and [Issue #45](https://github.com/azuwis/zigbee2mqtt-networkmap/issues/45)
0 commit comments