Skip to content

Releases: Sanjays2402/tsk

v0.2.0

22 Apr 02:57
d17657e

Choose a tag to compare

Changelog

  • 66975ed ci: pin go 1.24 to match bubbletea requirements
  • 1d43997 ci: switch golangci-lint to v1 config (pin v1.61.0)
  • d17657e feat(dates): natural-language due dates (v0.2.0) (#1)

v0.1.0

22 Apr 02:37

Choose a tag to compare

Changelog

  • 0ff2c9e ci: github actions for vet, lint, and test matrix
  • e851043 ci: goreleaser config and release workflow
  • 657cf04 feat(cmd): done, undo, rm, edit, and next
  • 5ddd179 feat(cmd): init, add, and ls commands with filters
  • 7f330bc feat(cmd): shell completion generation
  • 4186283 feat(cmd): stats and export (json, csv)
  • effd089 feat(model): task struct, priority enum, due handling
  • 25657c1 feat(store): markdown parser, writer, and atomic writes with tests
  • 1b75010 feat(tui): add/edit forms, delete confirm, and smoke tests
  • ff29d16 feat(tui): bubbletea list, keybinds, progress, and styles
  • a73438c feat(tui): fuzzy search, sort menu, and help overlay