deeplr 2.1.0 ---------------------------- * Glossary Management Support: - `create_glossary()` – Create custom glossaries - `list_glossaries()` – List existing glossaries and their metadata - `get_glossary_entries()` – Retrieve glossary entries as a tibble - `delete_glossary()` – Permanently delete a glossary * Enhanced Translation Flexibility: - `context` – Provide contextual information to improve translations - `model_type` – Choose between latency-optimized or quality-optimized translation models - `formality` – Adjust formality level for supported target languages - `glossary_id` – Apply a specific glossary to translations * Improved Authentication Handling: - Your DeepL API authentication key is now read automatically from the environment variable `DEEPL_API_KEY`, if not supplied directly. You can set it using `Sys.setenv(DEEPL_API_KEY = "your_key")` or add it to your `.Renviron` file for persistent use. deeplr 2.0.1 ---------------------------- * Authentication key moved into the header. * deeplr is now licensed under the MIT licence. deeplr 2.0.0 ---------------------------- * We are back! ;-) * The package can now be used with a developer account. deeplr 1.1.1 ---------------------------- * Integration of new languages (Portuguese and Russian). deeplr 1.1.0 ---------------------------- * New functions (_vec, _df) available for translating entire character vectors. * Extended all JSON-RPC functions by subdomain argument (default: 'www2'). deeplr 1.0.0 ---------------------------- * Improved documentation * New functions: detect, pimp deeplr 0.3.1 (GitHub only) ---------------------------- * New functions: detect2, pimp2 * Small adjustments to the existing functions deeplr 0.3.0 (GitHub only) ---------------------------- * Integration of functions (translate2, toEnglish2 etc.) that call the DeepL API via JSON-RPC. No authentication key is required to use this service. deeplr 0.2.0 (GitHub only) ---------------------------- * Changed from GET to POST requests * Integration of the usage API call deeplr 0.1.0 ---------------------------- * First version of the package.