lingo.dev@0.132.5

lingodotdev/lingo.devlingo.dev@0.132.5Feb 23, 2026by github-actions[bot]

AI Summary

Patch release improving the precision of key matching for CLI options like lockedKeys and ignoredKeys.

Key Highlights

  • Changed key matching to exact, separator-bounded matching for lockedKeys, ignoredKeys, preservedKeys, and localizableKeys

New Features

  • Improved CLI key matching logic

Full Release Notes

### Patch Changes

-   [#2010](https://github.com/lingodotdev/lingo.dev/pull/2010) [`bd71fd3`](https://github.com/lingodotdev/lingo.dev/commit/bd71fd3208c7f4555a4beb43a63f39fd3010da34) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - fix(cli): use exact and separator-bounded matching for lockedKeys, ignoredKeys, preservedKeys, and localizableKeys instead of substring prefix matching