Changed
- chore: keep test files out of the published package
- chore(github): run the build and tests in ci, on node 22, 24 and 26
- chore: use the same lint setup across every plugin
- chore: add a changelog:sync script to populate the pending section from the commits
- chore: count a repeated commit subject once when syncing the changelog
- chore(github): check the changelog against the commits in ci
- chore(deps): dependency updates
- chore: restore the original author and remove personal funding links
- docs: add node 26 to the supported node versions
- chore: allow dependency install scripts by package name rather than pinned version, so a version bump cannot silently block a native build
- chore: exclude test files and the test config from the published package
- fix: restore debug logging when the plugin runs in a child bridge
- fix: keep the locks in matter mode when a restart needs a new verification code
- fix: recover from a failed matter poll instead of crashing the bridge and stopping for good
- fix: actually remove the lock and contact sensor tiles when they are set to be hidden
- fix: report a failed first refresh or event subscription rather than ending the process
- fix: honour a lock's own refresh rate, including setting it to zero to stop polling it
- fix: stop the poll loop, heartbeat and lock subscriptions when homebridge shuts down
- fix: clamp the poll interval, so a very large refresh rate cannot make it poll every millisecond