- Support macOS 13 - use FocusStatus API to detect Focus mode active or not (its internally compute final state - include checking for personal focus schedule and allowed apps)
- details here: https://developer.apple.com/documentation/usernotifications/handling_communication_notifications_and_focus_status_updates
Changed API: getDoNotDisturb now return Promise
- Support macOS 13, fixing a "if version === 12" check
- Fix broken preinstall on Windows
- Major overhaul to support macOS Monterey
- Now requires 11.0 SDK
- Otherwise no API changes