lingo.dev@0.132.6
lingodotdev/lingo.devlingo.dev@0.132.6Feb 26, 2026by github-actions[bot]
AI Summary
Patch release that fixes URL-encoded key handling in the run and purge commands. The --key pattern matching now properly decodes URL-encoded keys before comparison.
Key Highlights
- Fixed --key pattern matching in run command
- Fixed --key pattern matching in purge command
- URL-encoded keys are now decoded before minimatch comparison
Full Release Notes
### Patch Changes - [#2017](https://github.com/lingodotdev/lingo.dev/pull/2017) [`c51d92f`](https://github.com/lingodotdev/lingo.dev/commit/c51d92f66893eda88b7acdbf9eff7b12bff1ddaf) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Fixed --key pattern matching in run and purge commands by decoding URL-encoded keys before minimatch comparison