Changelog

Latest updates, features, and improvements

1.13.2

AI Chat Sidebar Enhancements

Improvements & Fixes

  • Fixed: AI text inserted into email now keeps paragraphs and line breaks correctly
  • Fixed: Closing fullscreen email view no longer leaves a blank screen

New Helpful Features

Quick suggestion buttons (appear above the input box):

  • In reply: “Draft a reply”, “Make it shorter”, “More formal”, “Translate to Chinese”

  • When composing: “Draft this email”, “Improve writing”, “Add a call-to-action”, “More friendly”

  • General: “Help me write”, “Improve text”, “Translate”, “Summarize”

  • Added “Cancel” button while AI is generating → stop instantly if you change your mind

  • AI replies now support bold, italic, lists, and code formatting

  • Input box shows character count (turns red if over 2000 characters)

Smaller changes → faster and smoother experience overall.

1.13.1

AI Chat Sidebar

What’s New

AI Chat Sidebar

  • New side panel with AI chat — slide in from the right on any page
  • Keep chatting back and forth, AI remembers previous messages
  • When opened from email reply or compose, it already knows your email context
  • Every AI reply has “Insert into email” and “Copy” buttons
  • Clean chat look: your messages in color, AI in light gray
  • Type and press Enter to send (Shift+Enter for new line)
  • Shows loading animation while thinking
  • Press ESC or click outside to close

Fullscreen Email View

  • New expand button in email detail header
  • Fullscreen mode hides everything else → perfect for focused writing or reading
  • One click to go back to normal view
  • (Already full screen on phones, so button is hidden there)

Easy AI Access

  • “AI” button appears in the reply toolbar
  • “AI Assist” button shows when composing new emails

Behind the scenes

Small improvements to make things more stable and accessible.

1.13.0

Email Warm-up System

New Features

  • Automated Warm-up Plans — Automatically created when adding a new domain email with warm-up enabled
  • Three Strategies — Conservative (45 days), Moderate (30 days), and Aggressive (21 days) warm-up strategies
  • Health Monitoring — Real-time health score tracking based on delivery, bounce, and complaint rates
  • Auto-pause Safety — Plans automatically pause when bounce or complaint rates exceed thresholds
  • Daily Volume Scheduling — Gradual volume increase with per-day planned and actual send tracking
  • Seed Account System — Managed seed accounts for warm-up email delivery
  • Admin Dashboard — Dedicated admin panel for monitoring and managing all warm-up plans

Improvements

  • Domain email creation page now includes warm-up strategy selection for paid users
  • Mobile-optimized warm-up list with card layout and detail page with compact stats
  • Warm-up does not affect transactional email sending

Technical

  • Three new database tables: mail_warmup_plans, mail_warmup_schedules, mail_warmup_emails
  • Cron-based daily schedule execution with SES integration
  • Paid plan gating for warm-up features
1.12.1

Analytics Dashboard

New Features

  • Analytics Page — Dedicated analytics dashboard accessible from the sidebar
  • Email Volume Chart — Daily/weekly/monthly email volume trends
  • Delivery Metrics — Track delivery rate, bounce rate, and complaint rate
  • Home Stats Widget — Quick stats overview on the home dashboard

Improvements

  • Improved home page with at-a-glance statistics
  • Better date range selection for analytics queries
1.12.0

AI Assistant

New Features

  • AI Email Composer — Generate email drafts with AI assistance
  • Content Suggestions — Get subject line and body suggestions based on context
  • Tone Adjustment — Choose between professional, casual, and friendly tones

Technical

  • Integrated with OpenAI API for natural language generation
  • Streaming responses for real-time content generation
1.11.0

Notification API

New Features

  • Notification EndpointPOST /client/v2/emails/notification for sending notification emails
  • Notification Scope — Dedicated notification scope for API keys
  • Default Recipients — Omit to/from to use configured defaults or registration email
  • Whitelist Validation — Only user-provided emails are checked against the whitelist; defaults are always allowed

Improvements

  • API documentation added for the notification endpoint
  • Improved API response consistency across all endpoints

Breaking Changes

  • Notification endpoint returns messageId (RFC 5322) instead of emailId
1.10.1

JWT Token Authentication

New Features

  • JWT Tokens — Obtain access tokens via /auth/token endpoint
  • Token Refresh — Refresh expired tokens without re-authentication
  • Token Revocation — Revoke individual tokens or all active sessions
  • Session Management — View and manage active sessions from the dashboard
  • Token Info — Inspect token claims and expiration

Security

  • Short-lived access tokens with refresh token rotation
  • Secure token storage with hashed refresh tokens
1.10.0

Client API v2 Expansion

New API Endpoints

  • GET /client/v2/emails/receiving/{id} — Get inbound email detail
  • DELETE /client/v2/emails/receiving/{id} — Delete a received email
  • POST /client/v2/emails/receiving/{id}/reply — Reply to a received email
  • POST /client/v2/emails/receiving/{id}/forward — Forward a received email
  • GET /client/v2/emails/{id} — Get outbound email detail
  • DELETE /client/v2/emails/{id} — Delete a sent email
  • Attachment APIs — List, download, and delete attachments on received emails

Improvements

  • API documentation updated with all new endpoints
  • Improved error responses with consistent JSON format

Security

  • Domain-based email restrictions for API keys
  • Allowed domains whitelist enforced on send operations
1.9.1

Email Monitor & Admin Tools

