Skip to content

Releases: DeepLcom/deepl-dotnet

v1.6.0

26 Jan 15:36
v1.6.0
cb3854b
Compare
Choose a tag to compare

Added

  • New languages available: Korean ('ko') and Norwegian (bokmål) ('nb'). Add
    language code constants and tests.

    Note: older library versions also support the new languages, this update only
    adds new code constants.

v1.5.1

25 Jan 14:50
6bc35c8
Compare
Choose a tag to compare

Fixed

  • Fix CI build for netcoreapp3.1.
  • Fix Formality options PreferLess and PreferMore for document
    translation.

v1.5.0

30 Sep 08:10
v1.5.0
5dc9647
Compare
Choose a tag to compare

Added

  • Add new Formality options: PreferLess and PreferMore.

Changed

  • Requests resulting in 503 Service Unavailable errors are now retried.
    Attempting to download a document before translation is completed will now
    wait and retry (up to 5 times by default), rather than throwing an exception.

v1.4.0

09 Sep 08:36
v1.4.0
0934ffa
Compare
Choose a tag to compare

Added

  • New language available: Ukrainian ('uk'). Add language code constant and
    tests.

    Note: older library versions also support new languages, this update only
    adds new code constant.

v1.3.0

02 Aug 10:56
v1.3.0
fc2a189
Compare
Choose a tag to compare

Added

  • Add Translator.createGlossaryFromCsvAsync() allowing glossaries downloaded
    from website to be easily uploaded to API.

Changed

  • Strong name DeepL.net assembly.

v1.2.1

02 Aug 10:56
v1.2.1
0ee9c1a
Compare
Choose a tag to compare

Changed

  • Update contributing guidelines, we can now accept Pull Requests.

Fixed

  • Fix bug in OutlineDetection option for text translation.

v1.2.0

18 May 07:51
v1.2.0
e29f3af
Compare
Choose a tag to compare

Added

  • New languages available: Indonesian ('id') and Turkish ('tr'). Add
    language code constants and tests.

    Note: older library versions also support the new languages, this update only
    adds new code constants.

  • Added ITranslator interface implemented by Translator class, to achieve a
    better mock-ability in conjunction with common mocking frameworks.

Changed

  • Improve package icon, tags and project URLs.

Fixed

  • Test fix: tests should still succeed after new languages are added.

v1.1.0

13 Apr 10:53
v1.1.0
b781507
Compare
Choose a tag to compare

Added

  • Add ErrorMessage property to DocumentStatus that contains a short
    description of document translation error, if available.

v1.0.5

12 Apr 06:48
v1.0.5
7260c71
Compare
Choose a tag to compare

Added

  • Add support for TextTranslateOptions.TagHandling = "html". No code changes
    were needed, only comments and tests were changed.
  • Add test for proxy support.

Fixed

  • Fix some tests that intermittently failed.

v1.0.4

27 Jan 11:41
v1.0.4
879ba47
Compare
Choose a tag to compare

Fixed

  • Fix issue in .NET versions earlier than 5.0, when creating large glossaries or
    translating texts larger than 64 KiB.