Skip to content

Releases: soerenuhrbach/vscode-deepl

1.1.1

03 Mar 08:10
Compare
Choose a tag to compare
  • Added command "DeepL: Duplicate and translate" which duplicates and translates the selected text.

1.1.0

03 Mar 07:09
9664bf6
Compare
Choose a tag to compare
  • Removed the command "Translate from ... to ... below original text"
  • Added new configuration deepl.configuration to specify whether the selected text should be replaced with the translation result or inserted into a new line below/above
  • Added the command "Deepl: Translate and paste from clipboard" which allows to translate the clipboard content and paste it.
  • Show warning message if translation result equals the original text with actions to resolve this conflict.

1.0.14

28 Feb 20:00
Compare
Choose a tag to compare

Full Changelog: 1.0.13...1.0.14

1.0.13

26 Feb 09:23
Compare
Choose a tag to compare

1.0.13

  • Add missing vscode command to configure the extension (f.e. the api key)

1.0.11

25 Feb 06:59
Compare
Choose a tag to compare
  • Use official 'deepl-node' package to interact with the DeepL api.
  • API keys will no longer be stored in the vscode configuration. They will be stored in the Secret Store to make sure, that the api key cant be accessed by 3rd party extensions.
  • Minor bug fixes

1.0.10

20 Dec 11:26
Compare
Choose a tag to compare
version dump

1.0.9

20 Dec 11:22
Compare
Choose a tag to compare

This release only contains changes according to the marketplace appearance

1.0.8

20 Dec 10:49
41107ee
Compare
Choose a tag to compare

Changes

  • Removed configuration 'deepl.usePro' and determine usage of the pro api automatically to improve usability
  • Added validation for source and target language to improve stability
  • Unset source language if it equals to the target language

1.0.7

19 Nov 18:38
Compare
Choose a tag to compare

Changes

  • Added new configuration options "defaultTargetLanguage" and "defaultSourceLanguage" to set global default languages.

1.0.6

12 Jun 18:44
Compare
Choose a tag to compare

1.0.6

  • Added support for the "glossary_id" option