prompt, themes, coordinator, sidebar, tasks
Release history
Parallel Code releases
Desktop app for running multiple AI coding agents (Claude Code, Codex CLI, Gemini CLI) simultaneously in isolated git worktrees.
All releases
18 shown
Minor fixes and improvements.
Full changelog
What's Changed
- chore(deps-dev): bump postcss from 8.5.6 to 8.5.10 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/85
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.7.0...v1.8.0
Fixed git diff handling of untracked files.
Full changelog
What's Changed
- chore(deps-dev): bump @xmldom/xmldom from 0.8.12 to 0.8.13 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/80
- fix(git): refactor untracked file handling in getAllFileDiffs function by @FourWindff in https://github.com/johannesjo/parallel-code/pull/84
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.6.0...v1.7.0
- Support project-specific Dockerfiles in docker configuration
- Add folders without git support
- Introduce configurable keybinding system with agent presets
Full changelog
What's Changed
- fix: resolve shell tabs via OS user shell by @ASRagab in https://github.com/johannesjo/parallel-code/pull/58
- chore(deps-dev): bump follow-redirects from 1.15.11 to 1.16.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/72
- Fix task creation reload in dev by @joshdoe in https://github.com/johannesjo/parallel-code/pull/17
- feat: improve horizontal overflow cues and off-screen task attention by @ASRagab in https://github.com/johannesjo/parallel-code/pull/52
- fix(steps): preserve timestamps across app restart by @johannesjo in https://github.com/johannesjo/parallel-code/pull/74
- feat(steps): polish UI and add sub-agent + terminal-jump support by @johannesjo in https://github.com/johannesjo/parallel-code/pull/75
- fix(electron): inherit full login shell environment instead of PATH only by @FourWindff in https://github.com/johannesjo/parallel-code/pull/62
- feat(docker): support project-specific Dockerfiles by @ASRagab in https://github.com/johannesjo/parallel-code/pull/63
- feat: add MiniMax M2.7 as configurable backend for Ask about Code by @octo-patch in https://github.com/johannesjo/parallel-code/pull/53
- Add existing worktree import flow by @joshdoe in https://github.com/johannesjo/parallel-code/pull/16
- Feat/focus mode by @johannesjo in https://github.com/johannesjo/parallel-code/pull/76
- feat: configurable keybinding system with agent presets by @IShaalan in https://github.com/johannesjo/parallel-code/pull/56
- docs(openspec): seed OpenSpec with current-state capability specs by @johannesjo in https://github.com/johannesjo/parallel-code/pull/77
- feat: support folders without git by @MaicolBen in https://github.com/johannesjo/parallel-code/pull/70
New Contributors
- @joshdoe made their first contribution in https://github.com/johannesjo/parallel-code/pull/17
- @octo-patch made their first contribution in https://github.com/johannesjo/parallel-code/pull/53
- @MaicolBen made their first contribution in https://github.com/johannesjo/parallel-code/pull/70
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.5.0...v1.6.0
- Add font smoothing toggle (settings)
- Add file tree view to changed files list (ui)
Full changelog
What's Changed
- fix(ui): improve diff preview for added and deleted files by @ASRagab in https://github.com/johannesjo/parallel-code/pull/49
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/50
- chore(deps-dev): bump electron from 40.6.0 to 40.8.3 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/51
- fix(ui): respect user's choice to disable Docker mode by @johannesjo in https://github.com/johannesjo/parallel-code/pull/64
- feat(settings): add font smoothing toggle by @maskar in https://github.com/johannesjo/parallel-code/pull/60
- fix(git): validate refs before worktree creation and improve main branch detection by @FourWindff in https://github.com/johannesjo/parallel-code/pull/61
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/65
- feat(ui): add file tree view to changed files list by @johannesjo in https://github.com/johannesjo/parallel-code/pull/68
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/69
- fix(shortcuts): allow ESC to close dialogs when terminal is focused by @IShaalan in https://github.com/johannesjo/parallel-code/pull/55
- Claude/add commit navigation buttons 6 t3ja by @johannesjo in https://github.com/johannesjo/parallel-code/pull/71
New Contributors
- @FourWindff made their first contribution in https://github.com/johannesjo/parallel-code/pull/61
- @IShaalan made their first contribution in https://github.com/johannesjo/parallel-code/pull/55
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.3.0...v1.5.0
Minor fixes and improvements.
Full changelog
What's Changed
- fix(ui): improve diff preview for added and deleted files by @ASRagab in https://github.com/johannesjo/parallel-code/pull/49
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/50
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.3.0...v1.4.0
Fixed branch dropdown, diff base branch selection, and direct mode auto‑checkout.
Full changelog
What's Changed
- fix: branch dropdown, diff base branch, and direct mode auto-checkout by @ASRagab in https://github.com/johannesjo/parallel-code/pull/34
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.2.0...v1.2.1
- Removed boolean flag `directMode`; replaced with enum-like `GitIsolationMode` and a new configurable base branch parameter.
- Native desktop notifications for task status changes
- Docker isolation mode for safer YOLO execution
- Dynamic system font detection in terminal font picker
Full changelog
What's Changed
- feat: native desktop notifications for task status changes by @cledoux95 in https://github.com/johannesjo/parallel-code/pull/20
- feat: add Docker isolation mode for safer YOLO execution by @johannesjo in https://github.com/johannesjo/parallel-code/pull/26
- fix: update macOS icon sizes by @cledoux95 in https://github.com/johannesjo/parallel-code/pull/21
- feat: dynamic system font detection for terminal font picker by @ASRagab in https://github.com/johannesjo/parallel-code/pull/29
- feat: replace boolean
directModewithGitIsolationModeand flexible base branch by @ASRagab in https://github.com/johannesjo/parallel-code/pull/30 - fix(ui): wrap agent selector buttons instead of clipping overflow by @ASRagab in https://github.com/johannesjo/parallel-code/pull/32
New Contributors
- @cledoux95 made their first contribution in https://github.com/johannesjo/parallel-code/pull/20
- @ASRagab made their first contribution in https://github.com/johannesjo/parallel-code/pull/29
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.1.1...v1.2.0
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v1.0.0...v1.1.0
Minor fixes and improvements.
Full changelog
What's Changed
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/12
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/johannesjo/parallel-code/pull/14
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/johannesjo/parallel-code/pull/12
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.6.0...v0.7.0
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.5.0...v0.6.0
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.4.1...v0.5.0
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.4.0...v0.4.1
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.3.0...v0.3.1
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.1.6...v0.3.0
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.1.5...v0.1.6
Routine maintenance release for Parallel Code.
Changelog
Full Changelog: https://github.com/johannesjo/parallel-code/compare/v0.1.3...v0.1.4