Skip to content

Releases: sbkocoglu/trans-aio

TransAIO (v1.0.1)

03 Jul 17:16

Choose a tag to compare

Updates

  • Changed LLM response format to json. This reduces the chance of LLMs adding their own comments and explanations to the translation
  • Added a check for segments that are only a link. These segments will be copied over without translation
  • How many segments couldn't be translated is now displayed at the end of the translation process
  • Added error handling for not being able to fetch Ollama model list if Ollama is not installed or not running
  • Added error handling for missing API keys in settings if relevant LLM/MT is selected

Fixes

  • Reduced num_predict value for Ollama to 128 (default value) from -1 (infinite)
  • Code cleanup

How to use

  • Download and extract the Zip file (TransAIO.v1.0.1.zip)
  • Launch the executable file (TransAIO (v1.0.1).exe)

TransAIO (v1.0.0)

03 Jul 05:38

Choose a tag to compare

Updates

  • Added support for Ollama (switched to LangChain for LLM operations)
  • Added Translation Threads to settings with a tooltip
  • Added Test_Document.mqxliff (A random Wikipedia page, 200 segments, EN > DE)
  • Updated requirements.txt

Fixes

  • Fixed "Cancel" button not cancelling the translation process
  • Fixed LLM translation prompt for segments without context

Known Issues

  • LLMs like Ollama tend to add their explanations and comments after the translation. This is a known issue with LLMs and requires manual intervention to remove these comments.

How to use

  • Download and extract the Zip file (TransAIO.v1.0.0.zip)
  • Launch the executable file (TransAIO (v1.0.0).exe)

TransAIO (v0.9.1)

02 Jul 01:37

Choose a tag to compare

Update Notes (v0.9.1)

  • Added error handling for unsupported DeepL languages
  • Fixed OpenAI errors and added better error handling

How to use

  • Download and extract the Zip file (TransAIO.v0.9.1.zip)
  • Launch the executable file (TransAIO (v0.9.1).exe)

TransAIO (v0.9.0)

27 Jun 23:05

Choose a tag to compare

Initial Release

How to use

  • Download and extract the Zip file (TransAIO.v0.9.0.zip)
  • Launch the executable file (TransAIO (v0.9.0).exe)