Listmonk Versions Save

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.

v0.3.3-alpha

4 years ago

Changelog

9a88c2e Add support for custom SMTP HELO hostname (for FQDNS)

Docker images

  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.3.3-alpha

v0.3.2-alpha

4 years ago

Changelog

047de69 Add support for no-auth SMTPs

Docker images

  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.3.2-alpha

v0.3.1-alpha

4 years ago

Changelog

1064f1e Merge branch 'master' of github.com:knadh/listmonk 6681f18 Fix 'send_at' option on the UI and bug in starting scheduled campaigns e230bac Merge pull request #51 from josejibin/fix/per-page-logic f687813 Fix: perPage logic in getPagination 3cba2fe Amend feature text 32a543b Fix incorrect campaign API response when there are no campaigns 6747a95 Fix unclosed DB transactions in subscriber search 6b6dc59 Add max idle/open params to DB connect 0d8abf9 Fix subscriber export button 427dd93 Add --yes flag to skip prompts 1dc26e2 Fix logo (SVG) font by changing text to path c7fc1aa Validate the status field in create subscriber API

Docker images

  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.3.1-alpha

v0.3.0-alpha

4 years ago

Breaking changes

The media file upload mechanism has changed in this release with pluggable interfaces, and bundled support for filesystem and S3. There are new upload* sections in the TOML config that control this behaviour.

Changelog

ccd354d Merge pull request #31 from mr-karan/s3 e5c3196 feat: Add blobstore package 7ee7116 Merge pull request #29 from rhnvrm/master 712ad2d chore: minor refactors based on static checks 2c18d63 Merge pull request #24 from shailysangwan/master d13c335 update instructions for local installation ff40601 Merge pull request #18 from mr-karan/kubernetes 65ef23b feat: read config from env

Docker images

  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.3.0-alpha
  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.3.0-alpha

v0.2.2-alpha

4 years ago

Changelog

d8d7f88 Merge pull request #14 from knadh/feat-responsive 3e5a646 fix: responsive layour fixes for table, modal and form fields a7034bb WIP: responsive design 9587b70 Merge pull request #16 from rhnvrm/patch-2 d5a47de fix: buildString having incorrect TZ data 08aa05c Fix incorrect version string in build

Docker images

  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.2.2-alpha
  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.2.2-alpha

v0.2.0-alpha

4 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 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

v0.1.2-alpha

4 years ago

Changelog

275554e Refactor config error message

Docker images

  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.1.2-alpha

v0.1.1-alpha

4 years ago

Changelog

3d3af8c Merge pull request #1 from mr-karan/docker 1534c46 fix: Path for windows build in goreleaser 6409c9a Add missing help link to subscriber modal ec46fb4 Merge branch 'master' into docker 728d1c2 feat: Add docker demo setup 51ec374 Add install readme file f457605 Remove unimplemented features from nav 349562f Add install readme file 3ed39a4 feat: Add docker instructions bdc837d feat: Create docker release 714a040 fix: Add listmonk binary to Gitignore e64d723 Typo and language fix in README

Docker images

  • docker pull listmonk/listmonk:latest
  • docker pull listmonk/listmonk:v0.1.1-alpha

v0.1.0-alpha

4 years ago

Changelog

