Skip to content

Releases: Fabio-RibeiroB/tact

v0.1.3

02 Apr 21:25

Choose a tag to compare

Fixes

  • Remove autoguess tasks — task inference from pane content and session history is gone. The W modal now opens empty (or with your saved manual task) so there's no long auto-filled text to delete.
  • Session list scroll — the list now scrolls to keep the selected session visible when navigating with j/k, including card style with many sessions.
  • Kiro y/n inputs — pressing y now sends y+Enter to Kiro prompts. Pressing n also reaches Kiro instead of being captured by the notification toggle.

v0.1.2

27 Mar 18:14

Choose a tag to compare

Highlights

  • add three switchable TUI layout styles alongside the existing theme cycling
  • tighten the retro bracket layout so it uses space more efficiently
  • add in-TUI session renaming with persisted custom names
  • replace the misleading card activity timer with an explicit last-check display
  • document the new shortcuts and current ~/.tact data paths in the README

Included commits

  • feat(tui): add switchable layout styles
  • fix(tui): tighten retro bracket layout
  • feat(tui): add session renaming and last-check display
  • docs: update README for session renaming and data paths

v0.1.1

23 Mar 20:52

Choose a tag to compare

Changelog

  • 1df1df2 chore: remove homebrew tap (repo does not exist)
  • 8ad138a chore: ignore .claude worktree dir
  • 5eea0da chore: update goreleaser config to version 2
  • 408c9a0 Merge fix/pre-release: list logic and directory permissions
  • d3cf5b1 fix: list all todos when -p omitted, restrict ~/.tact to 0700
  • 3be5ced Merge fix/store-bugs: atomic writes, error propagation, CI
  • d09b5a2 fix(tui): move status to final column and improve session layout
  • d19b08c ci: add GitHub Actions workflow
  • edaca50 chore(makefile): add test, vet, and check targets
  • bfcba92 fix(model): explicitly discard crypto/rand.Read return value
  • 517460c fix(store): propagate save errors from UpdateTodo and RemoveTodo
  • f23e4e4 fix(store): atomic write to prevent truncate-before-lock data race

v0.1.0

23 Mar 20:02

Choose a tag to compare

What's Changed

  • fix(tui): improve terminal compatibility and add minimum size guard by @bradymd in #1
  • perf(tui): faster insert mode via persistent tmux control connection by @bradymd in #2

New Contributors

Full Changelog: https://github.com/Fabio-RibeiroB/tact/commits/v0.1.0