Listmonk v0.2.0-alpha Release Notes

Release Date: 2019-07-21 // almost 5 years ago
  • ๐Ÿš€ This release has breaking changes. If you have an older version running, there a couple manual patches to apply.

    • Unsubscription URIs have changed from /unsubscribe to /subscription/*. Production Nginx config needs to be amended to whitelist the new URI.
    • There is a new [privacy] section in the config. This can be copied from the sample config.

    ๐Ÿ†• New privacy features (aimed at GDPR compliance)

    • ๐Ÿ‘ Allow subscribers to export all data on them.
    • ๐Ÿ‘ Allow subscribers to wipe all their data from the system.
      ๐Ÿ”ง (The configuration is in the [privacy] section in the config file).

    image

    ๐Ÿ”„ Changelog

    ๐Ÿ”€ b63b31e Merge branch 'privacy'
    3cd8b86 Check subscriber existence by UUID on public pages
    3be5b27 Fix error message
    ๐Ÿšš 31b9690 Remove orphan func
    0๏ธโƒฃ 9e34e7d Fix default template rendering in Gmail with CSS inlining
    ๐Ÿšš a060d94 Move UUID validation from multiple places into a middleware func
    ๐Ÿ”จ 3fddd78 Refactor "unsubscribe from all" (self-blacklist) behaviour.
    ๐Ÿ”€ 794cb3d Merge branch 'master' of https://github.com/knadh/listmonk
    3b79028 Add data privacy export / wipe features (aimed at GDPR compliance).
    d390bc9 Add helper to make mail attachment headers
    ๐Ÿ”€ ee899f4 Merge pull request #12 from mr-karan/readme
    ๐Ÿณ 93dd4f0 fix: docker-compose command
    ๐Ÿ”จ 81fe874 Refactor subscriber delete query to support UUIDs
    ๐Ÿ”จ 7d9758c Refactor "error" view to a generic "message"
    ๐Ÿ”จ 81d3046 Refactor Messenger/Emailer to accept attachments
    533caf8 Fix from e-mail ID in dummy campaign on install
    0cb1442 Fix typo in install message
    ๐Ÿ”€ 180f05a Merge branch 'master' of https://github.com/knadh/listmonk
    192214c Add .gitattributes for github-linguist
    ๐Ÿ”€ 1ff38b5 Merge pull request #2 from mr-karan/docs
    ๐Ÿณ 0a50cd6 feat: Add docker image link to README

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull listmonk/listmonk:latest
    • ๐Ÿณ docker pull listmonk/listmonk:v0.2.0-alpha