Bug Fixes
macOS native notification attribution (#59)
ClaudeNotifier notifications now launch through LaunchServices instead of executing the app binary directly. This restores native ClaudeNotifier attribution on recent macOS releases and avoids falling back to Script Editor attribution in the normal path.
ClaudeNotifier signing and notarization (#62)
ClaudeNotifier.app release assets are again built as a universal binary, signed with Developer ID Application, hardened runtime enabled, notarized with Apple, and stapled in CI.
macOS delivery fallback safety
The macOS notifier still prefers the native ClaudeNotifier path, but delivery fallback remains available if the bundled notifier cannot be used.
Full Changelog: v1.36.0...v1.36.1