Skip to content

Releases: dawidsok/tickcats

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 08:31

Changelog

Features

  • 3bb5dca: feat(skills): add tc-workflow pipeline navigator ( <>)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 08:20

Changelog

Features

  • 2d070ae: feat(skills): ship tc-* Claude Code skill family and tickcats-from-roadmap ( <>)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:10

Changelog

Features

  • 816ea0f: feat(priority): add matrix metadata and sorting ( <>)
  • 3121e23: feat(store): persist column colors ( <>)
  • 667e08b: feat(tui): expose matrix importance controls ( <>)
  • 1cb8ba1: feat(tui): set ticket deadlines from dialogs ( <>)

Bug fixes

  • 94cf033: fix(tui): keep search results navigable ( <>)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 17 Jun 06:19

Changelog

Features

  • e8e8e38: feat(tui): add dim-sum color theme ( <>)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:05

Changelog

Features

  • 351eb76: feat(tui): highlight markdown in detail view ( <>)
  • 0d47b5f: feat(tui): simplify deadline handling ( <>)

Bug fixes

  • a3fd8a3: fix(store): avoid recreating removed columns on init ( <>)
  • f4d1fa7: fix(tui): prevent bordered view overflow ( <>)
  • 650e70c: fix: shorter sla label ( <>)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:18

Changelog

Features

  • cac6187: feat(tui): support vim count navigation ( <>)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:09

Changelog

Features

  • 43e119f: feat(store): sync dynamic board columns ( <>)
  • 3e58fcc: feat(tui): implement customisable column configuration ( <>)

Bug fixes

  • 94463d1: fix(tui): stabilise custom config editor ( <>)

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:35

Changelog

Features

  • fcaa5ff: feat(tui): add slash-activated fuzzy search overlay (TC-NQ7883) ( <>)
  • ad401cc: feat(tui): bordered column headers floating above body (TC-WAVX5Z) ( <>)

Bug fixes

  • fbe600b: fix(lint): resolve staticcheck and errcheck violations ( <>)
  • 54b1c77: fix(tui): include priority in search haystack; add j/k/h/l navigation ( <>)
  • a8388a4: fix(tui): keep detail view bound to moved ticket (TC-GSWC9Q) ( <>)
  • 1e8f3f4: fix(tui): match pick-next banner text colour to border theme colour ( <>)
  • f81d795: fix(tui): pick-next banner border uses doing color from active theme ( <>)
  • 3582065: fix(tui): prevent test from writing sort.json into source tree ( <>)
  • 048c22a: fix(tui): progressive esc in search nav — first clears query, second exits ( <>)
  • 8d0e0fc: fix(tui): two-phase search — type then enter to navigate results ( <>)
  • 7e0e2df: fix(tui): validate editor binary via LookPath and split args ( <>)

Refactors

  • 0efdb79: refactor(tui): convert themeColor/colStyle to package-level functions ( <>)

Other

  • a7e6793: docs(flows): add per-flow architecture docs with Mermaid diagrams ( <>)

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Jun 14:24

Changelog

Features

  • 7e49f51: feat(ticket): add stable ticket ids ( <>)
  • f8b0b8f: feat(tui): add keyboard shortcuts help dialog ( <>)

Bug fixes

  • 6393dc9: fix(tui): constrain and scroll help dialog ( <>)
  • 9bb1fc6: fix(tui): render warnings in footer snack ( <>)
  • 9c2d2bc: fix(tui): use distinct sla bar markers ( <>)

Refactors

  • e45e9f1: refactor(tui): split model into focused files ( <>)
  • f750373: refactor(tui,store,ticket): extract shared primitives, de-duplicate logic, and add documentation ( <>)

Other

  • ac66b0f: ci(release): verify goreleaser pipeline ( <>)
  • 212b0ff: style(tui): simplify sort shortcut label ( <>)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 01 Jun 11:19

Changelog

Features

  • 921feed: feat(ticket): parse optional deadline metadata ( <>)
  • 2b694f7: feat(tui): add CONTENT header to detail content panel ( <>)
  • eaf70f2: feat(tui): add snack notifications for user actions ( <>)
  • 9fc0d3f: feat(tui): show deadline sla bars on board ( <>)
  • 95d37c3: feat(tui): show inactive sla bars ( <>)
  • 9c458e0: feat(tui): style detail metadata header and color priority/state values ( <>)
  • 24d6cf9: feat(workflow): add wont-do column ( <>)

Bug fixes

  • a31cf3e: fix(tui): clear stale delete status after successful trash ( <>)
  • e5c5a23: fix(tui): keep focused ticket visible when scrolling columns ( <>)
  • f7da485: fix(tui): render sla bars as contiguous segments ( <>)

Other

  • 453c86b: style(tui): render sla bars as pipes ( <>)
  • 77134fd: style(tui): tune wont-do theme colors ( <>)
  • d16489f: test(tui): lock sla bar color order ( <>)