Skip to content

v1.4.0

Compare
Choose a tag to compare
@daniel-jones-deepl daniel-jones-deepl released this 19 Jan 12:24
· 126 commits to main since this release
v1.4.0
ed84c12

Added

  • Add contribution guidelines -- currently we are unable to accept Pull Requests.
  • Add --glossary-id argument for CLI document command.

Changed

  • Improve README.
  • Raise DocumentNotReadyException when attempting to download a document before it has been translated. Previously the
    base class DeepLException was thrown.

Fixed

  • Add optional filename argument to translate_document_upload() to fix uploading file content as string or bytes.