Releases: soerenuhrbach/vscode-deepl
Releases · soerenuhrbach/vscode-deepl
1.1.1
1.1.0
- 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
Full Changelog: 1.0.13...1.0.14
1.0.13
1.0.13
- Add missing vscode command to configure the extension (f.e. the api key)
1.0.11
- 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
version dump
1.0.9
This release only contains changes according to the marketplace appearance
1.0.8
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
Changes
- Added new configuration options "defaultTargetLanguage" and "defaultSourceLanguage" to set global default languages.
1.0.6
1.0.6
- Added support for the "glossary_id" option