Releases: stablyai/orca
Releases · stablyai/orca
v1.3.19-rc.10
What's Changed
- feat/markdown preview by @ypatel2022 in #849
- feat(ssh): persist and auto-restore SSH sessions across app restarts by @Jinwoo-H in #1026
- feat(tasks): improve editability affordances by @Jinwoo-H in #1107
- ci: cache electron + electron-builder tool downloads on release by @nwparker in #1110
- fix(tabs): prevent Cmd+B collapse from occluding first tab by @nwparker in #1112
- fix(terminal): submit startup commands on Windows without requiring manual Enter by @nwparker in #1115
- feat(menu): show File/Edit/View/Window menu bar on Windows & Linux by @nwparker in #1111
- fix(tabs): always consume tab-switch chords to prevent xterm escape leaks by @AmethystLiang in #1114
- feat: reduce drag grab area height from 8px to 6px by @nwparker in #1116
- feat(terminal): add programming-ligatures support by @nwparker in #1118
- Focus address bar for new browser tabs by @AmethystLiang in #1119
Full Changelog: v1.3.19-rc.8...v1.3.19-rc.10
v1.3.19
Full Changelog: v1.3.18...v1.3.19
v1.3.19-rc.6
What's Changed
Full Changelog: v1.3.19-rc.4...v1.3.19-rc.6
v1.3.19-rc.4
Full Changelog: v1.3.19-rc.3...v1.3.19-rc.4
v1.3.19-rc.3
What's Changed
- fix(linear): clarify Personal API key requirement in Connect dialog by @AmethystLiang in #1087
- Add basic syntax highlighting for .astro files by @AmethystLiang in #1084
- refactor(cli): split index.ts into per-verb handler modules by @nwparker in #1089
- refactor(cli): split runtime-client.ts and add envelope schema validation by @nwparker in #1090
- Attribution followup by @nwparker in #1088
Full Changelog: v1.3.19-rc.2...v1.3.19-rc.3
v1.3.19-rc.2
What's Changed
Full Changelog: v1.3.19-rc.1...v1.3.19-rc.2
v1.3.19-rc.1
What's Changed
- Attribution by @nwparker in #1049
- feat(tasks): add Linear team selector by @Jinwoo-H in #1074
- refactor(terminal): remove FORCE_HYPERLINK feature and setting by @nwparker in #1075
- feat(new-workspace): Start from picker for branches and PRs by @AmethystLiang in #1078
- fix(editor): stop infinitely flashing find-widget button tooltips by @nwparker in #1077
- Attributions by @nwparker in #1079
- docs(readme): Annotate AI Diff, SSH support, Spanish translation by @AmethystLiang in #1080
Full Changelog: v1.3.18...v1.3.19-rc.1
v1.3.19-rc.0
What's Changed
Full Changelog: v1.3.18...v1.3.19-rc.0
v1.3.18
What's Changed
- feat(ui): replace back/forward workspace navigation icons with arrows by @brennanb2025 in #1066
- feat(composer): default blank workspace name to a unique marine-creature by @AmethystLiang in #1069
- fix(term): stop cold-restore from leaking CSI 997 to fresh shell by @brennanb2025 in #1063
- feat(sidebar): agent-status plumbing behind AGENT_DASHBOARD_ENABLED (dark launch) by @brennanb2025 in #1070
- fix(agents): detect Auggie using real
auggiebinary name by @nwparker in #1072 - feat(tasks): persist last-used task source (GitHub/Linear) by @Jinwoo-H in #1071
Full Changelog: v1.3.17...v1.3.18
v1.3.17
What's Changed
- fix(worktree): seed nav history with hydrated active worktree by @brennanb2025 in #1002
- fix(file-explorer): prevent scroll snap after native file drop by @Jinwoo-H in #1003
- feat: make links in file open in Orca browser by @AmethystLiang in #1005
- feat: add Linear integration by @Jinwoo-H in #1007
- fix: dispose hidden PTY listeners before kill by @heyramzi in #991
- feat(tab-drag): VS Code-style blue insertion bar + cross-group drag ghost by @brennanb2025 in #872
- fix(tabs): walk active group order on keyboard tab switch by @brennanb2025 in #1011
- feat(terminal): add Windows default shell setting (PowerShell vs CMD) by @MonforteGG in #950
- fix(fs): address symlink/delete/remote safety issues from review by @AmethystLiang in #1012
- feat(updater): collapse update card into status bar by @AmoabaKelvin in #1008
- fix(titlebar): make empty tab bar space draggable on macOS by @Jinwoo-H in #1013
- Rename add repo copy to add project by @nwparker in #1014
- feat(agent-status): shared types + renderer store slice foundation by @brennanb2025 in #1016
- feat(tab-bar): add colored top border to active tab by @brennanb2025 in #1020
- feat(issues): make issues page writable with inline editing by @Jinwoo-H in #1017
- Fix stuck modifier hint cleanup by @brennanb2025 in #1021
- fix(terminal): terminal mic access by @Jingyue-Wu in #1018
- Fix daemon shell-ready wrapper persistence by @Jinwoo-H in #1025
- feat(ssh): detect remote-host CLI agents in quick-launch menu by @Jinwoo-H in #1027
- Add community PR project tracking workflow by @nwparker in #1030
- fix(issues): enable new-issue button across multi-repo selection by @AmethystLiang in #1051
- Add community PRs directly to project by @nwparker in #1052
- fix(ssh): use SSH target label for home directory remote repos by @Jinwoo-H in #1031
- feat(terminals): per-tab activity indicators by @brennanb2025 in #944
- feat: add Claude account switcher by @Jinwoo-H in #1050
- fix(term): stop daemon emulator from replying to xterm queries by @AmoabaKelvin in #1024
- fix(updater): keep prerelease users on the RC channel by @nwparker in #1053
- Revert "fix(terminal): terminal mic access" by @nwparker in #1057
- fix(linear): stop keychain prompt from appearing during app launch by @Jinwoo-H in #1058
- feat(agent-hooks): shared types, renderer store, local hook server + Claude/Codex/Gemini/OpenCode wiring (gated) by @brennanb2025 in #1019
- refactor(ui): polish sidebar typography and compact task page chrome by @AmethystLiang in #1062
- fix(daemon): defer startup flush past shell raw-mode switch by @nwparker in #1060
- fix(ssh): support Cmd+P file search for non-git folders without ripgrep by @Jinwoo-H in #1065
- feat(ssh): surface SSH status in worktree UI and streamline add-repo flow by @AmethystLiang in #1067
- fix(sidebar): keep worktree spinner working while any split pane is active by @nwparker in #1064
New Contributors
- @MonforteGG made their first contribution in #950
Full Changelog: v1.3.16...v1.3.17