Skip to content

ChangeX v0.1.23

Choose a tag to compare

@ArioMoniri ArioMoniri released this 10 Jun 06:10
· 3 commits to main since this release

A native, liquid-glass redesign — plus commit-level navigation of your document.

Liquid glass / native feel

The window is now a real translucent material that picks up the desktop behind it — NSVisualEffectView on macOS, Mica/Acrylic on Windows. The whole chrome (top bar, sidebar, headers) is frosted glass with hairline edges and glossy controls.

See what each commit changed — in the document

Click any commit and the Document view jumps to and highlights the exact paragraph that commit changed. No more hunting through the file for the AI's edit.

Rewind to any commit

Rewind to #N reconstructs the document as it was at that commit (replays the original + the first N edits) and reveals the file in Finder/Explorer. It asks for the original pre-edit document once, then remembers it.

Chronological everywhere

Timeline, commit graph, and the change-log are all ordered oldest-edit-first.

pip install -U --no-cache-dir "changex[preview]"   # CLI + MCP
# Desktop app: macOS .dmg / Windows .msi / Linux .AppImage below