diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15f9a6b71..639337590 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,15 +22,15 @@ jobs: env: ProductName: 'Trados Studio' - ProductNameWithEdition: 'Trados Studio 2022' - ProductVersion: Studio17 - VersionNumber: 17 + ProductNameWithEdition: 'Trados Studio 2024' + ProductVersion: Studio18 + VersionNumber: 18 VisualStudioEdition: 'Microsoft Visual Studio 2022' - PluginPackedPath : '%AppData%\Trados\Trados Studio\17\Plugins\Packages\' - PluginUnpackedPath: '%AppData%\Trados\Trados Studio\17\Plugins\Unpacked\' - InstallationFolder: 'C:\Program Files (x86)\Trados\Trados Studio\Studio17' - DefaultProjectsFolder: 'C:\Users\UserName\Documents\Studio 2022\Projects' - StudioDocumentsFolderName: 'Studio 2022' + PluginPackedPath : '%AppData%\Trados\Trados Studio\18\Plugins\Packages\' + PluginUnpackedPath: '%AppData%\Trados\Trados Studio\18\Plugins\Unpacked\' + InstallationFolder: 'C:\Program Files (x86)\Trados\Trados Studio\Studio18' + DefaultProjectsFolder: 'C:\Users\UserName\Documents\Studio 2024\Projects' + StudioDocumentsFolderName: 'Studio 2024' AppSigningEmail : app-signing@sdl.com ServerProductName: Trados GroupShare ServerProductNameWithVersion: Trados GroupShare 2020 SR1 diff --git a/apiconcepts/releasenotes/tradosstudio2024.md b/apiconcepts/releasenotes/tradosstudio2024.md index fac5fa634..af808ff22 100644 --- a/apiconcepts/releasenotes/tradosstudio2024.md +++ b/apiconcepts/releasenotes/tradosstudio2024.md @@ -25,16 +25,19 @@ The changes are included in `Sdl.TranslationStudioAutomation.IntegrationApi`. # Terminology Provider The following changes are included in `Sdl.Terminology.TerminologyProvider.Core`. + ## [DescriptiveField](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.yml) * Added new property `ShowInUI` to determine whether the field should be shown in the UI (e.g. term recognition results window). + ## [ITerminologyExport](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.yml) * Added new method `void Export(TerminologyExportType exportFormatType, string path, Dictionary exportProperties)` to perform a termbase export to a specific format. + ## [ITerminologyImport](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.yml) * Added new method `void Import(TerminologyImportType importType, List importFiles, Dictionary importProperties = null)` to import multiple files in a single call. + ## [TermbaseExportException](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.yml) * Added new exception to be used when a termbase export fails. # Editor API changes The following changes are included in `Sdl.DesktopEditor.EditorApi`: -* Added new interface [IInteractiveAccessibleCustomColumn](../../api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.yml) that exposes Accessibility Details. -* \ No newline at end of file +* Added new interface [IInteractiveAccessibleCustomColumn](../../api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.yml) that exposes Accessibility Details. \ No newline at end of file diff --git a/index.md b/index.md index 6bb3afc30..e4b182bbe 100644 --- a/index.md +++ b/index.md @@ -22,6 +22,8 @@ Find more of our code samples on [GitHub](https://github.com/RWS/trados-studio-a ### [ 2022 - API 17.2](http://developers.rws.com/studio-api-docs/17.2/index.html) +### [ 2022 - API 17.1](http://developers.rws.com/studio-api-docs/17.1/index.html) + ### [ 2022 - API 17.0](http://developers.rws.com/studio-api-docs/17.0/index.html) ### [ 2021 SR2 - API 16.2](http://developers.rws.com/studio-api-docs/16.2/index.html)