
File History API, CLI v1.0.1, and Go SDK
New file upload history endpoint, CLI gets private uploads and FreeBSD support, Go SDK updated, and client-side HEIC/JXL/TIFF/PSD decoding
New file history API, CLI v1.0.1 with private uploads, Go SDK updates, and client-side decoding for exotic image formats.
Inline creation on the homepage
The homepage hero now has URL, Text, and Files tabs that let you create short links, share text (Plain Text / Code / Markdown), and upload files right inline — no page redirect needed. Results show a clickable URL, a copy button, and a link to manage the resource. File uploads support drag-and-drop and clipboard paste with automatic WebP conversion.
Client-side image decoding
Browsers don't natively support every image format. We now decode HEIC, JXL, TIFF, and PSD/PSB files client-side so they display correctly on sharing pages. Libraries are lazy-loaded only when needed, and download links still point to the original file.
- HEIC/HEIF — decoded via heic-to ESM module
- JPEG XL — decoded via Web Worker with jxl_dec.js + WASM
- TIFF — decoded via tiff.js
- PSD/PSB — decoded via ag-psd
SVG, ICO, and BMP previews also improved across the files and images pages.
MIME-type detection
File type detection switched from file extensions to MIME types. Text files, Office documents (including Apple iWork, OpenDocument, and Visio), and PDFs are all identified by their MIME type now. Unknown document types get a download fallback instead of opening in the PDF viewer.
File upload API
- New file upload history endpoint — retrieve your past uploads with pagination
is_privatefield on file uploads for privacy control- Usage metrics now include text shares and file uploads
- HEIC/HEIF/JXL/TIFF formats recognized server-side
CLI v1.0.1
The S.EE CLI adds private file upload (--is-private / --private flag), file history listing, and FreeBSD support. Packages are now available in .deb, .rpm, .apk, Arch Linux, and Termux formats.
Go SDK
The Go SDK adds file upload privacy settings and a file history endpoint.
Documentation
- File History API docs added
- SM.MS compatibility page updated with correct response examples
- OpenAPI spec updated with File History, usage fields, and YAML cleanup
- Plan quota tables refreshed with new limits for text shares and file uploads
Other improvements
- Standardized API error messages across all backend services
- Space Mono font added for monospace input fields
- Pricing comparison table updated with current plan limits
