-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0 #1042
v1.0.0 #1042
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 570abdc - Browse repository at this point
Copy the full SHA 570abdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f23d9a - Browse repository at this point
Copy the full SHA 7f23d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69e417 - Browse repository at this point
Copy the full SHA e69e417View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd6de7 - Browse repository at this point
Copy the full SHA ddd6de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e74efd9 - Browse repository at this point
Copy the full SHA e74efd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8cea0 - Browse repository at this point
Copy the full SHA 4a8cea0View commit details -
Build issues - https://github.com/homebridge/HAP-NodeJS/actions/runs/…
…9630265250/job/26560643600 (#1041) * ciao beta * Resolve node-build issues https://github.com/homebridge/HAP-NodeJS/actions/runs/9630265250/job/26560643600 * Update HAPServer.spec.ts * Fix lint issues * Fix lint issues * Revert "ciao beta" This reverts commit fb01c53. * Fix lint issues --------- Co-authored-by: Donavan Becker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1717764 - Browse repository at this point
Copy the full SHA 1717764View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6618ad - Browse repository at this point
Copy the full SHA d6618adView commit details -
AdaptiveLightingController fix & improvement (#1038)
* AdaptiveLightingController on update should provide some data without the need to build it yourself * Fix TypeError * Fixed linting and test issues * Typedoc fixes * Updated examples * Eslint fixes --------- Co-authored-by: Donavan Becker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55bfbfa - Browse repository at this point
Copy the full SHA 55bfbfaView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a425fc - Browse repository at this point
Copy the full SHA 4a425fcView commit details -
Bridged core and core cleanup (#1048)
* BridgedCore.ts and Core.ts cleanup (updated deprecation date from year 2022 to 2024). * Removed not allowed char from Sprinkler accessory example * Code review remarks
Configuration menu - View commit details
-
Copy full SHA for 1fc24f9 - Browse repository at this point
Copy the full SHA 1fc24f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7089876 - Browse repository at this point
Copy the full SHA 7089876View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 380b879 - Browse repository at this point
Copy the full SHA 380b879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7982526 - Browse repository at this point
Copy the full SHA 7982526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b83d4 - Browse repository at this point
Copy the full SHA 11b83d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21faa99 - Browse repository at this point
Copy the full SHA 21faa99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315111c - Browse repository at this point
Copy the full SHA 315111cView commit details -
fix: Update characteristic naming convention warning message text and…
… associated tests. (#1054) * fix: Update characteristic naming convention warning message text and associated tests. * Remove the eslint hinting since we now typecheck fully.
Configuration menu - View commit details
-
Copy full SHA for 7576126 - Browse repository at this point
Copy the full SHA 7576126View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a168bf7 - Browse repository at this point
Copy the full SHA a168bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df8995 - Browse repository at this point
Copy the full SHA 1df8995View commit details -
Configuration menu - View commit details
-
Copy full SHA for e569fdc - Browse repository at this point
Copy the full SHA e569fdcView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a311781 - Browse repository at this point
Copy the full SHA a311781View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6312adc - Browse repository at this point
Copy the full SHA 6312adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f672861 - Browse repository at this point
Copy the full SHA f672861View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ce9b8 - Browse repository at this point
Copy the full SHA d6ce9b8View commit details
Commits on Jul 10, 2024
-
Deprecate Core, BridgedCore, legacy Camera characteristics. (#1058)
* Remove the long-deprecated init(). * Remove the long-deprecated Core and BridgedCore capabilities. * Remove long-deprecated Camera options. * Linting.
Configuration menu - View commit details
-
Copy full SHA for e20beba - Browse repository at this point
Copy the full SHA e20bebaView commit details -
Legacy code deprecation cleanup (#1059)
* Remove the long-deprecated init(). * Remove the long-deprecated Core and BridgedCore capabilities. * Remove long-deprecated Camera options. * Linting. * Deprecation cleanup. --------- Co-authored-by: Donavan Becker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac79886 - Browse repository at this point
Copy the full SHA ac79886View commit details
Commits on Jul 11, 2024
-
- **The minimum Node.js version required is now `v18`.** - **Important notice:** Because of the cleanup of the Deprecated code, you will need to migrate you code base. - Remove the long-deprecated init(). - Deprecate Core, BridgedCore, legacy Camera characteristics. (#1058) (@hjdhjd) - For deprecated `Core` and `BridgedCore` see: https://github.com/homebridge/HAP-NodeJS/wiki/Deprecation-of-Core-and-BridgeCore - Legacy code deprecation cleanup. (#1059) (@hjdhjd) - For deprecated `storagePath` switch to `HAPStorage.setCustomStoragePath`, `AudioCodec` switch to `AudioStreamingCodec`, `VideoCodec` switch to `H264CodecParameters`,`StreamAudioParams` switch to `AudioStreamingOptions`, `StreamVideoParams` switch to `VideoStreamingOptions`,`cameraSource` switch to `CameraController`. - Others deprecated code to highlight removed: `useLegacyAdvertiser`, `AccessoryLoader`. - Fix: Naming for Characteristic.ProgramMode has been corrected from `PROGRAM_SCHEDULED_MANUAL_MODE_` to `PROGRAM_SCHEDULED_MANUAL_MODE` - Fix: Build Issues (#1041) (@NorthernMan54) - Fix: Ensure data is only transmitted on open and ready connections. (#1051) (@hjdhjd) - Fix: Ensure we check names using the full UTF-8 character set. (#1052) (@hjdhjd) - Fix: ConfiguredName (#1049) (@donavanbecker) - Fix: Manufacturer looking at checkName but should look at checkValue. (#1053) (@donavanbecker) - Implement warning messages for invalid characters in names (#1009) (@NorthernMan54) - Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously (#1037) (@hjdhjd) - AdaptiveLightingController fix & improvement (#1038) (@Shaquu) - Minor fixes to recording logging and one change in logging. (#1040) (@hjdhjd) - Bridged core and core cleanup (#1048) (@Shaquu) - Increase snapshot handler warning timeout to 8000ms. (#1055) (@hjdhjd) - Cleanup and refactor getLocalNetworkInterface and address a potential edge case. (#1056) (@hjdhjd) - Correct log spacing - Updated and fixed `typedoc` config file - Updated dependencies - `@homebridge/ciao` @ `v1.3.0` - `bonjour-hap` @ `v3.8.0`
Configuration menu - View commit details
-
Copy full SHA for e57bed2 - Browse repository at this point
Copy the full SHA e57bed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f93ef - Browse repository at this point
Copy the full SHA 48f93efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7242ab5 - Browse repository at this point
Copy the full SHA 7242ab5View commit details