Release v0.13.0 — Markdown Diff Export, Keyboard Shortcuts Legend, and Mobile Diff Fixes
August 12, 2026
DiffFlow v0.13.0 focuses on productivity, portability, and mobile polish. In this release, we ship a direct Markdown diff summary export toolbar button, an instant Keyboard Shortcut Legend modal (?), and a mobile text-wrapping hotfix for side-by-side diff views.
Export Diff Summary as Markdown
Website change detection is most valuable when you can easily share findings across your team's workflow — whether in GitHub issues, Jira tickets, Notion docs, or Slack channels.
With v0.13.0, every diff modal now features a prominent Export Markdown toolbar button.
Key highlights:
- One-Click Export: Generates a clean, structured .md file containing the AI diff summary, before/after HTML snapshots, target URL, and detection timestamp.
- Zero Dependencies: Client-side generation with immediate file download.
- Workflow Ready: Paste structured Markdown directly into tickets or documentation without manual reformatting.
Keyboard Shortcut Legend Modal (?)
Power users move faster with hotkeys. You can now press ? anywhere in the app (or click the new ? icon in the main header navigation) to open the Keyboard Shortcuts Legend modal.
Included shortcuts:
- ?: Toggle Keyboard Shortcut Legend
- Esc: Close active modal or dialog
- g + d: Navigate to Dashboard (/monitors)
- g + h: Navigate to Diff History (/diff-history)
- g + t: Navigate to Templates (/templates)
Mobile Side-by-Side Diff Text Wrapping Fix (Hotfix)
On smaller viewports, side-by-side diff viewers previously suffered from clipping or horizontal overflow when rendering long URLs, unspaced tokens, or HTML markup.
We overhauled the side-by-side diff grid component:
- Responsive Layout: Adapts automatically from single-column stacked layout on mobile screens to dual-column side-by-side on desktop viewports.
- Strict Wrapping: Applies min-w-0 and CSS break-words break-all [overflow-wrap:anywhere] text wrapping across both diff panes.
- Synchronized Scroll: Maintains smooth synchronized scrolling without horizontal document overflow.
Summary of Changes
- Added: Toolbar button on all diff views to export diff summaries and snapshots as Markdown (
.md). - Added: Global
?key listener and Keyboard Shortcuts modal listing app shortcuts, plus header button. - Fixed: Text overflow and horizontal clipping on mobile side-by-side diff view.
Get Started
Log into your DiffFlow account, open any change in /diff-history or your monitor dashboard, and click Export Markdown to export your first change summary report!