Skip to content

Releases: stablyai/orca

v1.3.17-rc.0

23 Apr 22:29

Choose a tag to compare

v1.3.17-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.16...v1.3.17-rc.0

v1.3.16

23 Apr 20:03

Choose a tag to compare

What's Changed

  • fix(ui): submit dialog forms on Enter key by @artile in #989
  • fix(terminal): focus terminal after file-tree drop (#978) by @mvanhorn in #986

New Contributors

Full Changelog: v1.3.15...v1.3.16

v1.3.15

23 Apr 18:31

Choose a tag to compare

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

23 Apr 16:49

Choose a tag to compare

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 ls and stop underlining trailing whitespace by @nwparker in #983

Full Changelog: v1.3.13...v1.3.14

v1.3.14-rc.1

23 Apr 10:42

Choose a tag to compare

v1.3.14-rc.1 Pre-release
Pre-release

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 ls and 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

23 Apr 06:38

Choose a tag to compare

v1.3.14-rc.0 Pre-release
Pre-release

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

23 Apr 01:53

Choose a tag to compare

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

23 Apr 01:10

Choose a tag to compare

v1.3.12-rc.4 Pre-release
Pre-release

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

22 Apr 19:56

Choose a tag to compare

What's Changed

Full Changelog: v1.3.11...v1.3.12

v1.3.12-rc.3

23 Apr 00:05

Choose a tag to compare

v1.3.12-rc.3 Pre-release
Pre-release

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