pytauri-plugin-notification¶
Unreleased¶
0.5.0¶
0.4.0¶
0.3.0¶
0.2.0¶
BREAKING¶
-
#70 - Removed
NotificationBuilderArgs. Previously:from pytauri_plugin_notification import NotificationBuilderArgs notification_builder.show( NotificationBuilderArgs(title="Greeting", body=f"Hello, {body.name}!") )Now:
Added¶
- #70 - feat: add more
NotificationBuilderparametersidchannel_idlarge_bodysummaryaction_type_idgroupgroup_summarysoundinbox_lineiconlarge_iconicon_colorongoingauto_cancelsilent
Changed¶
- #47 - refactor: use
pytauri::ImplManagerasself::ImplNotificationExt