mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
- (MSRV bump - Android compiler options update - notification plugin windows7 feature deprecation
6 lines
309 B
Markdown
6 lines
309 B
Markdown
---
|
|
"notification": minor
|
|
---
|
|
|
|
Deprecate the `windows7-compat` Cargo feature, which is now a no-op since Tauri 2.12 no longer supports Windows 7. `NotificationBuilder::notify` is deprecated in favor of `NotificationBuilder::show`, and the `win7-notifications` and `windows-version` dependencies were removed.
|