v0.38.0
Automattic/harperv0.38.0May 22, 2025by github-actions[bot]
AI Summary
Addresses complex logic for compound nouns and introduces new web pages for SEO and user feedback.
Key Highlights
- Fixed logic for 'new' vs 'knew' after possessives
- Added new feedback form page to the website
- SEO tweaks for the web interface
- Fixed 'that' special case logic
New Features
- Grammar fix for 'new' vs 'knew'
- SEO improvements
- Feedback form page
- Special case logic for 'that'
Full Release Notes
## What's Changed * Dictionary curation 2025 05 21 by @hippietrail in https://github.com/Automattic/harper/pull/1309 * fix: solve part 1. of #1298 by making "that" a special case by @hippietrail in https://github.com/Automattic/harper/pull/1302 * fix: solve part 2. of #1298 by allowing indefinite pronouns before "new" by @hippietrail in https://github.com/Automattic/harper/pull/1303 * fix: solve part 3. of #1298 if it's following a noun+"and" it's probably a compound noun by @hippietrail in https://github.com/Automattic/harper/pull/1304 * feat(web): tweaks for SEO by @elijah-potter in https://github.com/Automattic/harper/pull/1311 * feat(chrome-ext): bring the selections closer to the cursor by @elijah-potter in https://github.com/Automattic/harper/pull/1283 * chore: add 'togglable' to curated dict by @86xsk in https://github.com/Automattic/harper/pull/1312 * refactor(core): box within function by @elijah-potter in https://github.com/Automattic/harper/pull/1313 * feat(web): add page with feedback form by @elijah-potter in https://github.com/Automattic/harper/pull/1315 * fix: `Y` flag for `-ly` suffix adverb POS fixes by @hippietrail in https://github.com/Automattic/harper/pull/1232 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.37.0...v0.38.0