Skip to content

Super Productivity

Developer Productivity

Advanced todo list app with integrated timeboxing and time tracking capabilities. Integrates with Jira, GitHub, GitLab, Redmine and OpenProject.

TypeScript Latest v18.8.0 · 5d ago Security brief →

Features

  • Organize tasks with sub‑tasks, projects, tags and color coding
  • Timeboxing and time tracking for work summaries and exportable timesheets
  • Habit‑building features: break reminders, anti‑procrastination prompts, Pomodoro timer and personal metrics

Recent releases

View all 41 releases →
No immediate action
v18.8.0 Breaking risk

OneDrive sync + plugin persistence

No immediate action
v18.7.0 Mixed

Auto‑today tasks + copy title + focus breaks

Review required
v18.6.0 New feature
Auth

Scheduling warnings + dynamic breaks

v18.5.0 Breaking risk
⚠ Upgrade required
  • Sanitized iCal URLs in tooltips and tightened schedule chip filtering
Notable features
  • Reworked Focus Mode with a new interaction model
  • Added `Ctrl+Enter` and `Escape` shortcuts for task interactions
  • Improved subtask title focus behavior
Full changelog

For all current downloads, package links, and platform-specific notes: check the wiki.

Highlights

This release includes a major rework of Focus Mode, improvements to the scheduler and calendar/planner views, new task shortcuts, better filtering behavior, and several UI fixes. It also adds an AI Assistant community plugin and includes multiple translation updates.

New Features

Focus Mode

  • Reworked Focus Mode with a new interaction model and updated behavior by @johannesjo in https://github.com/super-productivity/super-productivity/pull/7411

Tasks

  • Added Ctrl+Enter and Escape shortcuts for task interactions by @Hetsavani in https://github.com/super-productivity/super-productivity/pull/7472
  • Improved subtask title focus behavior by @johannesjo in https://github.com/super-productivity/super-productivity/pull/7516

Planning, Calendar & Scheduling

  • Added estimated time to iCal/ICS planner entries by @loviuz in https://github.com/super-productivity/super-productivity/pull/7421
  • Improved the scheduler view with reference calendar and work log events by @baflo in https://github.com/super-productivity/super-productivity/pull/7497
  • Added week view scaling to the schedule view by @davidvornholt in https://github.com/super-productivity/super-productivity/pull/7530
  • Improved task selector project filtering by @davidvornholt in https://github.com/super-productivity/super-productivity/pull/7529

Settings

  • Changed the start-of-day setting format from hour-based input to a more precise time format by @Hetsavani in https://github.com/super-productivity/super-productivity/pull/7483

Community Plugins

  • Added the AI Assistant community plugin by @ai-eifying in https://github.com/super-productivity/super-productivity/pull/7506

Fixes

  • Fixed issue #6957 by @baflo in https://github.com/super-productivity/super-productivity/pull/7491
  • Fixed issue #6123 where mention list rows could become unreadable with a light primary color by @HenriqueCDutra in https://github.com/super-productivity/super-productivity/pull/7504
  • Fixed issue #7485 where right-click did not work in certain areas by @EliasHdzR in https://github.com/super-productivity/super-productivity/pull/7507
  • Sanitized iCal URLs in tooltips and tightened schedule chip filtering by @johannesjo in https://github.com/super-productivity/super-productivity/pull/7513
  • Fixed issue #7330 by @johannesjo in https://github.com/super-productivity/super-productivity/pull/7522

Translations

  • Added Romanian translations, phase 4 by @SilverGreen93 in https://github.com/super-productivity/super-productivity/pull/7469
  • Completed Romanian translations by @SilverGreen93 in https://github.com/super-productivity/super-productivity/pull/7535
  • Updated Croatian translations by @milotype in https://github.com/super-productivity/super-productivity/pull/7519

