Skip to content

Releases: pentacent/keila

Keila v0.12.8

03 Nov 15:31
Compare
Choose a tag to compare

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

03 Nov 15:25
Compare
Choose a tag to compare

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

02 Oct 07:30
Compare
Choose a tag to compare

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

01 Aug 22:05
Compare
Choose a tag to compare

Version 0.12.5

Fixed

  • Fixed crash when using data URLs in campaigns (#218 - thanks @katafrakt)

Keila v0.12.4

29 Jul 15:41
Compare
Choose a tag to compare

Version 0.12.4

Added

Changed

Keila v0.12.3

29 Jul 14:23
Compare
Choose a tag to compare

Version 0.12.3

Changed

  • Failed campaign emails are now logged via Logger.warning/1 instead of
    Logger.debug/1.

Keila v0.12.2

03 May 09:41
Compare
Choose a tag to compare

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

28 Apr 11:03
Compare
Choose a tag to compare

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 of nil (#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

28 Apr 10:42
Compare
Choose a tag to compare

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 of nil (#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

18 Jan 09:32
Compare
Choose a tag to compare

Version 0.11.2

Changed

  • Only hard bounces are shown as bounces on campaign statistics page

Fixed

  • Legacy IDs are now decoded correctly