Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/reply-attachment-rendering.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading