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/comment-file-table.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/file-card-download-label.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/file-page-text-preview.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/public/.well-known/mcp/server-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions packages/uploads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <name>" 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
Expand Down
2 changes: 1 addition & 1 deletion packages/uploads/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
Loading