Maintenance

  • Removed overly prescriptive project structure guidance by @zenoprax in https://github.com/super-productivity/super-productivity/pull/7501
  • Bumped the GitHub Actions minor dependency group with 3 updates by @dependabot[bot] in https://github.com/super-productivity/super-productivity/pull/7479
  • Bumped zod from 4.3.6 to 4.4.3 by @dependabot[bot] in https://github.com/super-productivity/super-productivity/pull/7431

New Contributors

  • @HenriqueCDutra made their first contribution in https://github.com/super-productivity/super-productivity/pull/7504
  • @ai-eifying made their first contribution in https://github.com/super-productivity/super-productivity/pull/7506
  • @EliasHdzR made their first contribution in https://github.com/super-productivity/super-productivity/pull/7507

Full Changelog: https://github.com/super-productivity/super-productivity/compare/v18.4.4...v18.5.0

v18.3.0 New feature
Notable features
  • Add Turkish sorting options and error messages (i18n)
  • Add Super Productivity MCP to community plugins
  • Display cycle mode when interval is one
Full changelog

For all current downloads, package links, and platform-specific notes: check the wiki.
Full Changelog: https://github.com/super-productivity/super-productivity/compare/v18.2.8...v18.3.0

What's Changed

  • feat(i18n): add Turkish sorting options and error messages by @Cyber-Syntax in https://github.com/super-productivity/super-productivity/pull/7321
  • refactor(tasks): reduce detail panel and context menu overlap by @johannesjo in https://github.com/super-productivity/super-productivity/pull/7314
  • feat: add Super Productivity MCP to community plugins by @b0x42 in https://github.com/super-productivity/super-productivity/pull/7335
  • chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/super-productivity/super-productivity/pull/7332
  • feat: display cycle mode when interval is one by @SettingDust in https://github.com/super-productivity/super-productivity/pull/7329
  • Add Electron packaging smoke test to catch missing dependencies by @johannesjo in https://github.com/super-productivity/super-productivity/pull/7336
  • fix(tasks): use attachment title as task name when pasting a bare URL by @jaydeep-pipaliya in https://github.com/super-productivity/super-productivity/pull/7059
  • feat(plugins): add reInitData API by @aakhter in https://github.com/super-productivity/super-productivity/pull/7305
  • Add ext-idle-notify backend for Wayland idle detection by @davidvornholt in https://github.com/super-productivity/super-productivity/pull/7337
  • feat(github): add "Include pull requests" option to issue provider by @sespiros in https://github.com/super-productivity/super-productivity/pull/7358
  • fix(plugins): pass issueNumber into ctx for issue-provider field mappings by @sespiros in https://github.com/super-productivity/super-productivity/pull/7360
  • fix(plugins): Change AutoPlan plugin URLs to Codeberg by @arturmartins in https://github.com/super-productivity/super-productivity/pull/7347
  • fix:google calendar text exceeding background by @Hetsavani in https://github.com/super-productivity/super-productivity/pull/7361
  • Feat/issue 7362 9d46d3 by @johannesjo in https://github.com/super-productivity/super-productivity/pull/7363

New Contributors

  • @b0x42 made their first contribution in https://github.com/super-productivity/super-productivity/pull/7335
  • @SettingDust made their first contribution in https://github.com/super-productivity/super-productivity/pull/7329
  • @jaydeep-pipaliya made their first contribution in https://github.com/super-productivity/super-productivity/pull/7059
  • @davidvornholt made their first contribution in https://github.com/super-productivity/super-productivity/pull/7337
  • @arturmartins made their first contribution in https://github.com/super-productivity/super-productivity/pull/7347
  • @Hetsavani made their first contribution in https://github.com/super-productivity/super-productivity/pull/7361

Full Changelog: https://github.com/super-productivity/super-productivity/compare/v18.2.8...v18.3.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
19,845
Forks
1,736
Languages
TypeScript HTML SCSS

Install & Platforms

Install via
snap flatpak binary brew npm cargo go nix winget scoop chocolatey apt dnf pacman zypper

Community & Support

Beta — feedback welcome: [email protected]