1.1.10
Translation:
-
Addition of the 'Automatic' option for the source language in the translation settings.
-
Added the 'Automatic' option to the source language dropdown menu in the options page.
-
Added the translation for the 'Automatic' option in all
messages.jsonfiles for all supported languages. -
Modified the
translateTextfunction intranslation.jsto handle the 'Automatic' mode for the source language using an appropriate GPT prompt. -
Set the default source language to 'Automatic' in
options.js.
Fix:
- The 10-second timeout configured for API calls in
src/utils/api.jswas mistakenly added. - Completely removed the timeout to allow longer transcriptions without interruption.