Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 11:01
· 37 commits to master since this release
a0a63ef

v1.0.0 (2023-12-01)

Features

  • Support X-ExtEditorR meta header (aa7f2355)
  • Do not serialise empty custom headers array (36ce2193)
  • Configuration to always allow custom headers (b54c6c0a)
  • ext:
    • Add GNOME Terminal to options (ec07521a)
    • Warning when "/path/to/temp.eml" is missing (0dc0ba5c)
  • host:
    • Delivery Status Notification alias X-ExtEditorR-DSN (f460a44a)
    • List priority / delivery format options in help lines (4c7ee830)
    • Improve help header format (93b8bf28)
    • Support custom headers (6c3b77a6)
    • Support return receipt (27c3c063)
    • Support delivery status notification (2fe2e216)
    • Support delivery format (f91e157b)
    • Support priority (65c694ac)
    • Support attaching vCard (457e9bbb)

Bug Fixes

  • ext: Remove redundant toPlainObject() call (c4d12037)
  • host:
    • Don't use meta header if the value has commas or colons (4adb1004)
    • Don't add unescaped meta headers to custom headers (a1fe40e6)
    • Update help lines about optional values (b1c338e7)