diff --git a/CHANGELOG.md b/CHANGELOG.md index da2723e..52a95a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 +- Fix link detection and replace in plain text messages +- Use fetchId rather than the content-ID for inline images. Links starting with `fetch://` will be generated. + ## 1.0.0 - `enough_mail_html` is now [null safe](https://dart.dev/null-safety/tour) #6 - use URL safe links when linking an embedded image with a `content-ID` diff --git a/pubspec.yaml b/pubspec.yaml index 9518484..8edcd27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail_html description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package. -version: 1.0.0 +version: 1.1.0 homepage: https://github.com/Enough-Software/enough_mail_html environment: @@ -8,10 +8,10 @@ environment: dependencies: html: ^0.15.0 - enough_mail: #^1.1.0 + enough_mail: #^1.2.2 git: url: https://github.com/Enough-Software/enough_mail.git - #path: ../enough_mail/ + # path: ../enough_mail/ image: ^3.0.2 dev_dependencies: