Skip to content

0.19.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:35

0.19.0 — file metadata columns and date filtering

  • Five built-in columns taken from the file itself: Modified, Created, Size,
    Extension and Folder. Turn them on per grid under ▦ columns → File metadata. They are
    read-only, and sort by the underlying value rather than the printed text, so ordering by Modified
    is a true chronological sort.
  • The date columns filter by time. Their filter dropdown leads with in the last … days,
    after and before, so "the notes I edited in the last thirty days" is a single condition on
    the Modified column.
  • "In the last N days" counts from local midnight N days back, so it means whole days rather than a
    rolling window that drifts through the afternoon. "Before" stops at the start of the named day and
    "after" begins at the end of it, so the two never both claim the boundary day.
  • Date columns group their checkbox list by day. A list of distinct minutes would hold one entry per
    row, so the values are days while the cell keeps its time.
  • The stacked filters accept the same fields as file.mtime, file.ctime, file.size, file.ext,
    file.folder, file.name and file.path, with autocomplete, and the date operators work there
    too.
  • The date operators also apply to ordinary properties whose values parse as dates, so a due
    column answers before 2026-09-01 without being file metadata.
  • The summary footer reports the oldest and newest date in view under a date column.