Skip to content

Releases: l10n-dev/ai-l10n

ai-l10n-mcp v1.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:24
05abd63

What's Changed

Full Changelog: mcp-v1.1.1...mcp-v1.1.2

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 14:36
e1be429

What's Changed

  • Added client option to identify integrations of the l10n.dev localization platform.

SDK:

  • Added authOptions as an optional arg to the translate method of AITranslator class.
    • Add client to identify client's usage correctly
    • Moved apiKey to the authOptions.

Breaking changes

  • Optional apiKey arg now in the authOptions

CORE:

  • API documentation is improved

Full Changelog: v1.9.1...v1.10.0

ai-l10n-mcp v1.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 14:36
e1be429

What's Changed

Full Changelog: mcp-v1.1.0...mcp-v1.1.1

ai-l10n-mcp-v1.1.0

Choose a tag to compare

@AntonovAnton AntonovAnton released this 06 Jul 12:33
fc02713

What's Changed

Full Changelog: mcp-v1.0.0...mcp-v1.1.0

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 21:23
edc3be7

What's Changed

Full Changelog: v1.9.0...v1.9.1

ai-l10n-mcp v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 21:23
edc3be7

What's Changed

Full Changelog: v1.9.0...mcp-v1.0.0

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 15:57
bd65382

What's Changed

  • feat: add GlossaryManager and LinguisticInstructionsManager and CLI for them by @AntonovAnton in #48

Full Changelog: v1.8.0...v1.9.0

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:54
fb8d422

What's Changed

  • feat: implement safety improvements by removing apiKey field and refactoring key management by @AntonovAnton in #47

Full Changelog: v1.7.1...v1.8.0

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:36
c2137f2

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:44
b880a02

What's Changed

  • instruction — Linguistic Instruction controls the overall style, tone, and translation behavior.
  • replace — Replace existing files with translations.
  • Updated README
  • When translateOnlyNewStrings is true, the fileName is used as a scope to determine which strings are considered new/changed. It allows for more granular control over which strings are translated.

@AntonovAnton in #44

Full Changelog: v1.6.3...v1.7.0