v4.4.0
dmtrKovalenko/odiffv4.4.0Jul 21, 2026by dmtrKovalenko
AI Summary
This release upgrades the Zig toolchain and Playwright while introducing inline image diffing capabilities for terminal emulators like Kitty and improved binary distribution.
Key Highlights
- Upgrade to Zig 0.16
- Display image diffs inline using kitty graphics protocol
- Upgrade Playwright to 1.61
- Distribute prebuilt binaries via per-platform npm packages
New Features
- Inline diff display (kitty)
- Per-platform npm packages
Full Release Notes
## What's Changed * fix(server): remove lingering stdin listeners in _writeWithBackpressure by @kainstar in https://github.com/dmtrKovalenko/odiff/pull/172 * feat: Upgrade to zig 0.16 by @dmtrKovalenko in https://github.com/dmtrKovalenko/odiff/pull/178 * Display image diffs inline using kitty graphics protocol by @cadenkriese in https://github.com/dmtrKovalenko/odiff/pull/177 * feat: Upgrade playwright to 1.61 by @dmtrKovalenko in https://github.com/dmtrKovalenko/odiff/pull/179 * feat(npm): distribute prebuilt binaries via per-platform @odiff/* packages by @dmtrKovalenko in https://github.com/dmtrKovalenko/odiff/pull/180 ## New Contributors * @kainstar made their first contribution in https://github.com/dmtrKovalenko/odiff/pull/172 * @cadenkriese made their first contribution in https://github.com/dmtrKovalenko/odiff/pull/177 **Full Changelog**: https://github.com/dmtrKovalenko/odiff/compare/v4.3.8...v4.4.0