v0.10.0
Automattic/harperv0.10.0Aug 31, 2024by elijah-potter
AI Summary
This release enhances the Obsidian plugin with settings and commands, adds a linking verb linter, and fixes performance issues with spellchecking.
Key Highlights
- Added settings page and initial commands to Obsidian plugin.
- Created linter for proper use of linking verbs (disabled by default).
- Fixed cache-busting issue resulting in poor spellchecking performance.
- Removed unneeded error logs from `harper-ls`.
New Features
- Obsidian plugin settings page
- Linter for proper use of linking verbs
Full Release Notes
## What's Changed * Removed unneeded error logs from `harper-ls` * Created linter for proper use of linking verbs (disabled by default for now) * Added settings page and initial commands to Obsidian plugin * Removed dead code * Fixed cache-busting issue resulting in poor spellchecking performance * Fixed issues with certain words in the AnA linter * The markdown parser should now ignore hidden Wikilink text * Enhanced documentation * feat: make vscode extension packageable by vsce by @mcecode in https://github.com/elijah-potter/harper/pull/117 * build(deps): bump micromatch from 4.0.7 to 4.0.8 in /packages by @dependabot in https://github.com/elijah-potter/harper/pull/120 * build(deps-dev): bump svelte from 4.2.17 to 4.2.19 in /packages by @dependabot in https://github.com/elijah-potter/harper/pull/124 ## New Contributors * @mcecode made their first contribution in https://github.com/elijah-potter/harper/pull/117 **Full Changelog**: https://github.com/elijah-potter/harper/compare/v0.9.5...v0.10.0