Skip to content

Releases: bborn/taskyou

v0.2.37

21 Apr 19:00
069ac5f

Choose a tag to compare

Changelog

  • 401eda6 Fix silent task.completed / task.blocked hooks (#2449)

v0.2.36

13 Apr 12:21
7b0d3d0

Choose a tag to compare

Changelog

  • 9eb4922 Add bulk operations to taskyou CLI
  • bb4be90 Fix SQLITE_BUSY by passing PRAGMAs via DSN for connection recycling

v0.2.35

31 Mar 14:22
e007210

Choose a tag to compare

Changelog

  • 10c5deb Add 'ty sessions suspend' command to kill blocked task processes

v0.2.34

26 Mar 17:08
f4c1605

Choose a tag to compare

Changelog

  • ba51c61 Add keyboard shortcut (G) to open task PR in browser

v0.2.33

23 Mar 19:05
6b9d31b

Choose a tag to compare

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

20 Mar 19:35
aaab134

Choose a tag to compare

Changelog

  • 3f88350 Rewrite executor switching to fix pane capture, race conditions, and window loss

v0.2.31

17 Mar 15:29
0430942

Choose a tag to compare

Changelog

  • 645153d Add ty serve HTTP API and ty-web kanban board extension

v0.2.30

11 Mar 15:59
a7fd29f

Choose a tag to compare

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

09 Mar 02:30
f66fe02

Choose a tag to compare

Changelog

  • 7eeb31f Extract findPanesForWindow helper and add unit tests
  • 938c7ce Fix daemon killing active tasks via tmux window name substring match

v0.2.28

08 Mar 13:36
82b2d9d

Choose a tag to compare

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