Releases: pentacent/keila
Releases · pentacent/keila
Keila v0.15.1
Version 0.15.1
Added
- Button for creating new users as admin (thanks @pmareke and @hellehata)
- Contacts can now re-subscribe or update their data by submitting a form again
(thanks @Lislegaard for suggesting) - Honeypot fields to block bot subscriptions
Changed
- Limited
first_name
andlast_name
fields to 50 characters.
Implements #342 (thanks @Lislegaard for suggesting)
Fixed
- Updated broken tzdata library. Fixes #336. (thanks @VincentSC for reporting)
- Deletion of shared senders from the UI is now working.
Fixes #326 (thanks @bpivk for reporting)
Keila v0.15.0
Version 0.15.0
Added
- Support for MJML campaigns.
- Forms can now be configured to redirect users after successful submission and when double opt-in
is required. - Forms can now be configured with a custom message when double opt-in is required
Improved
- New email scheduler and rate limiter with significantly improved performance. (thanks @dompie
for supporting the development of this feature)
Fixed
- Show correct state while campaign is being prepared for sending on stats page
- Marking custom checkboxes as required actually requires users to check them now.
Fixes #328. (thanks @cyberwuulf for reporting)
Keila v0.14.11
Version 0.14.11
Changed
- Increased database timeout when inserting recipients to 60 seconds
Keila v0.14.10
Version 0.14.10
Changed
- The analytics UI now shows a maximum of 20 links to avoid performance issues
with large campaigns and individualized links
Keila v0.14.9
Version 0.14.9
Fixed
- Enabled translation of system strings on public forms.
Keila v0.14.8
Keila v0.14.7
Keila v0.14.6
Version 0.14.6
Added
- Added PATCH and POST API endpoints for updating just the data field of a
contact
Fixed
Keila v0.14.5
Version 0.14.5
Changed
- Creating and updating contacts via the API now allows setting the
status
field. - Contacts list is now sorted in decending order by default
Fixed
- Segments are now guaranteed to be initialized with a valid (empty) filter,
avoiding potential crashes withnil
filters. MAILER_SMTP_FROM_EMAIL
is now used for sending system emails again.
Keila v0.14.4
Version 0.14.4
Fixed
- Avoid potential partial merging of system sender config with user-configured senders