Skip to content

notification@2.0.0-rc.1

Aug 29, 2024
  • e2e97db5 (#1701 by @lucasfernog) Use PermissionState from the tauri crate, which now also includes a "prompt with rationale" variant for Android (returned when your app must explain to the user why it needs the permission).
  • e2e97db5 (#1701 by @lucasfernog) Breaking change: The permission type when using the API is now 'granted' | 'denied' | 'prompt' | 'prompt-with-rationale' instead of 'granted' | 'denied' | 'default' for consistency with Rust types. When using the window.Notification API the type is unchanged to match the Web API type.
  • e2e97db5 (#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
changes

© 2026 Tauri Contributors. CC-BY / MIT