v0.69.0
Automattic/harperv0.69.0Oct 22, 2025by github-actions[bot]
AI Summary
Introduces a new rule for detecting missing nouns and adds feedback mechanisms to the web interface. It also includes dependency updates and a parser for `jjdescription`.
Key Highlights
- New rule to detect missing nouns
- `jjdescription` parser added
- Web interface feedback mechanisms
- `threw` added as a suggestion
New Features
- New rule for detecting missing nouns
- `jjdescription` parser
- Web interface feedback mechanisms
Full Release Notes
## What's Changed * feat(core): create new rule for detecting missing nouns by @elijah-potter in https://github.com/Automattic/harper/pull/2023 * docs(integrations): fix `ignoredLintsPath` and add `excludePatterns` in sample configs by @mcecode in https://github.com/Automattic/harper/pull/2097 * build(deps): bump lru from 0.16.1 to 0.16.2 by @dependabot[bot] in https://github.com/Automattic/harper/pull/2092 * build(deps): bump indexmap from 2.11.4 to 2.12.0 by @dependabot[bot] in https://github.com/Automattic/harper/pull/2095 * build(deps): bump bitflags from 2.9.4 to 2.10.0 by @dependabot[bot] in https://github.com/Automattic/harper/pull/2093 * feat: add jjdescription parser by @Tijs-B in https://github.com/Automattic/harper/pull/2082 * build(deps): bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in https://github.com/Automattic/harper/pull/2091 * build(deps): bump globset from 0.4.16 to 0.4.17 by @dependabot[bot] in https://github.com/Automattic/harper/pull/2094 * feat(core): add `threw` as a suggestion by @elijah-potter in https://github.com/Automattic/harper/pull/2088 * refactor(web): build out feedback mechanisms by @elijah-potter in https://github.com/Automattic/harper/pull/2069 * feat(core): more rules by @elijah-potter in https://github.com/Automattic/harper/pull/2090 ## New Contributors * @Tijs-B made their first contribution in https://github.com/Automattic/harper/pull/2082 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.68.0...v0.69.0