Unclaimed project
Are you a maintainer of listmonk? Claim this project to take control of your public changelog and roadmap.
Changelog
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
v5.0.3 contains fixes for some minor, but annoying bugs, primarily SMTP errors not being captured and displayed while sending test mails.
As always, take a backup of your database before upgrading.
Binary
Download the latest binary. Stop and replace the old binary. Run ./listmonk --upgrade. Start the app again.
Docker
# cd /directory/with/docker-compose.yml
docker-compose down
docker-compose pull && docker-compose run --rm app ./listmonk --upgrade
docker-compose up -d app db
POST /api/subscription on disabling public subscription in settings. Closes #2530.smtppool lib with error-return bugfix. Ref: #2503