Skip to content

Releases: penCsharpener/NetDeepL

NetDeepL.TranslationWorker 0.6

20 Nov 22:41
Compare
Choose a tag to compare
Pre-release
  • add new languages supported by DeepL
  • add optional parameter 'formality'
  • [breaking] fix issue with timeout, which is now converted to milliseconds
  • upgrade to .NET5.0 framework and requires new dlls

NetDeepL.TranslationWorker 0.5

23 Jul 22:15
Compare
Choose a tag to compare
Pre-release
  • http client timeout is not configurable from config.ini

NetDeepL.TranslationWorker 0.4.1

10 Mar 21:07
Compare
Choose a tag to compare
Pre-release
  • better config.init validation before running translation jobs

NetDeepL.TranslationWorker 0.4

08 Mar 21:32
Compare
Choose a tag to compare
Pre-release
  • configure input and output folders to have .exe file in different location as .xlsx files (to hide the api_key from other users on the network; the config.ini still needs to be in the same directory as .exe file)
  • will create copies of the original xlsx file and overwrite them, if they exist already

NetDeepL.TranslationWorker 0.3

08 Mar 21:38
ebe81b6
Compare
Choose a tag to compare
Pre-release
  • implement Polly for retry policy