mirror of
https://github.com/openziti/desktop-edge-win.git
synced 2026-09-25 12:22:09 +00:00
28877a23e0
* Add OS notifications for identities requiring authorization Shows toast notifications when identities need ext-auth or MFA. Single events include an action button (Authenticate for ext-auth). Multiple events arriving within a 5-second window are batched into a single summary notification to avoid spam. * Fix notification throttle not re-firing when required * Clean up notification throttle * Move summary format to notification throttle constructor to clean up message queue signature * update release notes * Suppress auth notifications when app is visible, exclude disabled identities from notification count, update release notes