From 1b5639c0e9cd2d6bad99a795ac73a95de0105ec4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:32:42 +0000 Subject: [PATCH] chore: release --- .changeset/reply-attachment-rendering.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/reply-attachment-rendering.md diff --git a/.changeset/reply-attachment-rendering.md b/.changeset/reply-attachment-rendering.md deleted file mode 100644 index ae59ab3..0000000 --- a/.changeset/reply-attachment-rendering.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@xmtp/convos-cli": patch ---- - -Fix `normalizeMessageContent` so a reply that carries a non-text payload renders its display string instead of a raw JSON dump of the decoded content. A reply containing a remote attachment now renders `reply to "…": [remote attachment: photo.jpg (… bytes) https://…]` rather than serializing the attachment envelope — which leaked the AES key material (secret/salt/nonce) into the message text. Inline attachments, reactions, and other nested content types render through the same path. diff --git a/CHANGELOG.md b/CHANGELOG.md index 49233fe..5dec973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.10.10 + +### Patch Changes + +- [#82](https://github.com/xmtplabs/convos-cli/pull/82) [`1a4a74c`](https://github.com/xmtplabs/convos-cli/commit/1a4a74c2744446b091d403dcb290d5c7913ef6b3) Thanks [@saulmc](https://github.com/saulmc)! - Fix `normalizeMessageContent` so a reply that carries a non-text payload renders its display string instead of a raw JSON dump of the decoded content. A reply containing a remote attachment now renders `reply to "…": [remote attachment: photo.jpg (… bytes) https://…]` rather than serializing the attachment envelope — which leaked the AES key material (secret/salt/nonce) into the message text. Inline attachments, reactions, and other nested content types render through the same path. + ## 0.10.9 ### Patch Changes diff --git a/package.json b/package.json index 9749007..1d8e2f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/convos-cli", - "version": "0.10.9", + "version": "0.10.10", "description": "A command-line interface for Convos — privacy-focused messaging built on XMTP", "keywords": [ "convos",