|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to Coldflow are documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.1.0] - 2026-05-16 |
| 11 | + |
| 12 | +First tagged baseline. Establishes a stable target for external contributors. |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- **DMARC validation.** Enter a domain and see SPF / DKIM / DMARC records inline. |
| 17 | + Also shipped as a standalone CLI: [`npx dmarc-doctor`](https://github.com/pypesdev/dmarc-doctor). |
| 18 | +- **Google SMTP integration.** Connect a Gmail account via OAuth and send through |
| 19 | + the connected account. Companion CLI for self-hosted SMTP transport |
| 20 | + diagnostics: [`npx smtp-warmer`](https://github.com/pypesdev/smtp-warmer). |
| 21 | +- **CSV contact upload.** Import recipient lists from CSV with per-recipient |
| 22 | + variable substitution (`{first_name}`, etc.). |
| 23 | +- **Single-step sequences.** Create a one-step campaign with basic |
| 24 | + personalization and a strict per-account sending limit. |
| 25 | +- **Silent-reply automation.** Schedule a single follow-up when a prospect |
| 26 | + replies once and then goes quiet. Auto-cancels if they reply again before |
| 27 | + the follow-up sends. |
| 28 | +- **Templates library.** Curated 10-template starter pack across sales, |
| 29 | + recruiting, partnership, warm-intro, and follow-up categories, each with |
| 30 | + YAML front-matter (subject, persona, use case, deliverability notes) and a |
| 31 | + plaintext body under 120 words. See [`templates/`](templates/) and |
| 32 | + [pypesdev/coldflow#11](https://github.com/pypesdev/coldflow/pull/11). |
| 33 | +- **Campaigns list + detail pages.** Dashboard views for browsing existing |
| 34 | + campaigns and inspecting per-campaign state ([#19](https://github.com/pypesdev/coldflow/pull/19)). |
| 35 | +- **GitHub Actions CI.** Every PR runs `tsc --noEmit`, `pnpm lint`, and |
| 36 | + `pnpm test:int` against a Postgres 16 service container |
| 37 | + ([#23](https://github.com/pypesdev/coldflow/pull/23)). |
| 38 | + |
| 39 | +### Fixed |
| 40 | + |
| 41 | +- **MIME RFC encoding.** Header B-encoding (RFC 2047) and quoted-printable |
| 42 | + body encoding (RFC 2045) so non-ASCII characters — em dashes, smart quotes, |
| 43 | + accents — render correctly across stricter MTAs instead of as mojibake |
| 44 | + ([#10](https://github.com/pypesdev/coldflow/pull/10)). |
| 45 | + |
| 46 | +[Unreleased]: https://github.com/pypesdev/coldflow/compare/v0.1.0...HEAD |
| 47 | +[0.1.0]: https://github.com/pypesdev/coldflow/releases/tag/v0.1.0 |
0 commit comments