Releases: pentacent/keila
Releases · pentacent/keila
Keila v0.14.4
Version 0.14.4
Fixed
- Avoid potential partial merging of system sender config with user-configured senders
Keila v0.14.3
Version 0.14.3
Fixed
- Only support TLSv1.2 for STARTTLS SMTP Senders to avoid issues with
non-compliant TLSv1.3 implementation in OTP
Keila v0.14.2
Version 0.14.2
Improved
- Added new Gmail user agent to avoid tracking invalid clicks/opens
- Return to list of unsubscribed/unreachable contacts after delete action from
one of those pages. Implements #193 (thanks @digitalfredy for reporting) - It's now possible to choose between the US and EU API endpoints for Mailgun senders (thanks @harryfear for reporting)
- Improvements to German translation (thanks @dompie)
Fixed
- Clicking "Delete all" on the contacts list no longer causes a server error
when no contacts have been selected. Fixes #260 (thanks @CSDUMMI for reporting) - Fixed connection errors when using SMTP senders with STARTTLS (thanks @beep and @CodeOfTim for reporting)
Keila v0.14.1
Version 0.14.1
Improved
- Added new Gmail user agent to avoid tracking invalid clicks/opens
- Return to list of unsubscribed/unreachable contacts after delete action from
one of those pages. Implements #193 (thanks @digitalfredy for reporting) - It's now possible to choose between the US and EU API endpoints for Mailgun senders (thanks @harryfear for reporting)
- Improvements to German translation (thanks @dompie)
Fixed
- Clicking "Delete all" on the contacts list no longer causes a server error
when no contacts have been selected. Fixes #260 (thanks @CSDUMMI for reporting) - Fixed connection errors when using SMTP senders with STARTTLS (thanks @beep and @CodeOfTim for reporting)
Keila v0.14.0
Version 0.14.0
Custom signup form fields + contacts search 🔎
Added
- Custom fields (text, checkbox, dropdown, tags, numbers) can now be added to
contact signup forms. Implements #135 - Search and sorting on contacts page
- Added buttons for inserting images, links, and buttons to plain Markdown
editor. Fixes #255 (thanks @lukaprincic for suggesting)
Improved
- Errors in signup forms are displayed with a prominent red border and bold text
now.
Fixed
- If the
status
column is present in a CSV import, only rows where this column
is set to "active" are imported. Fixes #253 (thanks @vzsi for reporting) - Live preview in plain Markdown editor no longer disappears when switching to
rich editor and back. - Fixed error when saving a contact with JSON data and a constraint error
Keila v0.13.1
Version 0.13.1
Fixed
- API Contact response now includes status field
- Fixed error when using custom email template for double opt-in emails
Keila v0.13.0
Version 0.13.0
Double Opt-In ✅
Added
- Added support for double opt-in/confirmed opt in.
Forms can now be configured to enable double opt-in to require new subscribers
to confirm their email address before they are added as contacts to the
project.
Changed
- Updated Elixir to 1.15
- Translatable labels for first name and last name in form builder
- Refactored Form controller to separate config UI from public routes
- Refactored how form submissions are processed
- Refactored how Markdown campaigns are built
Fixed
- Added support for additional JPEG variant (this avoids errors when uploading
previously unrecognized JPEG files)
Keila v0.12.8
Version 0.12.8
Added
- Added
MAILER_ENABLE_STARTTLS
option to configure a system mailer with STARTTLS (#247)
Fixed
- API DELETE endpoints for campaigns, contacts, segments now return the
correct 204 response
Keila v0.12.7
Version 0.12.7
Added
- Added
MAILER_ENABLE_SSL
option to configure a system mailer with SSL/TLS
Fixed
- Markdown campaigns now allow adding links to images
Keila v0.12.6
Version 0.12.6
Fixed
- Fixed SSL/TLS errors when sending emails with SMTP senders
- Fixed potential exception for image blocks without captions/urls
Added
- CSV download for contacts and segments (#238 - thanks @katafrakt)
- Improved configuration form for SMTP senders with automatic port selection
depending on security mode