versions.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. _version-history:
  2. Version history
  3. ===============
  4. - ``0.3.0``
  5. - Add: Logging handlers (:class:`.EmailHandler`, :class:`.MultiEmailHandler`)
  6. - Add: Outlook pre-configured sender
  7. - Add: Multiple emails can be sent without closing the connection using context manager in :class:`EmailSender`
  8. - ``0.2.1``
  9. - Fix: If some attachments are specified and only text body or no body at all is set´, sending email no longer crashes
  10. - Fix: Now embedded images support also non-PNG images using dict format
  11. - Docs: Added examples of embedding images using dict format
  12. - Docs: Added an example of sending emails using aliases
  13. - Docs: Fixed some couple of typos
  14. - ``0.2.0``
  15. - Docs: Docstrings were rewritten and are more complete
  16. - Docs: Huge improvement on the official documentation
  17. - Add: Support for TLS, SSL and other types of protocols
  18. - Add: Subclassing of ``EmailSender`` has better support allowing for interesting customization
  19. - Fix: Fixed a couple of minor bugs related to exceptions, format classes and tests
  20. - Test: Test coverage is now almost 100 %
  21. - ``0.1.1``
  22. - Package: Dropped Pandas as hard dependency
  23. - ``0.1.0``
  24. - First release