Releases: stablyai/orca
Releases · stablyai/orca
v1.3.17-rc.0
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
Full Changelog: v1.3.16...v1.3.17-rc.0
v1.3.16
v1.3.15
What's Changed
- feat(file-explorer): remove delete confirmation, show toast by @AmethystLiang in #992
- docs(electron-skill): harden playwright-cli usage against alias and port collisions by @AmethystLiang in #996
- fix(settings): replace nested button with div[role=button] in BrowserProfileRow by @Jinwoo-H in #995
- fix(terminal): clear drag-select state after Cmd/Ctrl+click on a link by @nwparker in #997
- chore(release): expose patch/minor/major as Cut Release kinds by @nwparker in #999
- fix(ssh): register linked worktree paths with relay on connect by @Jinwoo-H in #994
Full Changelog: v1.3.14...v1.3.15
v1.3.14
What's Changed
- fix: resolve issues page flickering and tile memory exhaustion by @Jinwoo-H in #968
- fix(terminal): suppress xterm auto-replies during session restore by @brennanb2025 in #960
- fix(browser): stop webview reload when moving tab between groups by @brennanb2025 in #959
- fix(status-bar): use shared right-click menu, reposition on re-click, add icons by @nwparker in #969
- fix(editor): overlay rich markdown find bar instead of shifting content by @AmethystLiang in #970
- refactor(renderer): reduce render-time store churn by @nwparker in #966
- chore(release): cut releases via GitHub Actions workflow by @nwparker in #972
- refactor(runtime): split runtime-rpc.ts into a schema-validated method registry by @nwparker in #980
- fix(terminal): linkify bare filenames from
lsand stop underlining trailing whitespace by @nwparker in #983
Full Changelog: v1.3.13...v1.3.14
v1.3.14-rc.1
What's Changed
- refactor(runtime): split runtime-rpc.ts into a schema-validated method registry by @nwparker in #980
- fix(terminal): linkify bare filenames from
lsand stop underlining trailing whitespace by @nwparker in #983
Full Changelog: v1.3.14-rc.0...v1.3.14-rc.1
v1.3.14-rc.0
What's Changed
- fix: resolve issues page flickering and tile memory exhaustion by @Jinwoo-H in #968
- fix(terminal): suppress xterm auto-replies during session restore by @brennanb2025 in #960
- fix(browser): stop webview reload when moving tab between groups by @brennanb2025 in #959
- fix(status-bar): use shared right-click menu, reposition on re-click, add icons by @nwparker in #969
- fix(editor): overlay rich markdown find bar instead of shifting content by @AmethystLiang in #970
- refactor(renderer): reduce render-time store churn by @nwparker in #966
- chore(release): cut releases via GitHub Actions workflow by @nwparker in #972
Full Changelog: v1.3.13...v1.3.14-rc.0
v1.3.13
What's Changed
- ci: check out PR head instead of merge ref in e2e workflow by @AmethystLiang in #940
- fix(quick-open): don't clear Cmd+P input on unrelated store updates by @AmethystLiang in #941
- feat: cross-repo issues view in new workspace page by @AmethystLiang in #942
- refactor(editor): render front-matter banner inside rich editor shell by @AmethystLiang in #943
- fix(terminal): guard PTY native calls against dead-process Napi::Error crash by @Jinwoo-H in #916
- fix(ssh): register relay roots on connect and retry file explorer load by @Jinwoo-H in #946
- build(deps): bump electron from 41.1.0 to 41.2.2 by @heyramzi in #938
- fix(ui): enable scroll-wheel in CommandList inside Dialog by @Jinwoo-H in #948
- feat(terminal): broadcast theme changes to PTYs via DEC mode 2031 by @AmoabaKelvin in #896
- feat(nav): workspace back/forward navigation by @brennanb2025 in #945
- feat(terminal): set TERM_PROGRAM_VERSION on PTY env by @nwparker in #951
- feat(terminal): opt-in OSC 52 clipboard writes from TUIs by @nwparker in #952
- feat(terminal): record shell integration (OSC 7 cwd + OSC 133 marks) by @nwparker in #956
- fix(editor): debounce rich markdown search and eliminate redundant doc walk by @Jinwoo-H in #953
- feat(editor): add Cmd+F find-in-page for PDF viewer by @Jinwoo-H in #899
- Revert "feat(terminal): record shell integration (OSC 7 cwd + OSC 133 marks)" by @nwparker in #957
- feat(file-explorer): double-click empty space to create new file by @AmoabaKelvin in #889
- build(deps): bump dompurify from 3.2.7 to 3.4.1 by @dependabot[bot] in #947
- fix(updater): throttle wake/focus update checks to daily cadence by @AmethystLiang in #955
- fix terminal resize flicker during pane drag by @nwparker in #962
- feat(cli): add terminal create, split, rename, focus, close, tui-idle wait by @heyramzi in #734
- fix(editor): stop fading identifiers in .tsx/.jsx diffs by @nwparker in #964
- feat(terminal): expose FORCE_HYPERLINK as a user setting (default on) by @nwparker in #963
Full Changelog: v1.3.11...v1.3.13
v1.3.12-rc.4
What's Changed
- fix terminal resize flicker during pane drag by @nwparker in #962
- feat(cli): add terminal create, split, rename, focus, close, tui-idle wait by @heyramzi in #734
Full Changelog: v1.3.12-rc.3...v1.3.12-rc.4
v1.3.12
What's Changed
- ci: check out PR head instead of merge ref in e2e workflow by @AmethystLiang in #940
- fix(quick-open): don't clear Cmd+P input on unrelated store updates by @AmethystLiang in #941
- feat: cross-repo issues view in new workspace page by @AmethystLiang in #942
Full Changelog: v1.3.11...v1.3.12
v1.3.12-rc.3
What's Changed
- fix(editor): debounce rich markdown search and eliminate redundant doc walk by @Jinwoo-H in #953
- feat(editor): add Cmd+F find-in-page for PDF viewer by @Jinwoo-H in #899
- Revert "feat(terminal): record shell integration (OSC 7 cwd + OSC 133 marks)" by @nwparker in #957
- feat(file-explorer): double-click empty space to create new file by @AmoabaKelvin in #889
- build(deps): bump dompurify from 3.2.7 to 3.4.1 by @dependabot[bot] in #947
- fix(updater): throttle wake/focus update checks to daily cadence by @AmethystLiang in #955
Full Changelog: v1.3.12-rc.2...v1.3.12-rc.3