0.5.0 (2026-02-17)
Features
- Ability to disable signups and disable email verification for self-hosters (9316564)
- add "olderThan" segment filter operator (b5fa21a)
- Add additional checks for website, NS records and personal emails (0a67a82)
- Add advanced DNS configuration (7964563)
- Add bounce and complaint filter to activity feed (c85df75)
- add documentation link and redirect to WIKI_URI (4c81d9e)
- Add inbound handling (d050b55)
- Add initial handling in webhook for inbound (e01dc40)
- Add initial handling in webhook for inbound (c286f49)
- add minimum thresholds for bounce and complaint rates (d55dda3)
- Add support for custom email recipients in workflow steps (78d3d22)
- i18n: Add Bulgarian translations (663bc2b)
- i18n: add Czech locale translations (14c471e)
- i18n: add Polish locale translations (7a6df77)
- i18n: add Polish locale translations (d2d779c), closes #246
- i18n: Add Portuguese translations (c2afb2d)
- Integrate NuqsAdapter for improved state management and query handling (0cf0a26)
- Remove domain from AWS if no longer in use by other projects (e6baace)
Bug Fixes
- added missing services:down script, added "win32" to supportedArchitectures for yarn package installation, added missing required WIKI_URI to .env.example of api (ddbe523)
- Center "Add Step" nodes below parent nodes and update positions on drag (e4e334c)
- Enhance email activity filtering by adding date range checks (ad0c17d)
- Ensure template type is loaded before rendering Select (8a38766)
- Implement merging for activity updates to preserve component state (0d4b694)
- Improve bounce handling logic to differentiate between permanent and transient bounces (7df43d8)
- Improve email verification logic by prioritizing MX record checks and clarifying domain existence validation (26800a8)
- Refactor Redis keys to prevent multiple messages on concurrent requests (4db1ccc)
- Remove 'Optional' label from MAIL FROM Domain and Inbound Email headings (f9b1354)
- Update contact subscription logic for upsert operations (a928666)
- Update URL replacement logic to handle runtime paths and add warnings for missing files (c07816c)
Code Refactoring
- remove unnecessary logging for segment processing (42ceb6e)