Releases: stablyai/orca
Releases · stablyai/orca
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
v1.3.12-rc.2
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
Full Changelog: v1.3.12-rc.0...v1.3.12-rc.2
v1.3.12-rc.1
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.12-rc.0...v1.3.12-rc.1
v1.3.12-rc.0
Full Changelog: v1.3.11...v1.3.12-rc.0
v1.3.11
v1.3.10
What's Changed
- fix(worktrees): fail loudly when no default base ref is resolvable by @nwparker in #922
- fix(sidebar): make Pinned section visually distinct by @AmethystLiang in #924
- fix(tasks): rename NewWorkspacePage to TaskPage and give it a proper titlebar by @nwparker in #921
- fix(terminal): open .html/.htm paths directly in Orca's browser by @nwparker in #925
- fix(markdown): improve task-list checkbox contrast in dark mode by @brennanb2025 in #927
- fix(terminal): add proportional scroll fallback for sidebar resize by @Jinwoo-H in #901
- Revert "fix(terminal): add proportional scroll fallback for sidebar resize (#901)" by @Jinwoo-H in #930
- fix(browser): make address bar Enter match typed intent, not Google Search by @nwparker in #932
- all same tiptap by @nwparker in #934
- feat(tab-bar): add quick-launch CLI buttons by @AmethystLiang in #933
Full Changelog: v1.3.9...v1.3.10