Skip to content

Releases: stablyai/orca

v1.3.10-rc.1

22 Apr 06:25

Choose a tag to compare

v1.3.10-rc.1 Pre-release
Pre-release

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

Full Changelog: v1.3.9...v1.3.10-rc.1

v1.3.10-rc.0

22 Apr 06:27

Choose a tag to compare

v1.3.10-rc.0 Pre-release
Pre-release

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

Full Changelog: v1.3.9...v1.3.10-rc.0

v1.3.9

22 Apr 00:42

Choose a tag to compare

What's Changed

  • feat(sidebar): rename Shutdown to Sleep with explanatory tooltip by @brennanb2025 in #875
  • fix: Cmd+F search scrolls to active match in rich markdown editor by @AmethystLiang in #876
  • fix(tabs): raise selected tab contrast so it stands out from hover by @brennanb2025 in #877
  • feat(editor): support clicking anchor links to jump to headings by @AmethystLiang in #879
  • fix(terminal): preserve scroll position during split pane drag resize by @Jinwoo-H in #865
  • feat(stats): add share button to usage panes by @Jinwoo-H in #874
  • fix: preserve selection during external markdown edits and sidebar interactions by @AmethystLiang in #880
  • fix(editor): restore syntax highlighting for .tsx and .jsx files by @nwparker in #878
  • docs(agents): tighten code-comment rule to short, why-only by @AmethystLiang in #883
  • feat: export active markdown to PDF by @AmethystLiang in #882
  • fix(terminal): auto-respawn PTY daemon when it dies mid-session by @Jinwoo-H in #881
  • feat: computer use via agent-browser CDP bridge by @Jinwoo-H in #856
  • feat: add terminal line height setting by @AmoabaKelvin in #712
  • diff-comments: copy-only flow in Source Control by @brennanb2025 in #884
  • fix(browser): improve Cloudflare Turnstile compatibility by @Jinwoo-H in #885
  • fix(editor): apply dark scrollbar styling to rich markdown editor by @Jinwoo-H in #886
  • Support GitHub Copilot CLI agent detection by @drakontia in #866
  • feat(settings): Cmd+Shift affordances for RC channel and hidden experimental by @nwparker in #887
  • feat(browser): duplicate tab, search engine, address bar history fix by @Jinwoo-H in #892
  • feat(browser): search suggestion in address bar dropdown by @Jinwoo-H in #893
  • fix: route Cmd/Ctrl+N through main-process shortcut allowlist by @AmethystLiang in #895
  • fix(sidebar): collapsed group overlap on restart by @Jinwoo-H in #898
  • fix(sidebar): focus newly-added non-git folder in workspace by @brennanb2025 in #894
  • fix(diff-notes): rename to "Note", highlight saved card, Enter submits by @brennanb2025 in #902
  • fix: allow retry download from error state when update version is cached by @AmethystLiang in #906
  • fix(browser): place CLI-created tabs in the active browser tab's group by @Jinwoo-H in #904
  • feat(settings): add dedicated Agent Browser Use setup in Browser pane by @AmethystLiang in #907
  • feat(editor): open HTML preview to the side by @nwparker in #908
  • Simplify new workspace quick-create and wire Use button to direct launch by @nwparker in #913
  • feat(terminal): Ctrl+Left/Right word-nav on Windows/Linux by @brennanb2025 in #857
  • Derive quick-create agent from props instead of syncing via effect by @nwparker in #914
  • fix(sidebar): make pinned-group divider visible in both themes by @nwparker in #917
  • fix(tasks): drop redundant title-adjacent type icon on work-item rows by @nwparker in #918
  • fix(editor): focus find input on Cmd+F when search is already open by @Jinwoo-H in #910
  • fix: clarify Sleep tooltip to mention browser tabs by @brennanb2025 in #915
  • fix(settings): trigger RC channel and hidden-experimental via plain Shift by @nwparker in #919
  • fix(composer): larger fonts and Enter-to-advance in new-workspace dialog by @AmethystLiang in #920

Full Changelog: v1.3.7...v1.3.9

v1.3.8

21 Apr 16:52

Choose a tag to compare

