Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.64 KB

Unreleased

  • Change all nonword chars in filename of attachment to underscore so it can be saved on oall platforms. (thanks phallstrom)

1.1.0

  • Update Launchy dependency to ~> 2.2.0 (thanks webdevotion)
  • Handle sender field (thanks sjtipton)
  • Show subject only if it's present (thanks jadehyper)
  • Show subject as title of web page (thanks statique)

1.0.0

  • Attachment Support (thanks David Cornu)
  • Escape HTML in subject and other fields
  • Raise an exception if the :location option is not present instead of using a default
  • Open rich version by default (thanks Damir)
  • Override margin on dt and dd elements in CSS (thanks Edgars Beigarts)
  • Autolink URLs in plain version (thanks Matt Burke)

0.1.0

  • From and To show name and Email when specified
  • Fix bug when letter_opener couldn't open email in Windows
  • Handle spaces in the application path (thanks Mike Boone)
  • As letter_opener doesn't work with Launchy < 2.0.4 let's depend on >= 2.0.4 (thanks Samnang Chhun)
  • Handle reply_to field (thanks Wes Gibbs)
  • Set the charset in email preview (thanks Bruno Michel)

0.0.2

0.0.1

  • Initial relase