Releases: bborn/taskyou
Releases · bborn/taskyou
v0.2.2
What's Changed
- fix(ui): break panes before toggling dangerous mode to prevent duplicates by @bborn in #313
- feat(ui): improve first-time user experience with executor availability checks by @bborn in #312
- feat(ui): add project-only filter with [ prefix in kanban by @bborn in https://github.com//pull/314
- test: verify shell pane toggle (backslash key) works correctly by @bborn in #317
- feat: pass task guidance via system prompt to clean up conversation thread by @bborn in #316
- Add OpenCode as an executor option by @bborn in #318
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- chore: make build work without daemon permissions by @bborn in #293
- chore: remove unused task distillation feature by @bborn in #295
- feat(ui): add dangerous mode indicator to kanban view by @bborn in #301
- docs: add exe.dev cloud option by @bborn in #294
- feat(ui): keep kanban column context in task view by @bborn in #303
- fix(ui): prevent task detail pane title from dimming in tmux by @bborn in #302
- feat(cli): add move command for moving tasks between projects by @bborn in #298
- feat(executor): add dangerous mode support for all executors by @bborn in #300
- fix(executor): validate session files exist before attempting resume by @bborn in #305
- feat(cli): rename command from 'task' to 'ty' by @bborn in #304
- feat(ui,cli): make task title optional with AI auto-generation by @bborn in #307
- feat(mcp): add project context caching via MCP tools by @bborn in #296
- feat(skill): add Claude Code skill for AI-driven task orchestration by @bborn in #299
- fix(ui): prevent visual flashing when switching tasks in detail view by @bborn in #311
- feat(ui): add shell pane toggle with backslash key by @bborn in #308
- feat: add version command by @bborn in #306
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Tui rewrite by @bborn in #49
- Add quit confirmation dialog when pressing ESC on dashboard by @bborn in #50
- Style delete confirmation as centered modal dialog by @bborn in #51
- Make task notifications clickable to open task detail view by @bborn in #52
- Improve the layout by @bborn in #53
- Add Dracula theme to settings by @bborn in #54
- Improve task state syncing to Claude hooks by @bborn in #55
- Auto-close tasks when PR branch is merged by @bborn in #57
- Add PR status display for tasks with associated pull requests by @bborn in #58
- Fix kanban column header width alignment by @bborn in #59
- Add CLI commands for task management by @bborn in #60
- Add mouse click support for task cards in kanban board by @bborn in #56
- Make attachments accessible to task's Claude by @bborn in #61
- Remove 'o' keyboard shortcut for opening task directory by @bborn in #62
- Allow task editing from detail view by @bborn in #63
- Remove click-to-view functionality from task notification banners by @bborn in #66
- Add labels to tmux panes for better navigation by @bborn in #67
- Add PR submission reminder to coding task system prompt by @bborn in #65
- Fix task panes visibility when leaving task detail view by @bborn in #64
- Remove copilot pane tmux resize by @bborn in #68
- Replace 'none' project with 'personal' default project by @bborn in #69
- Ensure Details pane has focus when entering task detail view by @bborn in #71
- Fix kanban board to use all available vertical space by @bborn in #73
- Enable multiple task instances with unique tmux sessions by @bborn in #72
- Prevent deletion of the personal project by @bborn in #74
- Make tasks reflect PR state reactively by @bborn in #70
- Fix Kanban column headers being cut off by @bborn in #75
- Increase task detail pane height to 20% and persist user preferences by @bborn in #76
- Fix Kanban column headers being cut off at top by @bborn in #78
- Style quit confirmation as a centered modal by @bborn in #77
- Remove priority field from tasks by @bborn in #80
- Add persistence for task pane resize positions by @bborn in #81
- Fix kanban column content to use full available height by @bborn in #82
- Revert "Fix kanban column content to use full available height" by @bborn in #84
- Update pane navigation hints to suggest clicking by @bborn in #86
- Add visual indicators for draggable pane borders by @bborn in #90
- feat: personal project first and remember last task type per project by @bborn in #89
- Improve PR merge detection via GitHub API by @bborn in #87
- Remove interrupt command and 'i' key shortcut by @bborn in #92
- Fix kanban column headers to align with column borders by @bborn in #93
- feat: add confirmation dialog to task kill command by @bborn in #96
- Hide execute and retry commands when task is processing by @bborn in #95
- Fix kanban columns to display more tasks (v2) by @bborn in #88
- fix: only manage Claude task status after task has started by @bborn in #94
- feat: add Tab/Shift+Tab shortcuts to switch between panes by @bborn in #91
- feat: show merge conflicts status for task PRs by @bborn in #99
- feat: show PR/CI status in task list and show commands by @bborn in #100
- feat: auto-rejoin tmux panes in task detail view by @bborn in #98
- fix: batch PR status fetching to prevent memory spikes by @bborn in #101
- feat: add
task cloudsubcommand for remote server management by @bborn in #97 - fix: ring terminal bell properly inside TUI by writing to /dev/tty by @bborn in #102
- feat: add # shortcut to jump directly to a task by @bborn in #108
- feat: add looping scroll on kanban columns by @bborn in #107
- feat: save full conversation transcript on Claude compaction by @bborn in #105
- feat: log Claude session ID in task logs by @bborn in #110
- fix: sort closed tasks by completion date by @bborn in #111
- feat: allow changing task status via keyboard shortcut by @bborn in #112
- feat: add GitHub Actions CI workflow by @bborn in #113
- feat: add workflow_save_screenshot MCP tool for visual work by @bborn in #109
- Remove watch and attach keyboard shortcuts by @bborn in #115
- feat: use GitHub API to detect merged PRs for task auto-close by @bborn in #116
- feat: add Command+P task switcher for fast navigation by @bborn in #114
- style: use rounded border for kanban columns by @bborn in #117
- fix: make Command+P task switcher work in all views by @bborn in #118
- feat: add port allocation for task worktrees by @bborn in #104
- feat: remove jump-to-number and filter features by @bborn in #119
- refactor: rename TASK_ environment variables to WORKTREE_ by @bborn in #120
- feat: validate project exists before creating tasks by @bborn in #121
- fix: handle scroll offset when clicking tasks in kanban board by @bborn in #122
- feat: add scheduled and recurring tasks by @bborn in #123
- Add confirmation dialog for project deletion by @bborn in #125
- feat: add mobile-friendly single-column view for narrow terminals by @bborn in #124
- fix: allow tab navigation out of instructions textarea in settings forms by @bborn in #126
- feat: de-emphasize recurring tasks visually and sort to bottom by @bborn in #128
- feat: remove the f files shortcut by @bborn in #129
- feat: rename Claude session when task title changes by @bborn in #130
- feat: remove kill command functionality by @bborn in #131
- feat: add distinct colors to project labels by @bborn in #132
- fix: improve scheduled task label format by @bborn in #133
- feat: add arrow key shortcuts to navigate tasks in detail view by @bborn in #134
- feat: add worktree init hook configuration by @bborn in #135
- feat: improve task details labeling with task number and position by @bborn in #136
- fix: show S (status) shortcut in task detail view help bar by @bborn in #137
- fix: prevent duplicate tmux panes from rapid arrow key navigation by @bborn in #138
- feat: allow users to change task status at any time by @bborn in #139
- feat: Add magic paste functionality for task titles by @bborn in #141
- fix: use 'mergeable' field for PR conflict detection by @bborn in #143
- Fix: Align task status selection with Kanban columns by @bborn in #142
- feat: add PR URL/number search to ctrl+p command palette by @bborn in #140
- Fix: Automatically kill Claude processes when tasks complete to prevent memory waste by @bborn in #145
- feat: add keyboard shortcut to toggle dangerous mode for running tasks by @bborn in #144
- fix: resolve tmux window and shell pane creation issues by @michaelkoper in #147
- feat: allow switching back from dangerous mode to safe mode by...
v0.1.0
What's Changed
- Tui rewrite by @bborn in #49
- Add quit confirmation dialog when pressing ESC on dashboard by @bborn in #50
- Style delete confirmation as centered modal dialog by @bborn in #51
- Make task notifications clickable to open task detail view by @bborn in #52
- Improve the layout by @bborn in #53
- Add Dracula theme to settings by @bborn in #54
- Improve task state syncing to Claude hooks by @bborn in #55
- Auto-close tasks when PR branch is merged by @bborn in #57
- Add PR status display for tasks with associated pull requests by @bborn in #58
- Fix kanban column header width alignment by @bborn in #59
- Add CLI commands for task management by @bborn in #60
- Add mouse click support for task cards in kanban board by @bborn in #56
- Make attachments accessible to task's Claude by @bborn in #61
- Remove 'o' keyboard shortcut for opening task directory by @bborn in #62
- Allow task editing from detail view by @bborn in #63
- Remove click-to-view functionality from task notification banners by @bborn in #66
- Add labels to tmux panes for better navigation by @bborn in #67
- Add PR submission reminder to coding task system prompt by @bborn in #65
- Fix task panes visibility when leaving task detail view by @bborn in #64
- Remove copilot pane tmux resize by @bborn in #68
- Replace 'none' project with 'personal' default project by @bborn in #69
- Ensure Details pane has focus when entering task detail view by @bborn in #71
- Fix kanban board to use all available vertical space by @bborn in #73
- Enable multiple task instances with unique tmux sessions by @bborn in #72
- Prevent deletion of the personal project by @bborn in #74
- Make tasks reflect PR state reactively by @bborn in #70
- Fix Kanban column headers being cut off by @bborn in #75
- Increase task detail pane height to 20% and persist user preferences by @bborn in #76
- Fix Kanban column headers being cut off at top by @bborn in #78
- Style quit confirmation as a centered modal by @bborn in #77
- Remove priority field from tasks by @bborn in #80
- Add persistence for task pane resize positions by @bborn in #81
- Fix kanban column content to use full available height by @bborn in #82
- Revert "Fix kanban column content to use full available height" by @bborn in #84
- Update pane navigation hints to suggest clicking by @bborn in #86
- Add visual indicators for draggable pane borders by @bborn in #90
- feat: personal project first and remember last task type per project by @bborn in #89
- Improve PR merge detection via GitHub API by @bborn in #87
- Remove interrupt command and 'i' key shortcut by @bborn in #92
- Fix kanban column headers to align with column borders by @bborn in #93
- feat: add confirmation dialog to task kill command by @bborn in #96
- Hide execute and retry commands when task is processing by @bborn in #95
- Fix kanban columns to display more tasks (v2) by @bborn in #88
- fix: only manage Claude task status after task has started by @bborn in #94
- feat: add Tab/Shift+Tab shortcuts to switch between panes by @bborn in #91
- feat: show merge conflicts status for task PRs by @bborn in #99
- feat: show PR/CI status in task list and show commands by @bborn in #100
- feat: auto-rejoin tmux panes in task detail view by @bborn in #98
- fix: batch PR status fetching to prevent memory spikes by @bborn in #101
- feat: add
task cloudsubcommand for remote server management by @bborn in #97 - fix: ring terminal bell properly inside TUI by writing to /dev/tty by @bborn in #102
- feat: add # shortcut to jump directly to a task by @bborn in #108
- feat: add looping scroll on kanban columns by @bborn in #107
- feat: save full conversation transcript on Claude compaction by @bborn in #105
- feat: log Claude session ID in task logs by @bborn in #110
- fix: sort closed tasks by completion date by @bborn in #111
- feat: allow changing task status via keyboard shortcut by @bborn in #112
- feat: add GitHub Actions CI workflow by @bborn in #113
- feat: add workflow_save_screenshot MCP tool for visual work by @bborn in #109
- Remove watch and attach keyboard shortcuts by @bborn in #115
- feat: use GitHub API to detect merged PRs for task auto-close by @bborn in #116
- feat: add Command+P task switcher for fast navigation by @bborn in #114
- style: use rounded border for kanban columns by @bborn in #117
- fix: make Command+P task switcher work in all views by @bborn in #118
- feat: add port allocation for task worktrees by @bborn in #104
- feat: remove jump-to-number and filter features by @bborn in #119
- refactor: rename TASK_ environment variables to WORKTREE_ by @bborn in #120
- feat: validate project exists before creating tasks by @bborn in #121
- fix: handle scroll offset when clicking tasks in kanban board by @bborn in #122
- feat: add scheduled and recurring tasks by @bborn in #123
- Add confirmation dialog for project deletion by @bborn in #125
- feat: add mobile-friendly single-column view for narrow terminals by @bborn in #124
- fix: allow tab navigation out of instructions textarea in settings forms by @bborn in #126
- feat: de-emphasize recurring tasks visually and sort to bottom by @bborn in #128
- feat: remove the f files shortcut by @bborn in #129
- feat: rename Claude session when task title changes by @bborn in #130
- feat: remove kill command functionality by @bborn in #131
- feat: add distinct colors to project labels by @bborn in #132
- fix: improve scheduled task label format by @bborn in #133
- feat: add arrow key shortcuts to navigate tasks in detail view by @bborn in #134
- feat: add worktree init hook configuration by @bborn in #135
- feat: improve task details labeling with task number and position by @bborn in #136
- fix: show S (status) shortcut in task detail view help bar by @bborn in #137
- fix: prevent duplicate tmux panes from rapid arrow key navigation by @bborn in #138
- feat: allow users to change task status at any time by @bborn in #139
- feat: Add magic paste functionality for task titles by @bborn in #141
- fix: use 'mergeable' field for PR conflict detection by @bborn in #143
- Fix: Align task status selection with Kanban columns by @bborn in #142
- feat: add PR URL/number search to ctrl+p command palette by @bborn in #140
- Fix: Automatically kill Claude processes when tasks complete to prevent memory waste by @bborn in #145
- feat: add keyboard shortcut to toggle dangerous mode for running tasks by @bborn in #144
- fix: resolve tmux window and shell pane creation issues by @michaelkoper in #147
- feat: allow switching back from dangerous mode to safe mode by...