v6.0.0
v6.0.0 is a major release with a significant number of improvements and fixes.
As always, take a backup of your Postgres database before upgrading.
What's new?
- TOTP two-factor authentication.
- E-mail-based
Forgot passwordreset flow. - Ability to archive lists.
- Subscriber activity in the Subscriber profile UI.
- Ability to send transactional mails to non-subscribers via the
/api/txAPI. - Campaign-level JSON
{}attributes just like subscriber attributes. - Granular override on subscriptions / subscriber profile in bulk import.
- In-built Postgres VACUUM cron in
Maintenancesettings for large databases. - CORS origin configuration in
Securitysettings
In addition, there are several other bug fixes and improvements.
Security
This version addresses the issue of arbitrary
How to upgrade
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
Changelog
- 00f303c2 Add v6.0.0 migration file.
- 5673e61e Add
attribsto campaign docs. - 2d560fa5 Upgrade altcha JS to latest version.
- d7a41f75 Auto-translate new i18n language strings.
- 556cb370 Fix Cypres tests.
- e20ed060 Rename v5.2.0 migration to v6.0.0.
- 95528653 Apply minor style fixes to admin.
- f1dd8a4c Add support for campaign-level JSON attributes.
- e49c8d06 Refresh i18n language files.
- a65608c1 Split 'overwrite' on import UI into 2 separate options (userinfo and subscription status). Closes #2496
- 77fb9ddc Fix invalid syntax in bundled visual template.
- 576309d9 Add
viewportmeta tag to visual builder default template. Closes #2751. - c6bc9a63 Show duration in seconds also on campaigns page. Closes #2796.
- 5f935435 Fix user menu not showing in responsive view on the UI. Closes #2793.
- 74dc5a01 Add sandboxing to campaign preview iframe.
- d8027932 Bump qs from 6.13.1 to 6.14.1 in /frontend (#2844)
- 373682aa Fix and imporve bulk deletion in campaigns and queries.
- 3f5bc8d3 Improve zh-TW (Traditional Chinese) translation (#2840)
- 183d0ea2 Bump github.com/altcha-org/altcha-lib-go from 0.2.2 to 1.0.0 (#2819)
- 787c7585 Fix #2778 'Track Link' status is lost when re-saving an existing link in the Rich Text Editor (#2829)
- 1a68363f Add missing i18n German translations (#2830)
- e215e1e5 Added Cloudron install button in doc (#2826)
- e8fb9d59 Fix incorrect
--new-configfile write error message. Closes #2818. - c6511173 fix confusing formatting issue in dev setup docs (#2813)
- 55540a21 Remove confusing field validation behaviour on S3 settings UI. Closes #2806.
- e703c37e Add env var support for static-dir and i18n-dir flags (#2807)
- 9feb59f4 Update it.json (#2803)
- a998c91f Correct status field reference in documentation (#2808)
- 1c361647 Translate English phrases to Slovak in sk.json (#2810)
- 045f0ebf Fix broken language string on CAPTCHA settings on UI. Closes #2781.
- 570bb46d Add cron-based
VACUUM ANALYZEsupport for DB maintenance. - 67ad4d54 Add external recipient support to
/api/txendpoint. - 583f92a6 Add bulk deletion (by id or query) to lists and campaigns.
- 2b609073 Add list permission check to campaign creation.
- b46e0d69 Fix list update query returning incorrect state on lists with no campaigns.
- c108a61b Change LISTMONK_db__host from 'listmonk_db' to 'db' (#2787)
