From e27a830d76e0b4f63f0f44e8752a3ec44befc908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 20 Jul 2026 18:28:49 +0200 Subject: [PATCH] Release probod/v0.228.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/probod/CHANGELOG.md | 20 ++++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 1775f5ffe..376e6fe27 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.228.0] - 2026-07-20 + +### Added + +- The compliance portal is now served in production for the `/trust` path and custom-domain sites, replacing the previous trust center frontend +- Added Data Requests pages to the compliance portal: data subjects can submit and track GDPR/CCPA rights requests (including rectification, objection, and complaint types) after magic-link sign-in, scoped to their verified email +- Added subscribe-to-updates in the compliance portal, with an Updates CTA and a sign-out action in the user menu +- Added eleven new compliance-portal locales: German, Spanish, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Turkish, Ukrainian, and Simplified Chinese + +### Changed + +- Renamed the document approval button to "Approve" and updated the consent text to match, since the action only approves +- Made the compliance portal layout responsive +- Standardized copy to say "compliance portal" instead of "trust center" throughout + +### Fixed + +- Fixed document row accessibility for mobile screen readers and corrected PDF page sync after fit-to-width reflow +- Preserved `Field` `aria-describedby` when showing form errors + ## [0.227.0] - 2026-07-20 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 5488fe47c..7f42519c9 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.227.0 +0.228.0