What's Changed
- refactor: replace crypto.randomUUID with generateUUID utility by @stefandevo in #638
- fix: hide Cursor models in selector when provider is disabled by @stefandevo in #639
- feat: add per-project default model override for new features by @stefandevo in #640
- feat: implement pipeline step exclusion functionality by @Shironex in #637
- feat(ui): make React Query DevTools configurable by @stefandevo in #642
- feat(tests): implement test runner functionality with API integration by @Shironex in #645
- fix: excessive api pooling by @Shironex in #646
- fix: detect no remote branch by @Shironex in #649
- fix: ideation view not working with other providers by @Shironex in #650
- feat: add import / export features in json / yaml format by @Shironex in #643
- fix: resolve model aliases in backlog plan explicit override by @stefandevo in #654
- Fix production docker build by @alexanderalgemi in #651
- feat: abillity to configure "Start Dev Server" command in project settings by @Shironex in #658
- fix(ui): improve review dialog rendering for tool calls and tables by @stefandevo in #657
- feat: add Gemini CLI provider integration by @stefandevo in #647
- feat(ui): generate meaningful worktree branch names from feature titles by @stefandevo in #655
- feat: Allow drag-to-create dependencies between any non-completed features by @stefandevo in #656
- feat(ui): unified sidebar with collapsible sections and enhanced UX by @stefandevo in #659
- feat: projects overview dashboard by @Shironex in #644
- feat: Add GitHub Copilot SDK provider integration by @stefandevo in #661
- fix: Add structured output fallback for non-Claude models in app spec generation by @Shironex in #682
- fix: add proper margin between icon and green dot in auto mode menu item by @Shironex in #675
- fix: Improve spinner visibility on primary-colored backgrounds by @Shironex in #676
- fix: Custom pipeline columns UI not updating correctly by @Shironex in #677
- fix(ui): Improve worktree panel UI with dropdown for multiple worktrees by @Shironex in #680
- fix: Prevent GitHub API rate limiting from frequent worktree PR fetching (fixes #685) by @Shironex in #688
- fix: docker, broken npm build script and missing dependency by @ruant in #664
- fix: Remove mandatory Claude check for Project Settings -> Models by @Monoquark in #686
- feat: Add ideation context settings by @Monoquark in #667
- Fix: Column header overflow and title wrapping in Kanban board by @Shironex in #693
- fix: Summary not updated when doing Refine by @Shironex in #692
- refactor: Create global TooltipProvider in app.tsx to eliminate duplication by @Shironex in #695
- fix(ui): fix spinner visibility in github issue validation button by @Shironex in #698
- fix: Prevent features from getting stuck in in_progress after server restart by @Shironex in #699
- fix: Complete fix for plan mode system across all providers by @Shironex in #679
- chore: Fix all lint errors and remove unused code by @Shironex in #700
- chore: Fix all 246 TypeScript errors in UI by @Shironex in #702
- fix: include libs directory in Electron build extraResources by @firstfloris in #303
- fix: Check Claude Code CLI auth before showing warning by @Shironex in #703
- refactor: Modularize Electron main process into single-responsibility components by @Shironex in #704
- refactor(store): Extract types from app-store.ts into modular type files by @Shironex in #706
- refactor(store): Extract utility functions into store/utils/ by @Shironex in #708
- refactor(store): Extract default values into store/defaults/ by @Shironex in #709
- refactor(auto-mode): Enhance revision prompt customization by @Shironex in #714
- fix: Correct OpenCode dynamic models API endpoint URL by @OG-Ken in #715
- fix(ui): adjust padding for logo for mac by @Shironex in #732
- fix(electron): Fix broken symlinks in server bundle preventing app startup by @Shironex in #743
- fix(server): Use 'main' as default branch for new git projects by @Shironex in #744
- fix(ui): handle null selectedWorktree in max concurrency handler by @noamloewenstern in #720
- feature/custom terminal configs by @DhanushSantosh in #717
- V0.14.0rc by @webdevcody in #769
New Contributors
- @alexanderalgemi made their first contribution in #651
- @ruant made their first contribution in #664
- @Monoquark made their first contribution in #686
- @OG-Ken made their first contribution in #715
- @noamloewenstern made their first contribution in #720
Full Changelog: v0.13.0...v0.14.0