Skip to content

Latest commit

 

History

History
104 lines (88 loc) · 4.07 KB

File metadata and controls

104 lines (88 loc) · 4.07 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and follows Semantic Versioning.

1.15.0 - 2025-09-16

Added

  • Retry button for failed API calls next to the error message

Fixed

  • deprecated max_tokens parameter in OpenAI API is replaced with max_completion_tokens and changed label

1.14.1 - 2025-09-01

Fixed

  • Cases where structured fields have a different structure

1.14.0 - 2025-08-07

Added

  • Option for Deepl to preverve formatting (no & to &amp)
  • Option to hide the "Translate to all locales" button
  • Display locales with their full name if possible

1.13.2 - 2025-04-28

Added

  • Deepl language support (en-EU and en-IE)

Fixed

  • Translation test by using our own fetch mock

1.13.1 - 2025-04-11

Fixed

  • Add a proxy in the Deepl request to bypass CORS issues

1.13.0 - 2025-03-31

Added

  • HTML handling for Deepl
  • Ability to customize prompt for OpenAI

Fixed

  • Show button with locale if there are only two locales
  • OpenAI config screen issues (saving and editing)

1.12.0 - 2024-10-04

Added

  • Excluded keys options to exclude certain fields from translating
  • Single block translations (single modular content block)

Fixed

  • Make sure you can change specific settings of rich text fields

Security

  • Update all dependencies to their latest version

1.11.2 - 2024-06-25

Fixed

  • OpenAI API calls request parameter

1.11.1 - 2024-06-24

Fixed

  • OpenAI API calls, thanks to @marcelofinamorvieira

1.11.0 - 2023-10-27

Fixed

  • Translation with meta field will keep content instead of removing id

Security

  • Update all dependencies to their latest version

1.10.1 - 2023-08-10

Added

  • Some documentation about the Translation service settings

Changed

  • Github workflow test to node version 18

Security

  • Update all dependencies to their latest version

1.10.0 - 2023-08-10

Added

  • Ability to use Deepl formality of the translation by adding "Formality level" in the plugin settings
  • Ability to translate slug fields

Changed

  • Scripts for prettier and a pre-commit hook so code styling is consistent

1.9.0 - 2023-06-27

Added

  • Ability to use Deepl Glossaries by adding a glossary_id in the plugin settings

1.8.1 - 2023-05-30

Changed

  • Publish package signed with npm package provenance.

1.2.1 - 2022-11-08

Fixed

  • Translation beyond first block in structured text
  • Saving copied structured text due to invalid block ID