Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Releases: DynamicTranslator/DynamicTranslator

5.0.0-pre1

11 Nov 23:45
Compare
Choose a tag to compare
5.0.0-pre1 Pre-release
Pre-release

This pre-release targets the latest .NET 5 and complete re-write of DynamicTranslator.

Changes

  • Yandex is deleted. They have changed their API policy, which is not a free one anymore, so no point in keeping it.

Known Issues

  • Prompt does not work, needs a fix
  • SesliSozluk does not work, needs a fix as well
  • GoogleTranslate might block you after some point; there is a policy for anonymous calls as far as I can see

Good Parts

  • New structure, built-in .NET 5 libraries
  • Better HttpClient handling by HttpClientFactory
  • Sending copy command is moved to the behind of UI thread, which should give some performance boost on lower PC specifics or at least fix the lagging.

Findings & Bugs

Feel free to open them as an issue on the repo!

v3.5.0

26 Jun 22:42
Compare
Choose a tag to compare

Enhancements / Features

  • Performance improved #24
  • Embedded Databases are deleted (this will also affect the performance) #22
  • Packages Updated
  • Build integration with cake #26
  • Integration with appveyor #20

Stopped Features

  • BingTranslation Removed #25

v3.4.2

28 Oct 18:22
Compare
Choose a tag to compare

v3.4.1

18 Aug 20:59
Compare
Choose a tag to compare
  • Version Controlling mechanism implemented
  • Clipboard management and performance improvements
  • Computer based clientId implemented

v3.4.0

16 Jul 22:49
Compare
Choose a tag to compare
  • Performance improvements
  • New packages updates
  • Refactorings