Releases: generalaction/emdash
Releases · generalaction/emdash
v0.4.7
What's Changed
- chore: migrate repo from npm to pnpm by @rabanspiegel in #789
- chore: remove pnpm workspace config by @rabanspiegel in #794
- fix(pty): suppress completion notifications during app quit by @rabanspiegel in #795
- Preserve selected project path for terminal cwd by @rabanspiegel in #804
- feat: unified Agent Skills support across coding agents by @arnestrickmann in #799
- feat: enable auto-approve, initial prompt, and issue linking for Amp agent by @Klohto in #798
- feat(settings): add default open-in app setting by @rabanspiegel in #803
- fix(ci): use correct electron-rebuild binary name for pnpm by @arnestrickmann in #805
- ui: change wording in skills note by @arnestrickmann in #806
- fix(ci): resolve pnpm packaging issues for electron-builder by @arnestrickmann in #807
New Contributors
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- feat: ship lifecycle scripts phases with explicit run controls by @rabanspiegel in #788
- feat: add pin/unpin tasks in sidebar by @arnestrickmann in #792
- fix: improve CI/CD detail rendering with proper links and avatars by @arnestrickmann in #793
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- feat(integrations): add GitHub disconnect button in settings by @notkainoa in #664
- feat: make escape close changes modals by @notkainoa in #663
- chore: re-init claude md file by @arnestrickmann in #785
- feat(terminal): add scope badge to terminal selector by @notkainoa in #662
- refactor(renderer): decompose App.tsx into focused hooks and components by @arnestrickmann in #787
- feat(checks): add CI/CD checks tab with PR comments by @arnestrickmann in #790
- fix: prevent duplicate app instances after auto-update restart by @arnestrickmann in #791
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- Fix docs search by adding Fumadocs API route by @rabanspiegel in #763
- fix(ui): increase toast z-index to prevent overlapping by @arnestrickmann in #760
- feat(titlebar): show first app icon in Open In menu button by @arnestrickmann in #768
- Fix telemetry: Restore agent run tracking for PTY reuse and multi-agent mode by @arnestrickmann in #782
- feat: stage all files button by @alexprudhomme in #759
- feat: auto-refresh PR status on window focus and polling by @notkainoa in #665
- feat(terminal): Ability to set custom terminal fonts by @NoumanAMalik in #683
- Fix config editor theme alignment and reduce perceived loading by @rabanspiegel in #764
- Prevent setup reruns on additional terminals in same worktree by @rabanspiegel in #784
New Contributors
- @NoumanAMalik made their first contribution in #683
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- feat: create PR as draft by @alexprudhomme in #728
- feat: add Merge Main option to PR dropdown by @rabanspiegel in #729
- Release 0.4.2 by @rabanspiegel in #746
- ui: change wording to be more intuitive when user has to restart the app by @arnestrickmann in #747
- Start terminal snapshot timer on attach by @rabanspiegel in #754
- Async worktree cleanup by @rabanspiegel in #752
- Async untracked diffs and counts by @rabanspiegel in #751
- Cache app version in IPC by @rabanspiegel in #749
- chore: remove unused untracked constant by @rabanspiegel in #748
- Add task env vars and port isolation by @rabanspiegel in #745
- Reduce git status polling when inactive by @rabanspiegel in #755
- Move fs list to worker thread by @rabanspiegel in #750
- Add keyboard shortcuts command by @rabanspiegel in #756
- Watch git status updates by @rabanspiegel in #753
- Fix fs list worker response type by @rabanspiegel in #757
New Contributors
- @alexprudhomme made their first contribution in #728
Full Changelog: v0.4.1...v0.4.3
v0.4.2
What's Changed
- feat: create PR as draft by @alexprudhomme in #728
- feat: add Merge Main option to PR dropdown by @rabanspiegel in #729
New Contributors
- @alexprudhomme made their first contribution in #728
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Change autoApproveFlag from '--yolomode' to '--yolo' by @nilsreichardt in #715
- Map Shift+Enter to newline by @rabanspiegel in #721
- refactor: centralize 'open in' apps configuration by @aqeelat in #687
New Contributors
- @nilsreichardt made their first contribution in #715
- @aqeelat made their first contribution in #687
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- fix: jira connection form clipping in settings by @rabanspiegel in #697
- Setup/archive scripts for worktrees by @rabanspiegel in #700
- Fix agent switch hotkeys by @cschubiner in #702
- fix: native module architecture mismatch in x64 builds by @rabanspiegel in #709
- fix: stop creating .claude/settings.json for non-Claude providers by @rabanspiegel in #711
- feat: add task archive functionality by @rabanspiegel in #703
Full Changelog: v0.3.55...v0.4.0
v0.3.55
What's Changed
- feat: restore active task on app reload by @rabanspiegel in #692
- fix: make editor and kanban views mutually exclusive by @rabanspiegel in #694
Full Changelog: v0.3.54...v0.3.55
v0.3.54
What's Changed
- feat(ui): add back-to-app labels for editor and kanban by @saadnvd1 in #629
- feat(sidebar): add task rename via context menu by @saadnvd1 in #631
- chore: clean out comments by @arnestrickmann in #654
- feat(wip): implement multi-chat conversations per task by @arnestrickmann in #617
- Update README title banner by @rabanspiegel in #667
- chore: update README provider banner by @rabanspiegel in #669
- Fix titlebar truncation with ellipsis by @rabanspiegel in #630
- fix(sidebar): prevent empty state from squishing during resize by @rabanspiegel in #677
- fix(pty): prevent crash loop when closing app with running processes by @rabanspiegel in #679
- refactor: rename Provider to Agent across codebase (#611) by @arnestrickmann in #655
- perf: Faster task startup (reserve worktrees + direct CLI spawn) by @rabanspiegel in #674
- Prevent duplicate GitHub issue selection by @saadnvd1 in #653
- fix: Improve CreateChatModal with proper agent ordering and simpler UI by @rabanspiegel in #690
- fix(pty): kill terminal processes on task deletion by @rabanspiegel in #689
- fix(pty): don't show completion notification on app quit by @rabanspiegel in #691
New Contributors
Full Changelog: v0.3.53...v0.3.54

