Skip to content

v3.5.3

Choose a tag to compare

@samschott samschott released this 12 May 08:37
· 466 commits to main since this release
  • Adds a new API DesktopNotifier.send_notification(notification) which directly takes a notification instance as argument.
  • Fixes an issue on macOS where type hints for ObjC classes where incorrectly interpreted due to the use of deferred type hint evaluation (from __future__ import annotations).