Skip to content

Releases: send/macnotifier

v1.3.0

04 Mar 18:09
Immutable release. Only release title and notes can be modified.
fd4f8e7

Choose a tag to compare

What's Changed

  • Handle stale notification clicks: clicking a notification after the 60s timeout now works instead of showing "macnotifier not found (-60)" error
  • Notifications stay visible in notification center after the app exits
  • Ignore -psn_* arguments from LaunchServices
  • Use cancelable DispatchWorkItem to avoid race between termination timer and click handling

v1.2.1

01 Mar 11:10
Immutable release. Only release title and notes can be modified.
a10e4de

Choose a tag to compare

Fix icon attachment: don't delete temp file before notification is enqueued

v1.2.0

01 Mar 09:48
Immutable release. Only release title and notes can be modified.
443ee34

Choose a tag to compare

  • Fix: use NSRunningApplication.activate() for reliable app activation on click
  • Fix: copy icon to temp file before creating UNNotificationAttachment to prevent original file deletion
  • Fall back to NSWorkspace.open when activate() fails
  • Dispatch app activation to main thread

v1.1.1

01 Mar 07:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Update README with stdin support and project structure

v1.1.0

01 Mar 06:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Support reading message from stdin when -m is omitted

v1.0.0

01 Mar 06:50
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Initial release