notification@2.0.0-rc.1
Aug 29, 2024
e2e97db5(#1701 by @lucasfernog) UsePermissionStatefrom thetauricrate, 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 thewindow.NotificationAPI the type is unchanged to match the Web API type.e2e97db5(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
changes
6b079cfd(#1649 by @ahqsoftwares) Remove targetSdk from build.kts files as it is deprecated and will be removed from DSL v9.0
© 2026 Tauri Contributors. CC-BY / MIT