Skip to content

ChangeX v0.1.17

Choose a tag to compare

@ArioMoniri ArioMoniri released this 08 Jun 14:56
· 14 commits to main since this release

Git-like history + a GitKraken-style commit graph for every document.

The .changex journal was always an append-only, hash-chained log of edits — each op is a commit (hashprev_hash) stamped with author + timestamp. v0.1.17 surfaces it:

  • changex review is now a GitKraken-style commit graph — a coloured graph rail of commit nodes (per-author lanes), each showing its short hash, the op kind, the document part it touched, the redline (red strikethrough delete / green insert), the author (avatar + name), and a timestamp. Dark/light aware, self-contained HTML. The same graph shows in the ChangeX Viewer and changex view.
  • changex log — git-log-style history in the terminal (--oneline too).
pip install -U --no-cache-dir "changex[preview]"
changex log report.changex --oneline       # the history, git-style
changex review report.changex --out graph.html   # the commit graph

Everything from v0.1.14–v0.1.16 carries forward (native Quick Look, code/text preview, Windows preview, no Dock icon, auto-connect to Claude Desktop).