Releases: dawidsok/tickcats
Releases · dawidsok/tickcats
Release list
v0.5.0
v0.4.0
Changelog
Features
- 2d070ae: feat(skills): ship tc-* Claude Code skill family and tickcats-from-roadmap ( <>)
v0.3.0
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
v0.2.2
v0.2.1
v0.2.0
v0.1.6
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
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
v0.1.4
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 ( <>)