vjeantet/alerter

Migrate to UNUserNotificationCenter

开放

#61 创建于 2026年2月17日

 (3 条评论) (6 个反应) (1 位负责人)HTML (72 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (1,221 个星标)
PR 合并指标
 (平均合并 32天 5小时) (30 天内合并 1 个 PR)

描述

Big changes ahead !

I am migrating alerter from the legacy notification framework to UNUserNotificationCenter.

Why? Apple has deprecated the old NSUserNotification API, and starting with macOS Sequoia, some private APIs are already being actively blocked. It's time to move forward.

What this means:

  • Better compatibility with macOS Sequoia and future releases
  • Access to richer notification features
  • Long-term maintainability

Call for testers 🙏

Once the migration branch is ready, I will need help validating that everything works as expected across different macOS versions. If you are willing to test the next release and report any regressions, please drop a comment here. every bit of feedback counts !

Stay tuned.

贡献者指南