WebSocket Upload Toggle and CLI History Command
✨ Features
- client: Added WebSocket transport toggle - disable WebSocket uploads via
--no-wsCLI flag, TUI Settings menu, or\"websocket\": falsein config file- client: Addedskysend lscommand to list upload and note history with age, expiry, and size - supports--server,--all, and--jsonflags
🎨 Improvements
- client: Connection error screen now offers recovery options - press
sto select another server orrto retry instead of requiring Ctrl+C exit - client: Connection errors now show a user-friendly message (
Server <url> is not reachable) instead of the rawfetch failederror - client:
skysend confignow shows all registered servers with their per-server WebSocket status
📝 Documentation
- docs: Added WebSocket transport configuration section to CLI client documentation
🐳 Docker
- Image:
skyfay/skysend:v2.4.2 - Also tagged as:
latest,v2 - Platforms: linux/amd64, linux/arm64