diff --git a/.changeset/comment-file-table.md b/.changeset/comment-file-table.md deleted file mode 100644 index 36e52e0b..00000000 --- a/.changeset/comment-file-table.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@buildinternet/uploads": patch ---- - -Render non-media attachments (PDF, zip, text, CSV, JSON, markdown, tgz) in the managed GitHub attachments comment as a small file table (name, type, size) instead of bare list links. diff --git a/.changeset/file-card-download-label.md b/.changeset/file-card-download-label.md deleted file mode 100644 index 61e504f3..00000000 --- a/.changeset/file-card-download-label.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@buildinternet/uploads": patch ---- - -The public file page's card for non-media files now labels its link "Download " when it points at the forced-download URL. diff --git a/.changeset/file-page-text-preview.md b/.changeset/file-page-text-preview.md deleted file mode 100644 index 96386c1e..00000000 --- a/.changeset/file-page-text-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@buildinternet/uploads": patch ---- - -Public file page shows a proper file card (name, type, size, download link) instead of a generic "Preview unavailable" fallback for non-media files, and inline-previews small text/markdown/csv/json files as server-rendered plain text. diff --git a/apps/web/public/.well-known/mcp/server-card.json b/apps/web/public/.well-known/mcp/server-card.json index 25d009dc..a192a2d4 100644 --- a/apps/web/public/.well-known/mcp/server-card.json +++ b/apps/web/public/.well-known/mcp/server-card.json @@ -3,7 +3,7 @@ "supportedVersions": ["2026-07-28", "2025-06-18"], "serverInfo": { "name": "uploads-mcp", - "version": "0.52.0", + "version": "0.52.1", "description": "Host files on uploads.sh from an agent — put (including branch staging and PR attach), promote, list, delete, usage, galleries, whoami, and GitHub attachment comments.", "homepage": "https://uploads.sh/", "icons": [ diff --git a/packages/uploads/CHANGELOG.md b/packages/uploads/CHANGELOG.md index 0959c27e..67e35b1e 100644 --- a/packages/uploads/CHANGELOG.md +++ b/packages/uploads/CHANGELOG.md @@ -1,5 +1,13 @@ # @buildinternet/uploads +## 0.52.1 + +### Patch Changes + +- ec42d24: Render non-media attachments (PDF, zip, text, CSV, JSON, markdown, tgz) in the managed GitHub attachments comment as a small file table (name, type, size) instead of bare list links. +- c5e4f9f: The public file page's card for non-media files now labels its link "Download " when it points at the forced-download URL. +- b0f42da: Public file page shows a proper file card (name, type, size, download link) instead of a generic "Preview unavailable" fallback for non-media files, and inline-previews small text/markdown/csv/json files as server-rendered plain text. + ## 0.52.0 ### Minor Changes diff --git a/packages/uploads/package.json b/packages/uploads/package.json index 054ad079..74a18763 100644 --- a/packages/uploads/package.json +++ b/packages/uploads/package.json @@ -1,6 +1,6 @@ { "name": "@buildinternet/uploads", - "version": "0.52.0", + "version": "0.52.1", "mcpName": "sh.uploads/mcp", "description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds", "type": "module", diff --git a/server.json b/server.json index b3db79c8..2a131f65 100644 --- a/server.json +++ b/server.json @@ -9,7 +9,7 @@ "source": "github", "id": "1291468384" }, - "version": "0.52.0", + "version": "0.52.1", "icons": [ { "src": "https://uploads.sh/apple-touch-icon.png", @@ -22,7 +22,7 @@ "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@buildinternet/uploads", - "version": "0.52.0", + "version": "0.52.1", "transport": { "type": "stdio" },