summaryrefslogtreecommitdiff
path: root/internal/version.go
AgeCommit message (Collapse)Author
2026-04-07chore: bump version to 0.12.1v0.12.1Paul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019d669c-a1a9-702a-ab0e-7ea799649e17 Co-authored-by: Amp <amp@ampcode.com>
2026-03-23Bump version to 0.12.0v0.12.0Paul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019d197f-3cb2-775c-ba8b-ff16be288021 Co-authored-by: Amp <amp@ampcode.com>
2026-03-05Bump version to 0.11.4v0.11.4Paul Buetow
2026-03-03bump up version to 0.11.3v0.11.3Paul Buetow
Patch release: code quality improvements based on 100 Go Mistakes analysis. (Retried as 0.11.3 because 0.11.2 was already used in remote)
2026-03-03chore: bump version to 0.11.2v0.11.2Paul Buetow
2026-02-28bump up version to 0.9.3v0.11.1Paul Buetow
Patch release: code-quality refactors (Model sub-structs, date format constant, debug config struct, large function decomposition) and one bug fix (View() double-render of expandedCellView). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-04feat: add toggle for task completion blinking feedbackv0.11.0Paul Buetow
- Add 'B' hotkey to toggle blinking on/off when tasks are marked done - When disabled, tasks complete immediately without visual distraction - When enabled, provides visual feedback with blinking animation - Show status message indicating toggle state - Bump version to 0.11.0
2026-02-04add runtime debugging signals and convert to magev0.10.0Paul Buetow
- Add SIGUSR1 handler for goroutine stack dumps when app hangs - Add SIGUSR2 handler for full profiling (heap, cpu, block) - Add --debug-dir flag for configurable debug output location - Convert build system from go-task to mage - Update documentation with debugging workflow - Bump version to 0.10.0
2025-10-05add open for macosv0.9.3Paul Buetow
2025-07-02bump up versionv0.9.2Paul Buetow
2025-06-28feat: add external editor support for description editing in detail viewv0.9.1Paul Buetow
- Enable editing task description using external editor ($EDITOR) - Create temporary file for editing and handle TUI editor properly - Show editing indicator while external editor is active - Add blinking feedback after successful description update - Increment version from 0.9.0 to 0.9.1 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-22Update module path and docsPaul Bütow
2025-06-20Add version constant and status bar infoPaul Bütow
2025-06-19Add boilerplate Go programPaul Bütow