Skip to content

Commit 2ab23a5

Browse files
chore(release): 2.3.1
1 parent 993782f commit 2ab23a5

4 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 2.3.1 (2026-08-06)
4+
5+
### Fixes
6+
7+
- blossom-upload sends the real content type instead of
8+
application/octet-stream, which a server that sniffs the body rejects: a
9+
valid PNG returned 400 "Content-Type header does not match the file content".
10+
Detected from the leading bytes rather than the file name, since the bytes
11+
are what the server checks
12+
- switch reports the derivation path it chose. A bare name resolves to the
13+
persona path, so `switch work` and `derive work` are different keys and the
14+
npub alone made that invisible until something had been signed by the wrong
15+
identity. It now names the other key, and says the switch applies to the
16+
current command only
17+
18+
19+
320
## 2.3.0 (2026-07-28)
421

522
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-bray",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"mcpName": "dev.forgesworn/bray",
55
"description": "Trust-aware Nostr for AI and humans. Three dimensions of trust -- verification, proximity, and access -- woven into every interaction.",
66
"type": "module",

site/tools-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "nostr-bray",
33
"mcpName": "dev.forgesworn/bray",
4-
"version": "2.2.0",
4+
"version": "2.3.1",
55
"description": "Trust-aware Nostr for AI and humans. Three dimensions of trust -- verification, proximity, and access -- woven into every interaction.",
66
"homepage": "https://bray.forgesworn.dev",
7-
"generated": "2026-07-28T16:50:23.457Z",
7+
"generated": "2026-08-06T15:20:28.069Z",
88
"totalTools": 254,
99
"note": "Parameter schemas for every registered tool. Most tools live in the catalog (discoverable via search-actions + execute-action); 51 promoted tools are exposed directly on the MCP server. This manifest covers both.",
1010
"tools": [

0 commit comments

Comments
 (0)