Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 905 Bytes

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 905 Bytes

Version: 1.0.0

* initial working version of the mqtt-panel

Version 1.0.1

* fixed exception on wrong mqtt server url
* panel variables can be used in server config section
* slider debounced to reduce traffic    

Version 1.0.2

* added basic auth
* fixed some issues with updating
* some refactoring

Version 1.0.3

* Security fix: bump jquery 3.5.0
* Security fix: bump websocket-extension to 0.1.4
* Security fix: bump angular to 1.8.0

Version 1.0.4

* Security fix: bump elliptic to 6.5.3
* Changes in build process for Grafana

Verion 1.0.5

* Fixed errors in plugin.json

Version 1.0.6

* Securitiy fixes: bumped some critical dependencies
* Fixed compiling issues (#12)
* All option fields can process Grafana variables now
* Added button widget (thx to ManuelBu96)

Version 1.0.7

  • Fixed switch issue (#23)