Security
- Render issue titles safely in the delete confirmation dialog, preserve the original deletion target, and improve dialog accessibility. (#109)
- Refresh the dependency lockfile to patched versions with a clean npm audit.
Performance
- Coalesce subscription updates into one render per frame, scope view subscriptions to consumed issue IDs, preserve keyed DOM identity, and avoid unchanged preference writes. (#110)
- Prioritize interactive detail reads, cache issue details and comments per workspace, invalidate stale data reliably, and load comments asynchronously. (#111)