Releases: pentacent/keila
Releases Β· pentacent/keila
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
Keila v0.12.5
Keila v0.12.4
Version 0.12.4
Added
- Support for Captchas from Friendly Captcha (thanks @beeb)
Changed
- Segments are now ordered alphabetically (#203 - thanks @panoramix360)
Keila v0.12.3
Version 0.12.3
Changed
- Failed campaign emails are now logged via
Logger.warning/1
instead of
Logger.debug/1
.
Keila v0.12.2
Version 0.12.2
Fixed
- Email preview text is now actually included in emails
- Layout blocks now have a default 1:1 ratio, ensuring they are always rendered
correctly
Keila v0.12.1
Version 0.12.1
New Campaign Block Editor π
Added
- New block-style editor for building campaigns
- Multi-column layouts
- Headings, paragraphs, lists
- Images
- Buttons
- Blockquotes
- Spacers
- More styling options in the form editor (#185)
Changed
- Changed base email template to Cerberus Hybrid
- Scheduled campaigns that could not be delivered are automatically un-scheduled
- Scrolling position in template and campaign previews is retained when changes are made
Fixed
- Invalid signature markup no longer breaks the template editor (#119)
- Fixed error that caused uploaded images not to show up in upload modal (#186)
- Fixed some broken URLs when Keila is configured with
URL_PATH
(#189) - Mailer port now defaults to
587
instead ofnil
(#182 - thanks @aej) - Fixed bug that could cause the content of a Markdown campaign to be erased when changing the title (#188)
- Fixed bug that could cause the segment page to crash (#177)
Keila v0.12.0
Version 0.12.0
New Campaign Block Editor π
Added
- New block-style editor for building campaigns
- Multi-column layouts
- Headings, paragraphs, lists
- Images
- Buttons
- Blockquotes
- Spacers
- More styling options in the form editor (#185)
Changed
- Changed base email template to Cerberus Hybrid
- Scheduled campaigns that could not be delivered are automatically un-scheduled
- Scrolling position in template and campaign previews is retained when changes are made
Fixed
- Invalid signature markup no longer breaks the template editor (#119)
- Fixed error that caused uploaded images not to show up in upload modal (#186)
- Fixed some broken URLs when Keila is configured with
URL_PATH
(#189) - Mailer port now defaults to
587
instead ofnil
(#182 - thanks @aej) - Fixed bug that could cause the content of a Markdown campaign to be erased when changing the title (#188)
- Fixed bug that could cause the segment page to crash (#177)
Keila v0.11.2
Version 0.11.2
Changed
- Only hard bounces are shown as bounces on campaign statistics page
Fixed
- Legacy IDs are now decoded correctly