v0.42.0
Automattic/harperv0.42.0Jun 10, 2025by github-actions[bot]
AI Summary
Introduces support for ORGMODE parsing and provides new CLI commands for managing affix annotation flags.
Key Highlights
- Added ORGMODE parser
- New CLI command to rename affix annotation flags
- Grammar fix for 'kinda of' to 'kind of'
- Added phone-related terms to the dictionary
New Features
- ORGMODE parser support
- CLI affix annotation tools
- Grammar rule for 'some the' -> 'some of the'
- Grammar rule for expanding 'btw'
Full Release Notes
## What's Changed * feat: kinda of→kind of / kinda by @hippietrail in https://github.com/Automattic/harper/pull/1363 * build(deps): bump smallvec from 1.15.0 to 1.15.1 by @dependabot in https://github.com/Automattic/harper/pull/1379 * build(deps): bump reqwest from 0.12.18 to 0.12.19 by @dependabot in https://github.com/Automattic/harper/pull/1380 * dictionary: add some (mostly) phone-related terms by @86xsk in https://github.com/Automattic/harper/pull/1377 * build(deps): bump hashbrown from 0.15.3 to 0.15.4 by @dependabot in https://github.com/Automattic/harper/pull/1378 * fix(core): handle words with multiple dialects by @86xsk in https://github.com/Automattic/harper/pull/1372 * feat(obsidian): misc. QoL improvements by @elijah-potter in https://github.com/Automattic/harper/pull/1382 * feat: Added ORGMODE parser by @eloycoto in https://github.com/Automattic/harper/pull/1369 * feat: `harper-cli` command to rename affix annotation flags by @hippietrail in https://github.com/Automattic/harper/pull/1348 * chore: refactor most common affix annotation flags by @hippietrail in https://github.com/Automattic/harper/pull/1349 * feat: few time-units ago→a few time-units ago by @hippietrail in https://github.com/Automattic/harper/pull/1343 * feat(core): add rule for `some the` -> `some of the` by @elijah-potter in https://github.com/Automattic/harper/pull/1333 * feat(core): add rule to expand btw by @elijah-potter in https://github.com/Automattic/harper/pull/1329 ## New Contributors * @eloycoto made their first contribution in https://github.com/Automattic/harper/pull/1369 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.41.0...v0.42.0