Skip to content

ChangeX v0.1.18

Choose a tag to compare

@ArioMoniri ArioMoniri released this 08 Jun 15:55
· 11 commits to main since this release

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 0 is the clean baseline; --to <seq> or a hash prefix (from changex 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 graph

Everything 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).