Releases: NRCHKB/node-red-contrib-homekit-bridged
Releases · NRCHKB/node-red-contrib-homekit-bridged
v1.0.2
Added warning to README
⚠️ WARNING ⚠️
Version 1.0.X upgrade is a breaking change. Please review the release notes thoroughly before updating!
v1.0.1
Lost backward compatibility. In order to make it work read this notice.
Fixed
- Node id macify algorithm changed #170
- Corrections regarding issue #12 so that changes can be deployed without restarting node-red
- Automatically creating a new service and replacing the old one if the service type changed
- Automatically replacing an accessory with a new one if the accessory information changes (e.g. Name, Manufacturer, ...)
- Video Filter value in Camera Control is now optional #194 (can be empty, before it was generated if was empty)
- Removed updateReachability as it is deprecated (and doesn't make a difference)
Added
- After Service selection in node configuration Category will be automatically set to default for Service
- Interface Name for Camera Service configuration
- Support for new TV Remote services
- Now first output is for onChange, second for onSet and third for camera snapshot. #200
- Sponsor Button on repository page
Changed
- Accessory Category in node configuration moved under Service selection
- Clarify NO_RESPONSE in README
- Update node-red version in dependencies
- Camera Service source code to match newest improvements in homebridge-camera-ffmpeg
- Update to latest HAP-NodeJS
- Removed unnecessary accessory category from service node
- Removed fields Manufacturer, Serial Number and Model from linked service nodes
- Moved eslint and prettier configuration to package.json
- Added automatic linting on pre-commit
v0.8.0
v0.7.1
v0.7.0
Added
- CHANGELOG page introduction
- travis autodeploy to npm on pushed tags
- Change from "characteristic-change" to "set" to listen to HAP-NodeJS events
- Sorted Service Type list in UI
- Camera support (RTSP, Video Doorbell and others)
- RemoteKey value now appears in node output!
- HAP-NodeJS version changed to latest (0.5.0)
- Added Accessory Category field for Parent Service
- More code refactoring
- Newest HomeKit Docs uploaded
- Security hints
- And more...
Changed
- MIT license
- Better node-red tests
- Pretiefied and linted code!
- Support for node 8 and 10 only
- Github Actions for automatic tests and publish
- And more...
Fixed
- Removed read/write boundaries for Characteristics
- And more...
v0.6.2
v0.6.1
Merge pull request #71 from NRCHKB/dev Release 0.6.1 - Fixes for #22 and #66 - Some renaming to our new organisation name - reintroduced debug mode for our module, run with DEBUG=NRCHKB node-red - some small changes to process of finding Parent Service as Linked Service
v0.6.0
Major changes:
Linked Services - #41
Mdns Configuration - #44
Filter on topic
NO_RESPONSE trigger - #48
onIdentify - #54
Additional:
redesigned README
added automatic tests for building project, code quality and finding vulnerabilities
And more!
Huge thanks to:
@crxporter
@radionoise
@flic
@emilingerslev
@radokristof
If you ever experience huge issue then the first thing is to restart node-red.
Second to remove Bridge and create it as new.
If you have any questions regarding new features that are not enough described on README or wiki then please open an Issue!