Skip to content

v2.5.47 — Sidebar Collapse + Live Capture Toast Fix

Choose a tag to compare

@Himath-Rajapaksha Himath-Rajapaksha released this 23 Jul 11:12

v2.5.47 — Sidebar Collapse + Live Capture Toast Fix

New Features

  • Sidebar collapse-to-icons toggle. Click the chevron at the bottom of the sidebar to collapse it to a 60px icon-only rail (like VS Code's activity bar). Labels hide, icon tiles remain with tooltips on hover. State persists to localStorage across restarts.

Bug Fixes

  • Live Capture toast notifications now work correctly for all capture modes. Diagnosed as event double-fire: both afo://pending-action and afo://file-change were emitted for NotifyOnly mode, causing competing toasts where the first could be auto-dismissed. Consolidated to a single afo://file-change event with typed change_type field.
  • Added Live Capture notification toggle in Settings > Notifications, matching the existing operationComplete/scheduledRun/errorAlerts pattern. Toasts now respect this toggle.

Changes

  • Version bump to 2.5.47 across all files + GUI labels
  • Sidebar uses Framer Motion for smooth width transitions
  • Sidebar collapse state persisted via localStorage