What's Changed
- refactor(desktop): Split Terminal component into smaller modules by @Kitenite in #838
- chore(desktop): bump version to 0.0.58 by @AviPeltz in #840
- feat(desktop): add toggle to hide unchanged regions in diff viewer by @Kitenite in #845
- feat: add /deslop command for clean code philosophy by @Kitenite in #849
- fix(desktop): prevent terminal scroll jumping to top on resize/reattach by @Kitenite in #850
- fix(desktop): fix terminal daemon stuck state and add restart button by @Kitenite in #847
- feat(desktop): Add middle-click to close tabs by @kkjcheng in #853
- refactor(desktop): split daemon-manager into modular files by @Kitenite in #852
- fix(desktop): Persist command deletions in terminal presets by @chasemcdo in #841
- fix(desktop): improve preset editing UX with auto-scroll and focus management by @Kitenite in #857
- feat(desktop): add expanded changes sidebar view by @Kitenite in #858
- feat(mobile): build out barebones mobile app by @saddlepaddle in #843
- Add github integration by @Kitenite in #842
- feat(desktop): Add drag-and-drop panes to tab bar by @Kitenite in #856
- Revert "feat(desktop): Add drag-and-drop panes to tab bar" by @Kitenite in #860
- feat(desktop): drag-and-drop for panes between tabs by @Kitenite in #859
- feat: implement magic link invitation acceptance with Better Auth by @saddlepaddle in #844
- fix(desktop): reduce diff viewer gutter width by @Kitenite in #861
- Add redirect URL by @Kitenite in #863
- Bail on animations for now, clean up some other stuff by @saddlepaddle in #862
- fix(desktop): ensure terminal scrolls to bottom after restore and resize by @Kitenite in #864
- feat(desktop): open create PR link after publishing branch by @Kitenite in #865
- feat(desktop): GitHub PR-style infinite scroll diff viewer for changes by @Kitenite in #868
- Checkbox ui by @Kitenite in #872
- feat(desktop): add CMD+Backspace to delete line in terminal by @Kitenite in #874
- feat(desktop): add plans comparison page with feature matrix by @saddlepaddle in #867
- feat(mobile): Electric SQL + TanStack DB integration by @saddlepaddle in #866
- fix(desktop): bundle Sentry and add sourcemap uploads by @saddlepaddle in #875
- fix(desktop): move desktop_opened event to app startup by @saddlepaddle in #878
- feat(desktop): make PR badge clickable in sidebar by @saddlepaddle in #877
- fix(desktop): remove debouncing from branch name input by @saddlepaddle in #879
- feat(desktop): add Copy Path option to worktree sidebar context menu by @Kitenite in #880
- fix(desktop): replace useActiveOrganization with collections data by @saddlepaddle in #881
New Contributors
- @kkjcheng made their first contribution in #853
- @chasemcdo made their first contribution in #841
Full Changelog: desktop-v0.0.58...desktop-v0.0.59