Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 910 Bytes

CHANGELOG.md

File metadata and controls

16 lines (15 loc) · 910 Bytes

Changelog

  • 4.0.4 Patches issue with missing alternatives attribute in mail object.
  • 4.0.2 Mail panel is added by default to the debug toolbar.
  • 4.0.0 Adds support for Django 4.0
  • 3.2.4 Adds tab to view raw message. Added X-Headers to header. (Thanks @benspaulding)
  • 3.2.1 Local timezone is now used to store messages. (Thanks @jensenbox)
  • 3.2 Adds ability to resize panels and clear messages. (Thanks @jensenbox)
  • 1.2.5 Fixes subject line (Thanks @indrif)
  • 1.2.4 Resolves conflicts with other libraries accessing mail (Thanks @ciotto)
  • 1.2.3 Updates import from DebugPanel to Panel (Thanks @ciotto & @WilliamMayor!)
  • 1.2.2 Fixes pathlib issue (Thanks @adamb70!)
  • 1.2.1 Fixes document.ready ReferenceError (Thanks @nschlemm!)
  • 1.2.0 Removes jquery dependence. Compatible with django-debug-toolbar 1.10+.
  • 1.1.0 Fixes display of html-only emails. (Thanks @hugotacito!)
  • 1.0.0 Initial release