summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-05add page scrolling keys and bump version to v0.7.0v0.7.0Paul Buetow
2026-03-05migrate Bubble Tea and Lip Gloss to charm.land v2 APIsPaul Buetow
2026-03-04tui: fix entry editing keys and show session durationsv0.6.0Paul Buetow
Bump version to v0.6.0.
2026-03-04chore: bump version to v0.5.1v0.5.1Paul Buetow
2026-03-04chore: fix code-quality and 100-go-mistakes findingsPaul Buetow
Addresses Taskwarrior findings for golangci-lint v2 config, deprecated APIs, unchecked test errors, dead code, and staticcheck cleanups. Task UUIDs: 461c529c-5de3-4ceb-a761-5534f9f4342e, 8696d39e-d911-4ffe-8708-af1652a084b7, 0f63064b-be12-4fd6-a412-2904f94eb3dd, c051e84f-0e7b-48bc-8f16-e65133636ceb, 076cf172-e5fb-4f55-a1d6-1bce71e2f131, 1ed5b895-da61-4114-8321-cb129b24d6e1, 659311db-10af-4ec5-a08a-92240fa23489
2026-03-04Rename project to timesamurai and release v0.5.0v0.5.0Paul Buetow
2026-03-04docs: add package docs and timer API commentsPaul Buetow
2026-03-04tests: add black-box package API checksPaul Buetow
2026-03-04tests: add fuzzing for duration and time parsingPaul Buetow
2026-03-04worktime tests: convert validations to table-drivenPaul Buetow
2026-03-04tests: parallelize independent parse subtestsPaul Buetow
2026-03-04tests: skip IO-heavy suites in short modePaul Buetow
2026-03-04timer: remove sleep from stop timer testPaul Buetow
2026-03-04mage: run tests with race detectorPaul Buetow
2026-03-04tui: gate root timer ticker schedulingPaul Buetow
2026-03-04timer: add timeout to task tracking commandPaul Buetow
2026-03-04report: avoid struct copies in range loopsPaul Buetow
2026-03-04worktime: simplify empty slice initializationPaul Buetow
2026-03-04tui: use named returns for body sizePaul Buetow
2026-03-04tui: optimize entry filtering and matchingPaul Buetow
2026-03-04tui: make entry input backspace rune-safePaul Buetow
2026-03-04ascii: add coverage for GetFont and renderingPaul Buetow
2026-03-04worktime: extract BuildReport entry processorPaul Buetow
2026-03-04tui: split entries update into mode handlersPaul Buetow
2026-03-04cli: share timer elapsed-state check helperPaul Buetow
2026-03-04worktime: centralize active category status logicPaul Buetow
2026-03-04tui: extract timer work integration helperPaul Buetow
2026-03-04worktime: extract report import parsing from cliPaul Buetow
2026-03-03timer: extract shared elapsed state helperPaul Buetow
2026-03-03timer: inject tracker dependency for TrackTimePaul Buetow
2026-03-03timer: remove global state file overridePaul Buetow
2026-03-03cli: thread config via command contextPaul Buetow
2026-03-03tui: standardize model receivers to pointersPaul Buetow
2026-03-03timer: remove unnecessary else in GetStatusPaul Buetow
2026-03-03build: add golangci-lint config and mage targetPaul Buetow
2026-03-03cli: harden report import error handlingPaul Buetow
Capture deferred close errors and preserve parse failure context in import date parsing.
2026-03-03worktime: use sentinel login state errorsPaul Buetow
Replace string matching in timer sync with errors.Is and add regression tests.
2026-03-03tui: wire real entries/report data and improve entry editingPaul Buetow
Includes task 354 error-wrapping updates in cli/timer.go.
2026-03-03docs: refresh README and keep version at v0.4.0Paul Buetow
2026-03-03Task 352: clean up legacy live package and stale binariesPaul Buetow
2026-03-03Task 352: expand comprehensive test coveragePaul Buetow
2026-03-03Task 352: integrate timer and worktime login syncPaul Buetow
2026-03-03Task 352: add tui cobra commandPaul Buetow
2026-03-03Task 352: add TUI report screen modelPaul Buetow
2026-03-03Task 352: add TUI timer screen with work togglePaul Buetow
2026-03-03Task 353: add TUI entry edit/delete/add flowsPaul Buetow
2026-03-03Task 353: add TUI entries browser modelPaul Buetow
2026-03-03Task 352: add TUI root scaffoldPaul Buetow
2026-03-03Task 352: switch main to cobra executePaul Buetow
2026-03-03Task 352: add work cobra subcommandsPaul Buetow