v0.11.0
What's Changed
Featured Changes ✨
- HKSV: Skip
updateRecordingActive
delegate call if value didn't change by @Supereg in #944 - Update service and characteristic definitions to iOS 16 by @Supereg in #977
- Document that
DOORBELL
EventTriggerOption is not supported by HomeKit client side by @Supereg in #979 - Add
systemd-resolved
mDNS advertiser support by @elyscape in #965 - Register listener on the dbus interface to detect Avahi deamon restarts by @Supereg in #970
- Improve test coverage by @Supereg in #973
- Introduce new groups in the technical documentation by @Supereg in #984
Bug Fixes 🐛
- Update Characteristic value when
setProps
called by @Shaquu in #902 - Iterate on characteristic value correction when calling
setProps
by @Supereg in #978 - Ensure
updateCharacteristic
andsetCharacteristic
method signatures are in sync withupdateValue
andsetValue
by @Supereg in #981 - Ensure systemd-resolved has mDNS enabled by @elyscape in #982
- Remove accidental usage of private jest type by @Supereg in #983
Other Changes
New Contributors
Full Changelog: v0.10.4...v0.11.0