Skip to content

v0.17.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 18:42
· 1474 commits to main since this release

Install

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

Changelog

Features

  • feat(assets): generate the SVG mark from the sprite, and wag the tail (#1243)
  • feat(assets): give the cat a cat's timing (#1253)
  • feat(assets): the cat breathes (#1254)
  • feat(brand): a new mark, and every surface that carries it (#1240)
  • feat(cline,qwen): turn tool calls and results into work records (#1237)
  • feat(mark): the paws tuck in the air and spread on landing (#1259)
  • feat(search): hand the ranking's own term weights down to the excerpt (#1267)
  • feat(search): rank the whole question and its rare part, and take the better (#1266)
  • feat(search): satisfying the AND is worth places, not everything (#1265)
  • feat(site): give the home page a rhythm and somewhere to land (#1251)
  • feat(site): repaint the site in the brand's colours, and put the mark on it (#1249)
  • feat(stats): draw the card in the terminal, keep the SVG for a path (#1247)

Fixes

  • fix(codex): doctor called a working hook untrusted, and an unrunnable one wired (#1262)
  • fix(cursor): resolve the Windows IDE root through %APPDATA% (#1239)
  • fix(mark): drop the lean, give it a hop instead (#1258)
  • fix(mark): squash and stretch, not a sliding slab (#1257)
  • fix(mark): the blink was sliding the eyes down the face (#1255)
  • fix(mark): the cat was hovering, not breathing (#1256)
  • fix(search): measure the tightest window, not the span between first mentions (#1268)
  • fix(search): one decisive word is a match, not a weak one (#1261)
  • fix(search): show the message that earned the rank, not the wordiest one (#1264)
  • fix(search): the relevance tier served records exact search hides (#1263)
  • fix(site): the phone layout, which I had never actually looked at (#1250)
  • fix(stats): the card was printing a line out of the reader's own history (#1252)

Documentation

  • docs: changelog for 0.17.2
  • docs: rework the README opening, and show the tool itself (#1242)
  • docs: the README listed four MCP tools; the server serves six (#1244)

Other

  • chore(packaging): pin scoop and winget to 0.17.1 (#1238)
  • chore: drop smithery.yaml (#1241)
  • chore: pin the codex plugin version, drop one orphan asset (#1246)
  • chore: things nothing was checking (#1245)
  • ci: take the windows leg off the per-commit path, and drop -race there (#1236)