Releases: penCsharpener/NetDeepL
Releases · penCsharpener/NetDeepL
NetDeepL.TranslationWorker 0.6
- 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
- http client timeout is not configurable from config.ini
NetDeepL.TranslationWorker 0.4.1
- better config.init validation before running translation jobs
NetDeepL.TranslationWorker 0.4
- 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
- implement Polly for retry policy