Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 11:15

Install

curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.1.1
brew install vshulcz/homebrew-tap/deja-vu

Changelog

Fixes

  • 610bf24 fix: serve last/show/ctx from index, usage polish
  • 102beae fix: session ord churn, sqlite side-effect file, substring fallback, scope thrash
  • 2033299 fix: staticcheck dead assignments

Performance

  • 5ee3257 perf: binary index format, faster warm search
  • 276e7ba perf: parallel tokenization and bucket writes
  • b5297dd perf: rank sessions before reading records

Documentation

  • e6b5386 docs: landing page for GitHub Pages
  • 399fb95 docs: link website
  • c29d1a9 docs: npm scoped package name
  • 72fd3fc docs: polish landing page, logo favicon
  • 97cf2f4 docs: update performance numbers

Other

  • 02054ca ci: release to GitHub, Homebrew and npm from one tag
  • 72e4917 style: gofmt