9fd9748 Update README with image and links e89a54b Refactor and add new build routines 0e116a2 Update dependencies 61c2a72 Upgrade to stuffbin v1.0.0 be20014 Add doc links to UI bcf35bf Add basic sanitisation to subscriber query expressions 69e5e35 Refactor default install records and add test campaign 1ca8c2f Fix default template location in install 348e65f Fix lists not showing on the subscriber form 64043f0 Add run-frontend to Makefile 1caa63b Rename 'build-dist' to 'dist' in Makefile 089522a Replace config struct tags 6531750 Remove hardcoded binary name from unstuff routine fe4f39f Replace viper with koanf fe91021 Remove stub user features and handlers. c952b7a Refactor README for publishing 95038d3 Refactor Makefile 4f9bb26 Merge branch 'fix-frontend-dir' into 'develop' 11ca4be chore: fix frontend directory structure 0911742 feat: add config to enable/disable postgres ssl mode 08b9d15 fix: update echo framewor to fix commit hash mismatch 3a6f15e Update list date on import before notif and run notif as a goroutine 8701cb4 Fix import and campaign page and integrate new paginated lists API 3cf075e Add deps to dev docs 7a64aca Removed redundant consts and goal 9729395 Add dev README d9585a7 Add pagination to the lists page b467c9b Fix incorrect sort order in stats SQL queries b078c00 Fix missing lists fetch in query-campaigns 420c661 Remove duplicate TODO b060259 Add TODO 3bf405f Refactor and fix importer state bugs cfec13c Optimize campaign and subscriber queries 93c9520 Refactor campaigns query into two: 'query' and 'get' baa6184 Add 'send campaign' shortcut link to lists view 3de7b3f Fix incorrect maxlength param values 6b29c0f Remove subscriber list link from list name 178604d Refactor campaigns view 9655ce6 Refactor subscriber data src to check for errors e43c9b8 Add target 'run' to Makefile 5acde50 Merge branch 'develop' of https://github.com/knadh/listmonk into develop 917cb8a Reformat all JS to 'prettier' style 5b42e86 Fix incorrect passing of error in HTTP response 7d65672 Merge pull request #1 from joeirimpan/develop 4ef5a3a chore: Go modules and add readme 9fc23a8 Fix text in global footer ac2234a Refactored subscriber add/edit from from modal to modal + standalone view ab1a6bb Add ID and UUID info to list, subscriber, and campaign views e7c75b3 Fix the accidentally deleted Lists field in Campaign (!) 7eeb813 Add embedding of static assets for standalone dist binary 46f4a0e Remove redundant error wrapper 08bc6bc Refactor SQL schema and add missing indexes 01b43b9 Refactor get-campaigns query 1fd3a3b Refactor TrackLink template function to accept backticks ffd43ce Rename 'runner.Runner' to 'manager.Manager' 72cf9e2 Fix state setting on subscriber modal unmount b461f51 Change default name/email search query to case insensitive regex instead of LIKE f686606 Fix broken close function in clone campaign modal f54170d Add view and click counts to campaign API response and UI a4135be Doc and typo fix on the import page 099ca11 Doc fix in advanced query placeholder f2bbf86 Display subscription status in the subscribers table 11f8e62 Add subscriber count to the subscriber page heading 5f0e3ac Add bulk subscriber querying, segmentation, and management features 755d3d2 Refactor and add subscriber search and segmentation UI 3867062 Fix empty raw query in subscriber query response b7d5a4d Add no-cache header to pixel tracker image 09b09d1 Remove alt tag from tracking pixel image 2a161a5 Redesign the 'broken' warning page 5662fac Refactor redirection on campaign creation ccd966a Refactor campaign 'save' button and add 'start' button to campaign page ca19b50 Fix content tab redirection on campaign creation c24c19b Add admin e-mail notifications. 8a0a7a1 Add support for importing unzipped CSV 8e10bf3 Fix file extension check 5ff0e44 Make the default template the default selection on the campaign form 1673cba Fix campaign send rate calculation cf5df3e Fix counting unsubbed users in campaign stats counts c132af2 Add automatic unsub of users blacklisted from admin 4cd66d1 Fix duplicates in multi-list campaigns with overlapping subscribers. 8a952c1 Add regexp template tag validation a7614eb Change sample error value to a sane number a7954df Add missing error key to sample config cbba955 Remove test script 1a39ed1 Add support for campaign error tracking and auto-pause. 0577367 Fix default values in the campaign dropdown a4e8291 Log message push errors 6d96986 Add loadng spinner to dashboard 0871752 Fix incorrect campaign counts on dashboard b333d05 Fix merge conflicts dce6db7 Untrack yarn.lock e3a6ba3 Untrack yarn.lock 9511a78 Add welcome dashboard c3d1813 Add an error page for app config (window.CONFIG) not being loaded 87873d0 Make subscriber fetching for previews random 6a1ee77 Fixed message rendering in test messages f334022 Make duration stats visibility conditional ec7d398 Rearrange and move prominent action icons to the front d09a16d Add form blocking + spinner to the upload form f75f1cd Fix hardcoded max_conns SMTP config 0f56a5c Fix campaign stats cell width 44442b2 Switch UI subscriber addition to a new insert-only query ec02921 Fix SVG logo (font to path) 6761d1a Add missing placement param to all antd notification() calls f2c09e7 Refactor the import process 31e1800 WIP: Add dashboard stats queries and endpoint 9aa4130 Update logo a82a64a Fix broken TrackLink tag correction ac8c7ed Add custom theme overhaul 5d099ab Make image inserts use full root URL de4e848 Sanitize config paths ad8787c Load global configuration into the frontend as a JS dict using a <script> inclusion 09b7fc8 Refactor and move FirstName LastName functions to the Subscriber model ae2ca2c Fix routes not remounting with keys a9f976a Add tracking tag to default template 5bede7a Remove binary 6c5cf0d Add support for campaign view tracking with {{ TrackView }} pixel tag c96de8d Refactor template previewing with better dummy data 027bc02 Fix re-rendering of iframe by removing state dependency for spinner 0fee76a Add loading spinner to preview modal 595bdb2 Set all campaign templates to default when a used template is deleted 67d65b3 Add new template functions and rename Track to TrackLink ad96a43 Add simple sanitsation to subscriber name f9c83e6 Add target meta tag to open links in new windows on preview iframes 1473961 Fix next-campaigns query to return campaign_ids with 0 counts as well when there were 0 subscribers in target_lists. This would result in started_at never being updated in the update sub query. d712aff Fix error on campaign creation when there are 0 target in target lists acee18c Refactor dummyUser struct for use in multiple places b63e390 Fix incorrect return of cached tracking link b4e6ed6 Refactor and fix obsolete campaign template compilation and validation routines d62bb97 Fix missing mutex unlock 39ba75b Fix merge conflict 81953d6 - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs - Add support for {{ Track "https://url.com" }} in templates to register and track links 1ae2905 Add help text 0fb9c6a Change unsubscribe (click instead of onload) behaviour and language 12182b3 Fix bad exception handling in cases of 0 CSVs in import ZIPs 0163cf9 Fixed bugs in importer 52f8217 Fix form state locking on save f449f49 Fix the completely broken unsubscribe query d89b22e Add 'send campaign test' feature 3a1faf0 Refactor the Go template string placeholder into a constant 16b0b04 Fix the horrible HTML typos in the default template b70cecc Refactor and fix the bad URL param substitution method 0a86ae7 Fixed incorrect subscriber SQL fetch check 229fd7f Remove debug line ;( e794aa7 Fix campaigns table actions cell width 2064f06 Fix next-campaigns to update fields irrespective of to_send 9582e20 Fix the preview button in the new template form 0849dc4 Added the clone modal that was accidentally removed a1b5a39 Added preview component with preview support for campaigns and templates 2121c25 Ignore yarn.lock 3ab2138 Fresh start