v0.67.0
Automattic/harperv0.67.0Oct 6, 2025by github-actions[bot]
AI Summary
Adds Python docstring support, revises the landing page, and drops the jQuery dependency from the Chrome extension. It also fixes several browser extension errors and manages dictionary properly in Obsidian.
Key Highlights
- Support for Python docstrings
- Dropped jQuery dependency from Chrome extension
- Fixes for Firefox and Obsidian dictionary management
- Landing page revision
New Features
- Support for Python docstrings
- Chrome extension drops jQuery dependency
- Landing page revision
Full Release Notes
## What's Changed * feat(core): Add support for Python docstrings by @rushter in https://github.com/Automattic/harper/pull/2038 * feat(web): revise landing page by @elijah-potter in https://github.com/Automattic/harper/pull/2046 * fix(web): remove faq link by @mcecode in https://github.com/Automattic/harper/pull/2047 * fix(obsidian): properly manage dictionary by @elijah-potter in https://github.com/Automattic/harper/pull/2050 * fix(web): will now work on Hacker News by @elijah-potter in https://github.com/Automattic/harper/pull/2053 * docs: remove or update remaining faq page links by @mcecode in https://github.com/Automattic/harper/pull/2061 * build(deps): bump ordered-float from 5.0.0 to 5.1.0 by @dependabot[bot] in https://github.com/Automattic/harper/pull/2059 * refactor(chrome-ext): drop jquery dependency by @Ingramz in https://github.com/Automattic/harper/pull/2052 * fix(wasm): remove overlaps in the proper order by @elijah-potter in https://github.com/Automattic/harper/pull/2062 * fix(chrome-plugin): errors saving rule state in Firefox by @elijah-potter in https://github.com/Automattic/harper/pull/2064 * fix(chrome-ext): disable on comboboxes by @elijah-potter in https://github.com/Automattic/harper/pull/2063 * More irregular verbs for 'have went' linter by @hippietrail in https://github.com/Automattic/harper/pull/1973 ## New Contributors * @rushter made their first contribution in https://github.com/Automattic/harper/pull/2038 * @Ingramz made their first contribution in https://github.com/Automattic/harper/pull/2052 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.66.0...v0.67.0