Skip to content

v12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 14:21
· 2 commits to master since this release
e335f79

✨ New Features

  • 8a4b492 - support definitions, transliteration, synonyms for mozhi (closes #460) (commit by @Bnyro)
  • 1f80c62 - image cropping tool for OCR (closes #465) (commit by @Bnyro)
  • dd782c4 - simultaneous translation in quick translation dialog (closes #462) (commit by @Bnyro)
  • 8930f63 - show previous selected engine if multiple available (e.g. Mozhi) (commit by @Bnyro)
  • 44c69d2 - add button to swap languages in translation dialog (closes #466) (commit by @Bnyro)
  • e3952f1 - add lara translate (closes #472) (commit by @Bnyro)

🐛 Bug Fixes

  • e968458 - force single line api url and api key input (commit by @Bnyro)
  • 1b6cd20 - mozhi engine error 500 when source or target lang has more than 2 chars (PR #459 by @GitGitro)
  • a169acf - simultaneous translation support for lara translate (commit by @Bnyro)
  • 3335fd7 - tts doesn't work with auto lang detection enabled (closes #458) (commit by @Bnyro)
  • 735c27e - always sort languages alphabetically, no matter the engine used (commit by @Bnyro)

♻️ Refactors

  • 964a37d - show error message after failed translation (commit by @Bnyro)
  • ee5c83e - simplify image crop measures calculation logic (commit by @Bnyro)
  • dfb9354 - unify selected value logic in ListPreferenceDialog (commit by @Bnyro)
  • 154446f - use kotlin maps instead of jsonobjects (commit by @Bnyro)
  • 5039ae1 - use String#take instead of String#substring to avoid crashes (commit by @Bnyro)

🔧 Chores