v0.50.0
Automattic/harperv0.50.0Jul 10, 2025by github-actions[bot]
AI Summary
Focuses on Chrome extension stability fixes for Gutenberg and Draft.js rendering, and adds a new CLI subcommand for token annotation.
Key Highlights
- Fixed Chrome extension highlighting for Gutenberg and Draft.js
- New CLI subcommand: `annotate-tokens`
New Features
- CLI annotation command
- Chrome extension rendering fixes
Full Release Notes
## What's Changed * fix(chrome-ext): don't interfere with the Gutenberg rendering process by @elijah-potter in https://github.com/Automattic/harper/pull/1534 * fix(chrome-ext): properly place highlights relative to Draft.js root by @elijah-potter in https://github.com/Automattic/harper/pull/1535 * feat(cli): add `annotate-tokens` subcommand by @86xsk in https://github.com/Automattic/harper/pull/1533 * chore(core): rename + document items by @elijah-potter in https://github.com/Automattic/harper/pull/1523 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.49.0...v0.50.0