You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve collapsible section state during automatic refresh. Previously, collapsed widgets would reset to default state on idle/save refresh.
Eliminate sidebar flicker during idle refresh. Idle timer now uses soft update (vui-update-props) preserving memo caches — only widgets whose deps changed (stats/outline via buffer-modified-tick) recompute. Save and manual refresh still invalidate all caches.
Outline widget now reads from buffer when available (like stats), enabling live heading updates while editing.