New Features

  • Email Monitor — Admin dashboard to review outbound email activity
  • Campaign Review — Approve or reject campaigns before they are sent
  • Review Queue — Pending review count badge in navigation
  • Alert Management — Mark monitoring alerts as read
  • Monitor Config — Configure monitoring thresholds and rules

Security

  • Admin endpoints protected with key-based authentication
  • Campaign preview available for reviewers before approval
1.9.0

Changelog Application

New Features

  • Changelog Management — Create, edit, and publish changelog entries
  • Version Tracking — Semantic versioning with auto-suggested next version
  • Tags — Categorize entries with predefined tags: Feature, Improvement, Bug Fix, Breaking Change, Security, Deprecated
  • Public Changelog Page — Share your changelog with a public URL
  • Draft/Published — Control visibility with draft and published states
  • Major Release Flag — Highlight significant releases

Improvements

  • New Changelog section under Applications in sidebar
  • Markdown content support with rich rendering
1.8.0

Ticket System

New Features

  • Support Tickets — Create and manage support tickets from the dashboard
  • Ticket Detail — Threaded conversation view with status tracking
  • My Tickets — Users can view and respond to their own tickets
  • Ticket Numbers — Auto-generated unique ticket numbers for reference

Improvements

  • New Tickets section in sidebar navigation
  • Improved notification system for ticket updates
1.7.1

Forgot Password

New Features

  • Forgot Password — Request a password reset link from the login page
  • Secure Reset Token — Time-limited token sent via email
  • Reset Confirmation — Success page after password is updated

Improvements

  • Login page now shows "Forgot password?" link
  • Modal-based forgot password form with loading states and error feedback
  • Auto-close modal after successful submission
1.7.0

Documentation Hub

New Features

  • Docs Application — Create and manage documentation projects
  • Markdown Editor — Write docs in Markdown with live preview
  • File Management — Organize docs into files and sections
  • GitHub Sync — Auto-sync documentation from a GitHub repository via webhooks
  • Sync History — View sync logs and troubleshoot sync issues

Improvements

  • Applications section now includes Docs alongside Website and Blog
  • Improved sidebar navigation with application sub-items
1.6.0

API Key Authentication

New Features

  • API Keys — Generate API keys from Settings > Keys
  • Scope-based Permissions — Configure granular scopes (send, receive, contacts, etc.)
  • IP Whitelisting — Restrict API key usage to specific IP addresses
  • Key Expiration — Set optional expiration dates for API keys
  • Bearer Token Auth — Standard Authorization: Bearer sk_live_xxx authentication

API Endpoints

  • POST /client/v2/emails — Send emails
  • GET /client/v2/emails — List sent emails
  • GET /client/v2/emails/receiving — List received emails
  • GET /client/v2/verify — Verify API key validity

Security

  • API keys are hashed with SHA-256 before storage
  • Last used timestamp and IP tracked for audit
1.5.1

Campaign Scheduling

New Features

  • Schedule Campaigns — Set a future date and time for campaign delivery
  • Preset Time Options — Quick-select tomorrow morning, afternoon, or custom time
  • Timezone Display — Shows your local timezone for clarity

Improvements

  • Campaign create page redesigned with card-based schedule picker
  • Improved campaign list with status badges (Draft, Scheduled, Sent, Sending)

Bug Fixes

  • Fixed campaign copy not preserving template content
  • Fixed campaign report showing incorrect bounce rate
1.5.0

Live Chat

New Features

  • Chat Widget — Embeddable JavaScript widget for your website
  • Chat Dashboard — Manage all conversations from a unified inbox
  • Chat Settings — Customize widget appearance, welcome message, and availability
  • Quick Chat — Share a direct chat link without requiring widget installation
  • Session Management — Track visitor sessions with auto-close on inactivity

Technical

  • Real-time message polling with configurable intervals
  • CORS-enabled widget API for cross-origin embedding
1.4.1

Blog Platform

New Features

  • Blog Posts — Create and publish blog posts with a rich text editor
  • Blog Tags — Organize posts with tags for easy navigation
  • SEO Slugs — Auto-generated URL slugs with manual override
  • Draft/Published — Save drafts and publish when ready

Improvements

  • Improved sidebar with collapsible Applications section
  • Better mobile navigation for application pages
1.4.0

Website Builder

New Features

  • Website Builder — Create single-page websites with a visual editor
  • Custom Subdomains — Publish websites on your app subdomain
  • Custom App Domains — Map your own domain to your website
  • Live Preview — Preview changes before publishing

Improvements

  • New Applications section in the sidebar navigation
  • Improved domain configuration UI with SSL status indicators
1.3.1

Verification Code Login

New Features

  • Verification Code Login — Sign in with a 6-digit code sent to your email
  • 60-second Cooldown — Resend code with countdown timer
  • Spam Folder Reminder — Helpful prompt to check spam/junk folder

Improvements

  • Simplified auth page — removed legacy registration form
  • Streamlined login flow to a single verification code step

Security

  • Codes expire after 10 minutes
  • Rate limiting on code requests to prevent abuse
1.3.0

Subscription & Billing

New Features

  • Pro Plan — Upgrade to Pro for higher email limits and premium features
  • PayPal Integration — Secure subscription payments via PayPal
  • Usage Dashboard — Monitor monthly and daily email usage in real time
  • Pay-as-you-go — Purchase additional email credits when you exceed your plan limits
  • Order History — View all past orders and payment history on the billing page

Improvements

  • Added monthly/yearly billing toggle with annual discount
  • Improved plan comparison UI with feature breakdown
Page 1 of 2