Skip to content

v0.12.6

Latest

Choose a tag to compare

@gprocunier gprocunier released this 11 Aug 05:03

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)