Pro Changelog

0.0.15 (opens in a new tab)

2024-12-18

Build

  • kamal: /up for kamal

Feat

  • smtp: Provide simple SMTP option

Fix

  • litestream: fix docker to work with vite

0.0.14 (opens in a new tab)

2024-09-19

Chore

  • formatting various files

Fix

  • broadcasts: Fix Zero-Message-ID header
  • broadcasts: fix pagination on show

0.0.13 (opens in a new tab)

2024-09-17

Feat

  • templates: edit markdown and html

Fix

  • contacts: allow import without status

0.0.12 (opens in a new tab)

2024-09-16

Feat

  • emails: bounce protection
  • templates: Template API and send templates
  • templates: Ability to save templates

Test

  • accounts: change account test file name
  • broadcast: skip big broadcast test
  • email: fix error for message queue
  • emails: test supsended emails and cleanup
  • messages: sns tests change default status

0.0.11 (opens in a new tab)

2024-09-05

Chore

  • lsp warnings
  • remove dead code.

Feat

  • contacts: add API endpoints
  • contacts: contact api for create and get
  • lists: list API

Fix

  • Fix various errors from LS and TS.

0.0.10 (opens in a new tab)

2024-08-29

Fix

  • editor: fix links

0.0.9 (opens in a new tab)

2024-08-27

Feat

  • editor: new links

Style

  • ui: update version number

0.0.8 (opens in a new tab)

2024-08-25

Build

  • dev: don't send emails in dev

Feat

  • ui: live toast added

Fix

  • editor: remove save button

Style

  • editor: create broadcast modal

0.0.7 (opens in a new tab)

2024-08-23

Chore

  • ts: remove ts from most components
  • vue: commit priv/vue

0.0.6 (opens in a new tab)

2024-08-23

Chore

  • Bring in GutenTap
  • Add live vue

Docs

Feat

  • Tip tap to email
  • editor: various improvements.
  • editor: working for emails and broadcasts
  • editor: 1 to 1 match with editor
  • editor: working editor.
  • emails: editor for emails

Fix

  • emails: Better error for AWS errors.
  • logs: The logger will no longer use message

Test

  • messages: better message fixture.

0.0.5 (opens in a new tab)

2024-08-10

Feat

  • emails: Add endpoints for email

Fix

  • fix warnings

Refactor

  • broadcasts: form rename

Style

  • broadcasts: change placeholder text

Test

  • seed: add db seed file

BREAKING CHANGE

changes to errors JSON shape are breaking. Added get email and get email messages endpoints

0.0.4 (opens in a new tab)

2024-08-06

Build

  • db: Increase pool size add test adapter
  • git: update ignore

Chore

  • add new deps

Ci

  • scripts: small changes to release script

Docs

  • nav: Add docs link to dashboard.

Feat

  • broadcast: Creating broadcast UI.
  • broadcasts: flash and redirect on success
  • broadcasts: basic send ui implemented
  • broadcasts: new UI with pagination

Fix

  • various form fixes
  • config: host and unsubscribe email config
  • recipients: fix relationship to messages
  • ui: changes required for new queries

Merge

  • docs(nav): Add docs link to dashboard.

Perf

  • broadcasts: Major changes for performance

Style

  • change login and registration page

Test

  • broadcast tests
  • broadcast tests
  • swoosh test adapter
  • Improving tests.

0.0.3 (opens in a new tab)

2024-07-26

Ci

  • scripts: Create release script.

Docs

  • docs: Create changelog.

Feat

  • health: Add health check at /health_check

Fix

  • fix flop error condition.

0.0.2 (opens in a new tab)

2024-07-24

Fix

  • broadcast: queue API requests immediatley
  • broadcasts: commit worker. fix build.

Refactor

  • git: add *.gz to gitignore

0.0.1

2024-07-23

Feat

  • add unsubscribe list controller endpoint.
  • broadcasts: complete broadcast api.
  • emails: unsubscribe with mailto email.
  • sst: adds email unsubscribe option (#23 (opens in a new tab))

Fix

  • Fix various warnings.
  • broadcasts: fix html template broadcasts
  • broadcasts: hide broadcast UI.
  • lists: Add delete button to list table.
  • recipients: Fix create.
  • unsubscribe: Change to post, add json.

Hotfix

  • duplicating records sent via send API.

Refactor

  • queue: lower max attempts to 5.