Changelog
- faf1c1b chore(main): release 0.9.37
- a4b3e9d ci(release): add SLSA build provenance attestations
- 489201c ci(release): pin golangci-lint to v2.11.4 to match ci.yml
- 6778c2f docs(event-timeline): document keybindings and wire ?/F1 to context help
- 1068839 feat(ui): support count-prefixed motion (Nj/Nk) in read-only viewers
- 28782d1 feat(ui): support count-prefixed yank (Ny) in read-only viewers
- f8f47a1 fix(lint): inline int32Ptr and use slices.Backward (golangci-lint v2.12)
- 9977274 fix(nav): clear filter state when navigating to parent
- 8383f6b fix(ui): keep "/" search highlight from corrupting SGR codes
- 459d81f refactor(count_prefix): address PR review feedback
- 8f91cf7 refactor(nav): modernize backward loop, split parent-filter tests
- d368e7f refactor(ui): address review feedback on help search highlight fix
- 0b200e8 refactor(yank): address review feedback
- 663d3cc refactor(yank): consolidate parse+clear into consumeYankCount, clarify YAML semantics