macOS: Switch to the User Notifications framework

The current notifications framework has been deprecated in Big Sur. The new
framework only allows notifications from signed and notarized applications,
so people using kitty from HomeBrew/source are out of luck. And
notifications can only be displayed once the user grants permission. A
completely brain-dead design. Complain to Apple.
This commit is contained in:
Kovid Goyal
2020-08-19 20:09:48 +05:30
parent ae5ceedfe9
commit 4e3c6e52aa
6 changed files with 116 additions and 74 deletions

View File

@@ -10,6 +10,12 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add support for displaying correct colors with non-sRGB PNG files (Adds a
dependency on liblcms2)
- macOS: Switch to using the User Notifications framework for notifications.
The current notifications framework has been deprecated in Big Sur. The new
framework only allows notifications from signed and notarized applications,
so people using kitty from homebrew/source are out of luck. Complain to
Apple.
0.18.3 [2020-08-11]
-------------------