All Versions
19
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.10.0 Changes

    Image Uploads, Rate Limits, Do-not-track Campaigns πŸ–ΌοΈ

    βž• Added

    • Image Uploads
    • Do-not-track option for campaigns
    • πŸ‘ Liquid templating support in campaign subjects
    • 🌐 First interface translation added: German
    • Rate limits for Senders and Shared Senders (thanks @gbottari & @panoramix360!)
    • πŸ‘ Allow configuring FROM email address for system emails
    • βœ… Shared local sender for testing/development
    • πŸ‘Œ Improved styling: New spacer block and additional styling for signatures
    • πŸ”§ Configurable FROM email address for system emails

    πŸ”„ Changed

    • ⚑️ Updated LiveView to 0.17
    • Images in the WYSIWYG editor can now be modified on double-click
    • πŸ”§ Easier configuration of public-facing Keila URLs

    πŸ›  Fixed

    • API keys don’t expire anymore
    • πŸ›  Fixed some typos (thanks @kianmeng!)
    • Liquid tags can be used as link targets now
  • v0.9.0 Changes

    Campaign Data, Improved WYSIWYG editor πŸ’½

    βž• Added

    • Campaign data feature
    • Automatic recognition of Markdown in WYSIWYG editor
    • New Code button in WYSIWYG editor with Liquid template examples
    • Highlighting of Liquid tags in WYSIWYG editor
    • πŸ–¨ Pretty-printing of embedded form HTML
    • πŸ‘Œ Support for Dev Containers

    πŸ”„ Changed

    • ⚑️ Updated JS dependencies
    • βž• Added size constraint to contact data field (8 KB per contact)
    • 🚚 Simplified UI for campaign editor with settings moved to modal
    • πŸ”— Link click statistics are now displayed live while campaign is sending

    πŸ›  Fixed

    • πŸ‘‰ Use full URL for embedded form action attribute
  • v0.8.0 Changes

    πŸ‘ API for Contacts & Campaigns, Better Imports, UX Improvements πŸ§‘β€πŸ’»

    βž• Added

    • API for managing Contacts, Campaigns, Segments
    • πŸ’» Swagger UI for API at /api
    • πŸ‘Œ Improved contact import with support for custom data and upserts
    • Notifications when leaving pages with unsaved data
    • Added DB_ENABLE_SSL configuration option

    πŸ”„ Changed

    • ⚑️ Updated Oban and Jason dependencies

    πŸ›  Fixed

    • Segments with custom data fields can now be edited after saving
    • Error display in campaigns without sender no longer keeps reloading page
  • v0.7.1 Changes

    πŸ›  Fixed

    • πŸ›  Fixed error when creating new segments
  • v0.7.0 Changes

    βž• Added

    • Contact segmentation
    • πŸ‘Œ Support for custom contact data
    • πŸ‘ Allow deletion of sent campaigns

    πŸ”„ Changed

    • πŸ‘Œ Improved UI design
    • 🚚 Moved all templates from leex/eex to heex
    • πŸ‘Œ Improved Core querying API

    πŸ›  Fixed

    • πŸ›  Fixed exception when processing unhandled SES webhooks
  • v0.6.2 Changes

    βž• Added

    • πŸ”§ Configuration option to run Keila in a subdirectory
    • Login-as feature for admins
    • 🍱 Gzip compression of assets

    πŸ”„ Changed

    • ⬆️ Upgraded to Phoenix 1.6
    • ⬆️ Upgraded various dependencies, including Ecto
    • Replaced Webpack with esbuild
  • v0.6.1 Changes

    πŸ›  Fixed

    • Default contact status is now subscribed
  • v0.6.0 Changes

    🌲 Contact Activity Log & Bounce Handling πŸ—’οΈ

    πŸ”„ Changed

    • Upon unsubscribing, contacts are no longer deleted from the database

    βž• Added

    • 🌲 Contact activity log
    • Contact dashboard with subscriber numbers
    • πŸ‘Œ Support for Configuration Sets for AWS SES
    • Automatic handling of bounces and complaints for AWS SES
  • v0.5.4 Changes

    πŸ”„ Changed

    • βœ‚ Removed password placeholder texts

    πŸ›  Fixed

    • 🐳 Dockerfile and sample docker-compose configuration are now compatible
  • v0.5.3 Changes

    βž• Added

    • 🏁 Template now fully compatible with Outlook and Windows Mail

    πŸ›  Fixed

    • πŸ›  Fixed broken CSV template downloads
    • πŸ‘Œ Improved template display in WYSIWG editor