ChangeX v0.1.17
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 (hash ⭢ prev_hash) stamped with author + timestamp. v0.1.17 surfaces it:
changex reviewis 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 andchangex view.changex log— git-log-style history in the terminal (--onelinetoo).
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 graphEverything 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).