From 2f3b1b826c91a2238d27e2c5481e90ccedfe1740 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Mon, 1 Jun 2026 01:21:56 +0000 Subject: [PATCH] chore: update CHANGELOG.md for v0.3.8 [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0cc2396..e3b44262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to TFTSR are documented here. Commit types shown: feat, fix, perf, docs, refactor. CI, chore, and build changes are excluded. +## [0.3.8] — 2026-06-01 + +### Bug Fixes +- **security**: Block PII in chat attachments and typed messages +- **security**: Address PR review — move attachment handling to backend, auto-redact PII +- **security**: Backend-only PII redaction; fix fmt CI failure +- **security**: Frontend attachment scan notice, bubble redaction update, fmt fix +- **security**: Full-content PII scan, clippy, IPC null fix, scan size cap +- Audit PII redaction metadata, safe bubble update, update ticket + ## [0.3.7] — 2026-05-31 ### Bug Fixes