tauri-plugin-notifications 0.4.5

A Tauri v2 plugin for sending notifications on desktop and mobile platforms with support for system notifications and push delivery via FCM and APNs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
changelog:
  exclude:
    labels:
      - skip-changelog
  categories:
    - title: "🚀 Features"
      labels: [enhancement, feature]
    - title: "🐛 Bug Fixes"
      labels: [bug, fix]
    - title: "📦 Dependencies"
      labels: [dependencies]
    - title: "📖 Documentation"
      labels: [documentation]
    - title: "🔧 Maintenance"
      labels: [chore, maintenance]
    - title: "Other Changes"
      labels: ["*"]