Releases: bborn/taskyou
Releases · bborn/taskyou
v0.2.35
v0.2.34
v0.2.33
Changelog
- b20e266 Audit spotlight: add unit tests and fix silent stash failure
- 61f42bd Add shell completion documentation to README
- 54abffa Fix goimports formatting
- 687acdb Add version deprecation warning to CLI commands
- 318affa Fix kanban quick input to send text literally via tmux
- 3181b6e Fix lint: align struct field formatting in cobra.Command literals
- 072e257 Remember last queue choice per project in task creation dialog
- 077c185 Add dangerous mode execution shortcut across all task entry points
- 413f023 Add shell tab completion for CLI commands
- d928316 Auto-select executor pane on task execution
v0.2.32
v0.2.31
v0.2.30
Changelog
- 84ea8a1 Fix lint: goimports formatting and nil context in tests
- 54dbb5c Resolve merge conflicts and improve QMD extension quality
- 43882f2 Pass WORKTREE_PATH to hook scripts
- 4bc6ed1 Fix kanban focus snapping back to previous column after refresh
- e4b4742 Rewrite ty tail to use Bubble Tea with alternate screen buffer
- cce61db Add QMD semantic search integration to TUI detail view
- 36bf6bf Add ty-qmd extension for QMD search integration
v0.2.29
v0.2.28
Changelog
- 08de291 Make vulncheck advisory until Go 1.25.8 is available
- 5da83fc Revert Go version changes — vulns require Go 1.25.8 (not yet in CI)
- 7a63447 Use Go 1.25.7 to match CI available version
- d2aa60f Upgrade Go to 1.25.8 to fix stdlib vulnerabilities
- 0a7c4cc Upgrade Go to 1.25.8 to fix stdlib vulnerabilities
- af5807d Fix stale WAL reads from external process writes
- 77e12df Fix Kanban not updating when task status changes externally
v0.2.27
Changelog
- 3428ffe Show latest log output per task in ty tail view
- 33d0568 Sync docs/install.sh with scripts/install.sh
- 63a9415 Fix carriage return in version string from redirect header
- 2f04719 Add
ty tailcommand for live task view by project and status - acc146f Use redirect-based version detection instead of GitHub API