Changelog History
Page 2
-
v0.3.2-alpha Changes
February 05, 2020๐ 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 Changes
January 19, 2020๐ 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 ingetPagination
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 thestatus
field in create subscriber API๐ณ Docker images
- ๐ณ
docker pull listmonk/listmonk:latest
- ๐ณ
docker pull listmonk/listmonk:v0.3.1-alpha
- ๐ณ
-
v0.3.0-alpha Changes
October 31, 2019๐ฅ 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 Changes
September 10, 2019๐ 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.1-alpha
August 26, 2019 -
v0.2.0-alpha Changes
July 21, 2019๐ 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).
๐ 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 Fixfrom
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
- Unsubscription URIs have changed from
-
v0.1.2-alpha Changes
July 12, 2019๐ 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 Changes
July 12, 2019๐ 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 Changes
July 09, 2019๐ 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
0๏ธโฃ 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
0๏ธโฃ 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
0๏ธโฃ 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.
0๏ธโฃ 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
0๏ธโฃ 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
0๏ธโฃ 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