v2.14.0
2.14.0 (2021-02-28)
Important Notes
For NodeJS installs: This release drops official support for NodeJS 10.x, as its nearing EOL later this year. It is recommended that you upgrade to NodeJS 14.x, although anything 12.x and up is supported. You can use the following commands to do so:
For Pi Zero devices:
wget -O - https://gist.githubusercontent.com/mKeRix/88b7b81e9bca044f74de1dc51696efb2/raw/799a20bca44cc61d8f8ae93878f2f28af8365a69/getNodeLTS.sh | bash
For Ubuntu/Debian devices (e.g. Raspberry Pi 3 or 4):
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
For other devices check the official installation docs
Bug Fixes
- bluetooth: respect connecting state during retry (8f36d87)
- entities: prevent dates from being proxied (d861486)