Skip to content

Releases: Roguelazer/muttdown

0.4.0

18 May 23:18
Compare
Choose a tag to compare
  • drop support for Python < 3.6
  • use the "extra" extension so that fenced blocks and DLs work
  • swap CI to github actions
  • chore: add pre-commit config; reformat with black
  • add assume_markdown config flag

Full Changelog: muttdown-0.3.5...muttdown-0.4.0

0.3.5

16 Sep 18:41
muttdown-0.3.5
Compare
Choose a tag to compare
  • Improve unicode handling for non-body fields (unicode subjects should work now!)
  • Drop support for Python 3.3 and 3.4 (these were already broken due to dependencies dropping support for them; sorry)
  • Add support for Python 3.7 and 3.8

0.3.4

09 Feb 04:18
muttdown-0.3.4
Compare
Choose a tag to compare
  • Fix two regressions (#18 and #19)

0.3.2

23 Oct 03:40
muttdown-0.3.2
Compare
Choose a tag to compare
  • Fix smtp_password_command (#13)
  • Fix tests

0.3.1

21 Sep 19:08
muttdown-0.3.1
Compare
Choose a tag to compare

Fix compatibility with Python 3.5 (#12)

0.3

13 Sep 15:01
muttdown-0.3
Compare
Choose a tag to compare
0.3
  • Add a man page (contribution by @ssgelm)
  • Split sendmail command on whitespace (contribution by @nottwo)
  • Fix a ton of bugs with MIME tree construction
  • fix tests