v0.57.0

Automattic/harperv0.57.0Aug 14, 2025by github-actions[bot]

AI Summary

Addresses configuration edge cases and disables the training feature by default to resolve Out of Memory (OOM) issues. New dictionary words are also added.

Key Highlights

  • Fixed configuration edge cases
  • Disabled training feature by default to fix OOM
  • New dictionary words and annotations
  • Added disabled version of logo for Obsidian

New Features

  • Disabled training by default (OOM fix)
  • Configuration stability improvements

Full Release Notes

## What's Changed
* fix: canonicalize workspace_root in configuration by @kinnison in https://github.com/Automattic/harper/pull/1713
* fix(core): edge-case in `ShouldContract` rule by @elijah-potter in https://github.com/Automattic/harper/pull/1714
* feat: condense TL;DR by @hippietrail in https://github.com/Automattic/harper/pull/1700
* fix: don't make compounds with conjunctions by @hippietrail in https://github.com/Automattic/harper/pull/1735
* build(deps): bump hashbrown from 0.15.4 to 0.15.5 by @dependabot[bot] in https://github.com/Automattic/harper/pull/1729
* feat: best of all times→best of all time by @hippietrail in https://github.com/Automattic/harper/pull/1715
* build(deps): bump tower-lsp-server from 0.22.0 to 0.22.1 by @dependabot[bot] in https://github.com/Automattic/harper/pull/1726
* chore: new words by @hippietrail in https://github.com/Automattic/harper/pull/1719
* fix: false positives in phrasal verb to compound noun by @hippietrail in https://github.com/Automattic/harper/pull/1720
* build(deps): bump tree-sitter-solidity from 1.2.12 to 1.2.13 by @dependabot[bot] in https://github.com/Automattic/harper/pull/1728
* build(deps): bump clap from 4.5.42 to 4.5.43 by @dependabot[bot] in https://github.com/Automattic/harper/pull/1727
* doc: fix outdated link by @johan456789 in https://github.com/Automattic/harper/pull/1746
* fix(cli): disable training feature by default to fix OOM by @elijah-potter in https://github.com/Automattic/harper/pull/1747
* build(deps): bump slab from 0.4.10 to 0.4.11 by @dependabot[bot] in https://github.com/Automattic/harper/pull/1738
* Add a "disabled" version of the logo for the Obsidian plugin. by @iBenMoore in https://github.com/Automattic/harper/pull/1740

## New Contributors
* @johan456789 made their first contribution in https://github.com/Automattic/harper/pull/1746
* @iBenMoore made their first contribution in https://github.com/Automattic/harper/pull/1740

**Full Changelog**: https://github.com/Automattic/harper/compare/v0.56.0...v0.57.0