v0.33.0
Automattic/harperv0.33.0May 5, 2025by github-actions[bot]
AI Summary
Release focused on launching the Chrome extension and optimizing parser performance.
Key Highlights
- Official launch of the Chrome extension.
- Optimization of the `PlainEnglish` parser within `ExactPhrase`.
- Improved handling of the word 'towards' as a preposition.
New Features
- Chrome extension rendering on scroll.
- Parser performance improvements.
- Dependency updates.
Full Release Notes
## What's Changed * Create a Chrome extension by @elijah-potter in https://github.com/Automattic/harper/pull/1072 * Documentation updates by @mcecode in https://github.com/Automattic/harper/pull/1233 * ci: add `cargo hack` by @RunDevelopment in https://github.com/Automattic/harper/pull/1160 * fix(chrome-ext): render on scroll by @elijah-potter in https://github.com/Automattic/harper/pull/1234 * refactor: use `LSend` trait to simplify trait definitions by @RunDevelopment in https://github.com/Automattic/harper/pull/1225 * build(deps): bump chrono from 0.4.40 to 0.4.41 by @dependabot in https://github.com/Automattic/harper/pull/1231 * fix: "towards" is a preposition by @RunDevelopment in https://github.com/Automattic/harper/pull/1213 * perf(core): `PlainEnglish` parser in `ExactPhrase` by @86xsk in https://github.com/Automattic/harper/pull/1217 * test(ls): ensure we write sorted dictionaries by @86xsk in https://github.com/Automattic/harper/pull/1205 * fix: prevent crash in PhrasalVerbAsCompoundNoun by @RunDevelopment in https://github.com/Automattic/harper/pull/1210 * fix: Remove verb property from "of" by @RunDevelopment in https://github.com/Automattic/harper/pull/1206 * feat(cli): fallback to `PlainEnglish` parser by @86xsk in https://github.com/Automattic/harper/pull/1223 * fix: heuristic for no-contraction-with-verb for "let go" by @hippietrail in https://github.com/Automattic/harper/pull/1203 * chore: minor typos in two files' comments by @hippietrail in https://github.com/Automattic/harper/pull/1218 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.32.1...v0.33.0