Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Releases: crow-translate/QOnlineTranslator

QOnlineTranslator 1.2.2

21 Dec 10:10
Compare
Choose a tag to compare

Changed

  • Google: Fix parsing several sentences in some cases.
  • Google: Fix disabling examples.

QOnlineTranslator 1.2.1

04 Nov 13:22
Compare
Choose a tag to compare

Changed

  • Fix wrong names in errors.
  • Small refactorings.

QOnlineTranslator 1.2.0

27 Aug 12:30
Compare
Choose a tag to compare

Added

  • The ability to abort the translation request.
  • Function to detect language.

Changed

  • Fix data reset on error.
  • Bing: Update to API v3.
  • Google: Show message about suspicious traffic.
  • Google: Fix language parsing for saying.
  • Move TTS functions to QOnlineTts class.
  • Cancel the current request if a new one has been added.
  • Fix wrong OS defines.
  • Rework QOption and QExample.
  • Minor performance improvements.

QOnlineTranslator 1.1.2

08 Dec 16:18
Compare
Choose a tag to compare

Changed

  • Fix wrong language codes order.

QOnlineTranslator 1.1.1

07 Dec 22:06
Compare
Choose a tag to compare

Added

  • Emotion check and DefaultEmotion.

QOnlineTranslator 1.1.0

07 Dec 01:54
Compare
Choose a tag to compare

Added

  • Bing support.
  • Parsing options.
  • Ability to check if the language is supported by the engine.
  • Yandex: examples support.

Changed

  • Initialize languages with NoLanguage.
  • Fix check for engine language support.

QOnlineTranslator 1.0.1

26 Nov 17:04
Compare
Choose a tag to compare

Changed

  • Google: Fix parsing for text with non-breaking space.

QOnlineTranslator 1.0.0

17 Nov 19:06
Compare
Choose a tag to compare

Added

  • Yandex support
  • Transcription

Changed

  • Add explicit keyword
  • Small changes in the interface to support other backends.
  • Rework interface and logic

QOnlineTranslator 0.9.1

05 Aug 10:58
Compare
Choose a tag to compare
Pre-release

Changed

  • Prevent crashes when converting for non-existent languages or codes.

QOnlineTranslator 0.9.0

01 Jul 21:24
Compare
Choose a tag to compare
Pre-release

Added

  • Class for translation options.
  • Word gender support for translation options.
  • Definition support.

Changed

  • Fix incorrect limit for tts.
  • Rename some functions.