ChangeX v0.1.18
Rewind to any phase + per-part "follow lines" in the commit graph.
The .changex journal is an append-only, hash-chained log of edits — now you can navigate it like git:
- ⏪
changex rewind <journal> <original.docx> --to <seq|hash> --out <doc>— reconstruct the document as it was at any earlier phase.--to 0is the clean baseline;--to <seq>or a hash prefix (fromchangex review/changex log) replays the baseline + the first N edits. - 🐙 GitKraken-style commit graph, now multi-lane — every document part (paragraph) is its own coloured lane: a continuous follow line you can trace down the graph through every edit that touched it. Parts edited repeatedly become parallel threads. The same graph shows in the ChangeX Viewer and
changex view.
pip install -U --no-cache-dir "changex[preview]"
changex rewind report.changex original.docx --to 3 --out phase3.docx
changex review report.changex --out graph.html # the multi-lane follow-line graphEverything from v0.1.14–v0.1.17 carries forward (native Quick Look, code/text preview, Windows preview, no Dock icon, auto-connect to Claude Desktop, changex log).