Skip to content

Releases: MicrosoftTranslator/DocumentTranslation

Document Translation Update - Signed

04 Aug 12:12
Compare
Choose a tag to compare

Code Signing Version 0.9.3.2

Document Translation Update

12 Jun 20:54
Compare
Choose a tag to compare
  • Work with Managed Identity permissions to the storage account, in addition to SAS token access. This means you may restrict access to your - Azure storage resource to specific clients, plus the Translator resource.
  • Fixed command line functionality allowing setting of region and endpoint, as well as the config test command via CLI.
  • Better error reporting during translation runs.
  • Added About box to show build details and version
  • Avoid file open errors on upload - Thanks to @DavidMarquezF
  • Respect locally stored flight string even when authenticating via Key Vault
  • Don't crash when uploading glossaries with duplicate file names
  • Refreshed zip file for non-Windows installations

Document Translation Update: Adding Flight and changing target folder name

13 May 15:25
Compare
Choose a tag to compare
  • Changed logic of target folder name suggestion from source.language to source\language
  • Added field in the Settings page for a flight parameter to invoke experimental builds of the service
  • Added robustness for malformed key vault URIs
  • Added robustness for service access errors
  • Added a UI page for language friendly names to language codes map

Full Changelog: 0.9.1.0...0.9.2.1

Document Translation for all Azure regions and with AAD auth

08 Apr 00:32
Compare
Choose a tag to compare
  • Document Translation running in all Azure regions.
  • AAD authentication when getting credentials from Azure Key Vault.
  • Renamed SubscriptionKey to ResourceKey in UI, docs and Key Vault, to avoid confusion with SubscriptionGUID.
  • Zip file for manual installation and installation on MacOS and Linux updated.

Breaking change for previous Azure Key Vault users only
If you were reading the credentials from Azure Key Vault before, you will have to change two Secrets:

  • AzureResourceName is now DocTransEndpoint
  • SubscriptionKey is now ResourceKey

Please create the two new Secrets and copy the keys from the Translator "Keys and Endpoint" section.

Document Translation for all Azure regions, including Azure Sovereign Regions

02 Mar 23:57
Compare
Choose a tag to compare

Document Translation compatible with Azure Sovereign Regions, for example Azure Government.
Changes include full URL specification for the Document Translation, Text Translation endpoints and Azure Key Vault in Settings, and removal of hardcoded URLs, as well as updated documentation.

This version is still compatible with Azure public.
You cannot downgrade to a previous version, because the settings file is incompatible. If you must downgrade to a previous version, manually delete C:\Users<user>\AppData\Roaming\Document Translation\appsettings.json and re-enter your Azure credentials.

Full Changelog: 0.8.7.6...0.8.8.0

Document Translation Update

21 Feb 04:41
Compare
Choose a tag to compare

Additional error checking and exception handling.
Display message on failed read/write operations.
Show the original text of service errors in the status bar.

Document Translation Update - Signed

05 Jan 14:01
Compare
Choose a tag to compare

Code Signing Version 0.8.7.2

Update: .Net 6 and Mac OS X

18 Dec 01:44
Compare
Choose a tag to compare

Fixes a bunch of bugs that prevented running on Mac OS X.
Restores command line function for retrieving file formats.
Changed target to .Net 6 runtime (from previously .Net 5)

Full Changelog: 0.8.7.1...0.8.7.2