What's Changed

  • feat(sidebar): rename Shutdown to Sleep with explanatory tooltip by @brennanb2025 in #875
  • fix: Cmd+F search scrolls to active match in rich markdown editor by @AmethystLiang in #876
  • fix(tabs): raise selected tab contrast so it stands out from hover by @brennanb2025 in #877
  • feat(editor): support clicking anchor links to jump to headings by @AmethystLiang in #879
  • fix(terminal): preserve scroll position during split pane drag resize by @Jinwoo-H in #865
  • feat(stats): add share button to usage panes by @Jinwoo-H in #874
  • fix: preserve selection during external markdown edits and sidebar interactions by @AmethystLiang in #880
  • fix(editor): restore syntax highlighting for .tsx and .jsx files by @nwparker in #878
  • docs(agents): tighten code-comment rule to short, why-only by @AmethystLiang in #883
  • feat: export active markdown to PDF by @AmethystLiang in #882
  • fix(terminal): auto-respawn PTY daemon when it dies mid-session by @Jinwoo-H in #881
  • feat: computer use via agent-browser CDP bridge by @Jinwoo-H in #856
  • feat: add terminal line height setting by @AmoabaKelvin in #712
  • diff-comments: copy-only flow in Source Control by @brennanb2025 in #884

Full Changelog: v1.3.7...v1.3.8

v1.3.8-rc.4

21 Apr 23:28

Choose a tag to compare

v1.3.8-rc.4 Pre-release
Pre-release

What's Changed

  • feat(settings): add dedicated Agent Browser Use setup in Browser pane by @AmethystLiang in #907
  • feat(editor): open HTML preview to the side by @nwparker in #908
  • Simplify new workspace quick-create and wire Use button to direct launch by @nwparker in #913
  • feat(terminal): Ctrl+Left/Right word-nav on Windows/Linux by @brennanb2025 in #857
  • Derive quick-create agent from props instead of syncing via effect by @nwparker in #914

Full Changelog: v1.3.8-rc.3...v1.3.8-rc.4

v1.3.8-rc.3

21 Apr 22:28

Choose a tag to compare

v1.3.8-rc.3 Pre-release
Pre-release

What's Changed

  • feat(browser): duplicate tab, search engine, address bar history fix by @Jinwoo-H in #892
  • feat(browser): search suggestion in address bar dropdown by @Jinwoo-H in #893
  • fix: route Cmd/Ctrl+N through main-process shortcut allowlist by @AmethystLiang in #895
  • fix(sidebar): collapsed group overlap on restart by @Jinwoo-H in #898
  • fix(sidebar): focus newly-added non-git folder in workspace by @brennanb2025 in #894
  • fix(diff-notes): rename to "Note", highlight saved card, Enter submits by @brennanb2025 in #902
  • fix: allow retry download from error state when update version is cached by @AmethystLiang in #906
  • fix(browser): place CLI-created tabs in the active browser tab's group by @Jinwoo-H in #904

Full Changelog: v1.3.8-rc.2...v1.3.8-rc.3

v1.3.8-rc.2

21 Apr 10:41

Choose a tag to compare

v1.3.8-rc.2 Pre-release
Pre-release

What's Changed

  • fix(browser): improve Cloudflare Turnstile compatibility by @Jinwoo-H in #885
  • fix(editor): apply dark scrollbar styling to rich markdown editor by @Jinwoo-H in #886
  • Support GitHub Copilot CLI agent detection by @drakontia in #866
  • feat(settings): Cmd+Shift affordances for RC channel and hidden experimental by @nwparker in #887

Full Changelog: v1.3.8-rc.1...v1.3.8-rc.2

v1.3.8-rc.1

21 Apr 05:18

Choose a tag to compare

v1.3.8-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.8-rc.0...v1.3.8-rc.1

v1.3.8-rc.0

21 Apr 02:22

Choose a tag to compare

v1.3.8-rc.0 Pre-release
Pre-release

What's Changed

  • feat(sidebar): rename Shutdown to Sleep with explanatory tooltip by @brennanb2025 in #875
  • fix: Cmd+F search scrolls to active match in rich markdown editor by @AmethystLiang in #876
  • fix(tabs): raise selected tab contrast so it stands out from hover by @brennanb2025 in #877
  • feat(editor): support clicking anchor links to jump to headings by @AmethystLiang in #879
  • fix(terminal): preserve scroll position during split pane drag resize by @Jinwoo-H in #865
  • feat(stats): add share button to usage panes by @Jinwoo-H in #874
  • fix: preserve selection during external markdown edits and sidebar interactions by @AmethystLiang in #880

Full Changelog: v1.3.7...v1.3.8-rc.0

v1.3.7

21 Apr 00:37

Choose a tag to compare

What's Changed

  • feat(terminal): add "Copy on Select" clipboard setting by @nwparker in #862
  • fix(quick-open): exclude sibling worktree files from Cmd+P results by @AmethystLiang in #867
  • fix: support Cmd+N and Esc on the tasks page by @AmethystLiang in #868
  • fix(editor): eliminate ~10s freeze when loading large markdown files by @AmethystLiang in #870
  • perf(terminal): remove 3-minute periodic scrollback save by @brennanb2025 in #869
  • test(e2e): stabilize terminal-shortcuts Cmd+W and Escape steps by @brennanb2025 in #873

Full Changelog: v1.3.6...v1.3.7