Skip to content

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 12 Jan 17:28

What's New

Context Switch Details in Dashboard

The dashboard now shows detailed information about your context switches with actionable controls:

  • New section "Context Switch Details" displaying apps with frequent short bursts (≥2)
  • One-click categorization: Mark apps as "Focus" (whitelist) or "Distraction"
  • Visual indicators show current app status with colored buttons and progress bars

Whitelist Support for Productive Apps

Apps marked as "Focus" are now whitelisted:

  • No penalty: Switching between whitelisted apps doesn't count as a context switch
  • No suggestions: Whitelisted apps are excluded from distraction suggestions
  • Mutual exclusivity: Adding to whitelist automatically removes from distractions (and vice versa)

Technical Changes

  • whitelist_apps field added to DistractionConfig
  • short_bursts_by_app aggregated in dashboard stats
  • New AppAction enum for extensible UI actions
  • Translations added for EN/FR

Full Changelog: v0.2.10...v0.2.11