Releases: johannesjo/parallel-code
Releases · johannesjo/parallel-code
Release list
v1.12.0
What's Changed
- Improve Task Strip edge clicks and panel switching behavior by @FourWindff in #183
- fix(copilot): use --additional-mcp-config so Copilot does not exit before prompt by @anxkhn in #188
- fix(diff): show deleted file hunks by @FourWindff in #194
- fix(issue-161): consolidate test harnesses and prune media by @ASRagab in #195
New Contributors
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- fix(autosend): block auto-send during mid-frame redraw; fix plural MCP pattern; fix Codex args fixture by @brooksc in #169
- fix(worktree): prevent symlinked dirs from being committed via .git/info/exclude by @brooksc in #166
- fix(new-task-dialog): scroll to bottom when coordinator mode is enabled by @brooksc in #167
- fix(release): publish auto-update metadata via electron-builder by @johannesjo in #170
- fix(autosend): check promptAppearedInOutput return value; retry on failed echo by @brooksc in #171
- chore(deps): bump hono from 4.12.18 to 4.12.23 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #172
- feat(settings): add new task defaults for steps, skip-permissions, and propagate by @brooksc in #165
- chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #174
- chore(deps-dev): bump esbuild from 0.27.7 to 0.28.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #176
- fix(progress): gate merged-lines counter on cleanup by @ASRagab in #178
- fix(audit): resolve issue #157 — coordinator replay, store cycles, CI gates by @ASRagab in #177
- chore(deps): bump dompurify from 3.4.7 to 3.4.9 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #181
- chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates by @dependabot[bot] in #182
- fix(agent): fallback to fresh start when resume args fail by @FourWindff in #180
- chore(deps): bump dompurify from 3.4.9 to 3.4.11 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #184
- fix: clean up landedOrderCounters on coordinator close by @xbrxr03 in #187
- fix: surface notification failure to renderer on macOS by @xbrxr03 in #185
- fix: replace noisy console.warn with structured logger in steps.ts by @xbrxr03 in #186
New Contributors
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- fix(prompt): scale bracketed-paste delay by line count to prevent stuck initial prompts by @brooksc in #107
- Fix diff viewer related changes by @FourWindff in #114
- feat(themes): Themes settings tab with Light/Dark/System appearance mode by @brooksc in #116
- fix(themes): fix WCAG AA contrast failures in 3 built-in themes by @brooksc in #115
- feat(security): atomic writes, input validators, and static analysis tooling by @brooksc in #118
- feat(coordinator): MCP orchestration engine, REST API hardening, and task model (PR 2/4) by @brooksc in #120
- chore(deps): bump ws from 8.19.0 to 8.20.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #128
- fix(panels): proportional absorber pins, stale-pin cleanup, double-click to reset by @nishasdk in #123
- feat(coordinator): UI components, control banners, and coordinator entry points (PR 4/4) by @brooksc in #125
- feat(tasks): filterable branch picker in New Task dialog by @VitorRibeiroCustodio in #131
- feat(sidebar): collapsible Projects section by @VitorRibeiroCustodio in #132
- feat: in-app auto-update by @VitorRibeiroCustodio in #133
- chore(deps): bump qs from 6.15.1 to 6.15.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #134
- Fix status dot tooltip behavior by @brooksc in #127
- Fix sidebar selection when jumping with Cmd-number by @brooksc in #135
- fix(sidebar): restore status tooltip hit area by @brooksc in #136
- Fix terminal PTY interruptions during remounts by @brooksc in #138
- Fix input handoff notification copy by @brooksc in #140
- Fix new-task panel UI interactions by @FourWindff in #141
- fix(worktree): prevent branch prefix conflicts by @FourWindff in #143
- Fix coordinator control handoff by @brooksc in #137
- fix(task-title-bar): show merge target branch in button tooltip by @FourWindff in #144
- docs: add privacy policy by @brooksc in #150
- Add sub-task self-landing coordinator flow by @brooksc in #145
- chore(deps-dev): bump tmp from 0.2.5 to 0.2.7 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #154
- feat(coordinator): Eliminate the need for take/release control by @brooksc in #149
- feat(agents): add Antigravity CLI (agy) as built-in agent by @ASRagab in #155
- fix(progress): count only merged tasks today by @ASRagab in #156
New Contributors
- @nishasdk made their first contribution in #123
- @VitorRibeiroCustodio made their first contribution in #131
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- feat(terminal): paste & drop images into terminal by @ASRagab in #90
- [codex] Fix Codex arguments by @brooksc in #94
- feat: default to plain rebase when no conflicts detected by @brooksc in #95
- Share Docker agent auth across containers by @brooksc in #96
- feat(shortcuts): add Cmd+1-9 to jump to task by sidebar position by @brooksc in #97
- chore(deps-dev): bump ip-address from 10.1.0 to 10.2.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #102
- chore(deps-dev): bump axios from 1.15.0 to 1.16.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #103
- feat(inline-input): add cancel button and global Esc to dismiss by @FourWindff in #105
- fix(ipc): add missing get_uncommitted_file_diffs to preload allowlist by @FourWindff in #106
- fix(diff): ignore double-click in blank area outside diff lines by @FourWindff in #104
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #108
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0
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 #85
Full Changelog: v1.7.0...v1.8.0
v1.7.0
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 #80
- fix(git): refactor untracked file handling in getAllFileDiffs function by @FourWindff in #84
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- fix: resolve shell tabs via OS user shell by @ASRagab in #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 #72
- Fix task creation reload in dev by @joshdoe in #17
- feat: improve horizontal overflow cues and off-screen task attention by @ASRagab in #52
- fix(steps): preserve timestamps across app restart by @johannesjo in #74
- feat(steps): polish UI and add sub-agent + terminal-jump support by @johannesjo in #75
- fix(electron): inherit full login shell environment instead of PATH only by @FourWindff in #62
- feat(docker): support project-specific Dockerfiles by @ASRagab in #63
- feat: add MiniMax M2.7 as configurable backend for Ask about Code by @octo-patch in #53
- Add existing worktree import flow by @joshdoe in #16
- Feat/focus mode by @johannesjo in #76
- feat: configurable keybinding system with agent presets by @IShaalan in #56
- docs(openspec): seed OpenSpec with current-state capability specs by @johannesjo in #77
- feat: support folders without git by @MaicolBen in #70
New Contributors
- @joshdoe made their first contribution in #17
- @octo-patch made their first contribution in #53
- @MaicolBen made their first contribution in #70
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- fix(ui): improve diff preview for added and deleted files by @ASRagab in #49
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #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 #51
- fix(ui): respect user's choice to disable Docker mode by @johannesjo in #64
- feat(settings): add font smoothing toggle by @maskar in #60
- fix(git): validate refs before worktree creation and improve main branch detection by @FourWindff in #61
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #65
- feat(ui): add file tree view to changed files list by @johannesjo in #68
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #69
- fix(shortcuts): allow ESC to close dialogs when terminal is focused by @IShaalan in #55
- Claude/add commit navigation buttons 6 t3ja by @johannesjo in #71
New Contributors
- @FourWindff made their first contribution in #61
- @IShaalan made their first contribution in #55
Full Changelog: v1.3.0...v1.5.0
v1.4.0
What's Changed
- fix(ui): improve diff preview for added and deleted files by @ASRagab in #49
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #50
Full Changelog: v1.3.0...v1.4.0
v1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1