Skip to content

1.1.10

Choose a tag to compare

@jls42 jls42 released this 06 Mar 22:55
8002430

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.json files for all supported languages.

  • Modified the translateText function in translation.js to 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.js was mistakenly added.
  • Completely removed the timeout to allow longer transcriptions without interruption.