Changelog
Semantic versioning. Dates are release dates.
1.4.2 2026-05-19
- Fix:
search --contextoff-by-one when a match was on the first line. - Fix: respect
NO_COLOReven whencolor = truein config. - Faster reindex on journals with >50k entries (~2.3x).
1.4.0 2026-03-31
- New:
statscommand with streaks and tag frequency. - New:
export --format htmlproduces a self-contained file with a TOC. - Natural-language dates now understand "last monday", "end of month".
1.3.0 2026-01-12
- New: optional encryption-at-rest via
ageandgpgbackends. - Windows: native
driftlog.exebuilds; fixed path handling under PowerShell.
1.2.0 2025-10-04
- New:
--stdinfor piping entries from scripts. - Search index moved to
~/.cache; addedreindex.
1.1.0 2025-07-21
- New: tag filters on
listandsearch. - Configurable filename template and per-entry front matter.
1.0.0 2025-04-02
- First stable release. Storage format is now committed to: plain Markdown + YAML front matter.
- Signed release binaries for linux/macOS/windows (amd64 + arm64).
0.5.0 2024-11-15
- Full-text search backed by an on-disk index.
- Natural-language date parsing for
--since/--until.
0.3.0 2024-06-08
exportto Markdown and JSON.- Cross-compiled binaries for linux/macOS (amd64 + arm64).
0.1.0 2024-02-09
- First public release:
new,list,show,edit.