Releases: pders01/sp
Releases · pders01/sp
v0.18.0+ci.2
Changelog
- 21657b4 fix(ci): grant release job contents:write and route brews via PAT
v0.18.0
Changelog
- 4c773dd chore: adopt Makefile, golangci-lint, and CI workflow from fwrd
- c82e8bc chore: clean up codebase to satisfy golangci-lint
- 01a1266 feat(cli): pass scratchpad contents into calendar view
- df1f2e2 feat(config): add config package with ui.theme preference
- 8f394ee feat(tui): add IconSet and brand palette aligned with fwrd
- b94bf9c feat(tui): light/dark palette swap on theme change
- efa9535 feat(tui): live glamour theme switching with system auto-detect
- 70c7ae4 feat(tui): per-day annotations and full-screen calendar layout
- f235f96 feat(tui): rebuild calendar as full-screen month/year views
- 4b57923 feat(ui): App router unifies calendar and notebook views
- 4c36444 feat(ui): drill via Enter across calendar and notebook
- 6103573 feat(ui): pop syncs calendar cursor to notebook current page
- b6710d4 feat(ui): suspend TUI for editor, resume with refreshed content
- bfbfa4f fix(tui): confine cursor underline to the date number
- e7214d7 fix(tui): plug goroutine leak, rune-safe truncate, cleaner cursor cell
- 2634d34 fix(tui): year-view tile rendering with mismatched heights
- 0f62e66 refactor(tui): drop emojis from calendar, use IconSet
- d5714f1 refactor(tui): polish notebook footer with HR and brand styles
- db73326 refactor(tui): share theme plumbing between notebook and calendar
- d1056fc test(scratchpad): cover error paths and listing edge cases
- 7f7f52b test(tui): extend coverage for icons, accessors, and navigation