Skip to content

Releases: generalaction/emdash

v0.4.17

24 Feb 21:59
7095b42

Choose a tag to compare

What's Changed

  • docs: update documentation to reflect Windows support by @arnestrickmann in #1015
  • docs: add learn more link to ssh support section in readme by @arnestrickmann in #1049
  • docs: add Emdash Cloud section to remote projects page by @arnestrickmann in #1050
  • fix: show stage all button when no files are staged by @jschwxrz in #1048
  • Fix revert button to actually discard changes on staged files by @thisisharsh7 in #1024
  • feat(agents): allow custom command args and env vars per agent by @naaa760 in #975
  • feat: show platform-specific labels and icons for Finder/Explorer/Files by @arnestrickmann in #1054
  • fix: remove localStorage persistence for PR merge admin override by @arnestrickmann in #1055
  • fix(terminal): support Cmd+Left/Right navigation on macOS by @thisisharsh7 in #1035
  • feat: Implement single-open behavior for GitHubIssuePreviewTooltip, e… by @prath47 in #1038
  • fix: support remote SSH projects in config editor, PR status, and branch loading by @arnestrickmann in #1056
  • fix: remove npm fallbacks from non-npm package manager install commands by @rabanspiegel in #1058
  • fix(ssh): wire up connection monitor and centralize reconnect logic by @arnestrickmann in #1059
  • fix(worktree): resolve local refs to remote tracking refs for reserve creation by @rabanspiegel in #1060
  • fix(updater): harden install flow for Linux and simplify UpdateModal by @arnestrickmann in #1063
  • docs: consolidate CLAUDE.md into AGENTS.md by @rabanspiegel in #1061
  • fix(app): set cwd when executing open-in-app commands by @rabanspiegel in #1064
  • feat(jira): support numeric issue search by expanding to project keys by @rabanspiegel in #1062
  • Fix GitHub integration settings by @thisisharsh7 in #1045
  • fix: logo shimmer animation visible as box in dark mode by @juliuscaezarff in #1065
  • feat(editor): render local images in markdown preview by @arnestrickmann in #1066
  • Update Windows installer link to MSI format by @doanbactam in #1078
  • docs(readme): escape install commands using tags and HTML entities for pipes by @Sebastian90746 in #1076
  • fix(terminal): enable copy shortcuts in all terminal sessions by @jschwxrz in #1077
  • fix EMDASH_TASK_NAME being inconsistent between lifecycle scripts, regular terminal and agent by @jschwxrz in #1084
  • feat: prevent MergePrSection from rendering for closed pull requests by @prath47 in #1083
  • feat: add a loading state with a spinner to the GitHub issue selector by @prath47 in #1086
  • fix(ui): improve toast description text wrapping behavior by @arnestrickmann in #1087
  • fix(ci): add electron-rebuild step to Linux release build by @jschwxrz in #1069

New Contributors

  • @juliuscaezarff made their first contribution in #1065
  • @doanbactam made their first contribution in #1078
  • @Sebastian90746 made their first contribution in #1076

Full Changelog: v0.4.16...v0.4.17

v0.4.16

23 Feb 18:22

Choose a tag to compare

What's Changed

  • fix: make chat and terminal links open reliably in default browser by @naaa760 in #980
  • feat: Increase search result limits and display total matches and fil… by @prath47 in #996
  • Fix reserve worktree cleanup after restart by @rabanspiegel in #1004
  • fix(terminal): add Ctrl+Shift+V paste support on Linux by @Aryanpatel2001 in #1003
  • Add Copilot auto-approve support and comprehensive auto-approve flag coverage test by @rabanspiegel in #1010
  • chore: merge PRs directly from right sidebar by @arnestrickmann in #1002
  • Add Vitest PR check and fix ptyIpc remote-init tests by @rabanspiegel in #1011
  • feat(windows): bootstrap Windows support by @arnestrickmann in #979
  • Add auto-approve flags for Charm, Kimi, and Cline by @rabanspiegel in #1014
  • fix(ssh): use connId directly for initial directory browse after connect by @arnestrickmann in #1017
  • fix(diff): remove phantom newline in diff view by @chrishoffman in #1016
  • docs: rewrite AGENTS.md and CLAUDE.md with improved structure by @arnestrickmann in #1018
  • fix: prevent initial prompt injection into secondary conversations by @arnestrickmann in #1019
  • feat: Implement .gitignore parsing for file listing and search, and… by @prath47 in #982
  • fix: clean up dead code, lazy state init, and terminal DOM leak by @arnestrickmann in #1020
  • Fix preserve patterns for untracked files in worktree copy by @rabanspiegel in #1021
  • fix: stabilize task creation UI warnings and clean up temporary diagnostics by @rabanspiegel in #1013
  • fix: remove toast notification on task deletion by @arnestrickmann in #1023
  • feat(skills): add content input field to skill creation flow by @naaa760 in #968
  • docs: update README and settings links by @thisisharsh7 in #1026
  • Handle legacy DB schema mismatch at startup by @rabanspiegel in #1025
  • fix(terminal): chat input not focused after switching tasks between projects by @jschwxrz in #1030
  • docs: add auto-closing issues section to issues documentation by @rabanspiegel in #1043
  • feat(git): auto-append issue closing keywords to PR body by @rabanspiegel in #1044

New Contributors

  • @Aryanpatel2001 made their first contribution in #1003
  • @jschwxrz made their first contribution in #1030

Full Changelog: v0.4.15...v0.4.16

v0.4.15

20 Feb 06:00

Choose a tag to compare

What's Changed

  • Refactor task settings rows to share one settings state by @rabanspiegel in #961
  • Fix task terminal resize prompt duplication on drag by @rabanspiegel in #963
  • Refine settings layout and toggle behavior by @rabanspiegel in #964
  • fix: improve copy/paste from chat messages by @naaa760 in #967
  • fix(chat): hide spinner for single-agent conversations by @arnestrickmann in #976
  • fix(terminal): auto-focus terminal when switching back by @naaa760 in #978
  • chore(ci): add Windows beta build workflow by @arnestrickmann in #984
  • chore(ci): fix Windows beta build (install Windows SDK) by @arnestrickmann in #985
  • chore(ci): pin Windows beta build runner by @arnestrickmann in #986
  • Fix Linear API key setup navigation copy by @rabanspiegel in #987
  • docs: fix Linear API key setup instructions path in docs by @arnestrickmann in #988
  • fix: use SVG for Linear logo instead of PNG across components by @arnestrickmann in #989
  • fix(pty): use keystroke injection for SSH remote init instead of remoteInitCommand by @arnestrickmann in #991
  • feat: Add no-cache header to auto-updater requests to ensure the late… by @prath47 in #970
  • feat(pty): add shellSetup command for per-project terminal initialization by @chrishoffman in #992
  • fix(terminal): correct CSI handler params for DECRQM workaround by @arnestrickmann in #993

New Contributors

  • @naaa760 made their first contribution in #967

Full Changelog: v0.4.14...v0.4.15

v0.4.14

19 Feb 05:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.13...v0.4.14

v0.4.13

17 Feb 19:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.12...v0.4.13

v0.4.12

16 Feb 19:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.11...v0.4.12

v0.4.11

15 Feb 06:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.10...v0.4.11

v0.4.10

13 Feb 02:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.4.10

v0.4.9

12 Feb 00:32
3f1b9de

Choose a tag to compare

What's Changed

CleanShot 2026-02-11 at 18 18 39@2x

New Contributors

Full Changelog: v0.4.8...v0.4.9

v0.4.8

11 Feb 18:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.7...v0.4.8