0.2.0 (2025-11-08)

Changed how recipents headers on the email message are now used.  Based on 
toot's visibility, the message will have different recipients:
- public: to: undisclosed-recipients, cc: all mentions
- private: to: undisclosed-recipients, cc: all mentions
- unlisted: to: undisclosed-recipients, cc: all mentions
- direct: to: all mentions, cc: none

(thanks to Eli the Bearded for the idea!)

0.1.2 (2025-11-07)

- Stop breaking long URLs on hyphens
- Fix encoded-word FROM sine people thing emoji is ok to use as display 
  names
- Fix attachments name & mimetype (allow Python to guess it)

0.1.1 (2025-11-05)

- Convert html entities to UTF, so &quot; is a nice "
- Fix wrap long lines with URLs. This will no longer break long
  word, as they may be intentional... I think. But links are long
  words.
- Fix setup steps. This no longer lies about needing to manually 
  create application

0.1.0 (2025-11-05)

First public release
