Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 867 Bytes

File metadata and controls

25 lines (19 loc) · 867 Bytes

Release Notes (Draft)

v1.2.1

Added

  • Session title in list output, single-session view, and CSV export.
  • Time filters: --since, --until (YYYY-MM-DD or YYYY-MM-DD HH:MM).
  • Top and recent selectors: --top N (by tokens), --recent N (by time).
  • CSV export includes title, directory, project_id.

Improved

  • Better alignment for mixed CJK/Latin titles in table output.
  • tok now transparently forwards CLI args.
  • Install script is more robust and avoids exposing user paths in instructions.

Fixed

  • --all output with no --sort.
  • --sort time not functioning.
  • --latest sorting by lexicographic ID instead of time.
  • Missing --export implementation.
  • Missing --session handling in tok.

If you want, I can generate a GitHub Release body in markdown format, or update version numbers for an official release tag.