Changelog

Stay up to date with everything new at dosya.dev.

Latest

v1.5.0

April 18, 2026

New Features

  • CLI tool: upload, download, share, and manage files from the terminal. Available for macOS, Linux, and Windows.
  • CLI self-upgrade: run dosya upgrade to update to the latest version automatically.
  • CLI uninstall command: cleanly remove the binary and config with dosya uninstall.
  • REST API documentation page with all endpoints, authentication guide, and example responses.
  • API key delete confirmation modal with key name display in profile settings.

Improvements

  • CLI install page redesigned with tabbed dark terminal UI (macOS/Linux and Windows tabs) and copy-to-clipboard buttons.
  • CLI docs page: all code blocks now use consistent dark terminal styling with syntax highlighting.
  • CLI docs page: reference tables (commands, flags, env vars, exit codes) collapsed into expandable accordions.
  • CLI docs page: added quick-start 3-step flow (Install, Authenticate, Upload) after the hero section.
  • Landing page: added "Available Everywhere" section showcasing Desktop App, CLI, and REST API.
  • API docs updated to use dosya.dev/api/ paths instead of separate subdomain.
  • CLI release workflow: macOS builds now run on Apple Silicon runners for faster CI times.
  • CLI version is now set automatically from the release workflow input — no more manual version edits.

Bug Fixes

  • Fixed CLI binaries being killed on macOS due to missing code signature (now signed with ldid in CI).
  • Fixed file download returning 500 due to immutable headers on redirect response.
  • Fixed file metadata endpoint referencing wrong table name for comment counts.
  • Fixed CLI login showing "Authenticated as undefined" — now correctly displays user name and email.
  • Fixed CLI download failing with "paths[1] must be of type string" due to incorrect API response parsing.
  • Fixed CLI download process hanging after completion — now exits cleanly.
  • Fixed CLI release workflow YAML syntax error causing the workflow to not appear in GitHub Actions.

v1.4.0

April 10, 2026

New Features

  • File request links: allow anyone to upload files directly to your workspace without an account.
  • Workspace roles and permissions: assign Viewer, Editor, or Admin roles to workspace members.
  • Bulk download as ZIP: select multiple files and download them as a single compressed archive.
  • Added 4 new server regions: Mumbai, Seoul, Johannesburg, and Buenos Aires.

Improvements

  • Upload speed improved by up to 35% for files over 1 GB through optimized chunking.
  • Dashboard file list now supports infinite scroll instead of pagination.
  • Transfer link expiration can now be set in hours, days, or custom date/time.
  • Improved keyboard navigation across all dashboard views.

Bug Fixes

  • Fixed an issue where large file uploads could stall at 99% on Safari.
  • Fixed workspace storage counter not updating after file deletion.
  • Fixed broken OAuth redirect for GitHub login on mobile browsers.

v1.3.0

March 15, 2026

New Features

  • Password-protected transfer links: set a password that recipients must enter before downloading.
  • Email notifications for file transfers: sender and recipient receive confirmation emails.
  • Dark mode support across the entire dashboard.
  • API v2 with OAuth2 authentication and expanded endpoints for workspace management.

Improvements

  • Redesigned pricing page with clearer feature comparison.
  • File preview now supports PDF, images, video, and audio directly in the browser.
  • Reduced time-to-first-byte by 40% across all regions.
  • Improved search across files and workspaces with fuzzy matching.

Bug Fixes

  • Fixed intermittent 502 errors on the Frankfurt and Tokyo regions during peak hours.
  • Fixed file names with special characters not displaying correctly in transfers.
  • Fixed password reset emails not being delivered to some email providers.

v1.2.0

February 5, 2026

New Features

  • Workspaces: organize files into separate workspaces with independent storage and settings.
  • Transfer analytics: view download counts, geographic distribution, and bandwidth usage per transfer link.
  • Two-factor authentication (2FA) with TOTP authenticator apps.

Improvements

  • Completely redesigned dashboard UI with improved file management workflows.
  • Added drag-and-drop support for folder uploads.
  • Storage usage indicators now update in real time.
  • Improved mobile experience across all pages.

Bug Fixes

  • Fixed duplicate file entries appearing after rapid consecutive uploads.
  • Fixed incorrect storage calculation for files with multiple versions.
  • Fixed session expiration not redirecting to the login page properly.

v1.1.0

January 10, 2026

New Features

  • Transfer links: share files with anyone via a secure, expirable download link.
  • Google and GitHub OAuth login.
  • API v1 with token-based authentication for programmatic file uploads and downloads.
  • File versioning: upload new versions of existing files while keeping history.

Improvements

  • Upload reliability improved with automatic retry on network failures.
  • Added server region selector during upload for manual routing control.
  • Improved email templates with clearer calls to action.

Bug Fixes

  • Fixed file upload failing silently when storage quota was exceeded.
  • Fixed incorrect file size display for files larger than 4 GB.
  • Fixed timezone-related issues in file modification timestamps.

v1.0.0

December 1, 2025

Initial Release

  • Launch of dosya.dev with file upload, storage, and download functionality.
  • Support for 42 global server regions across North America, Europe, Asia-Pacific, and South America.
  • End-to-end encryption with AES-256 for files at rest and TLS 1.3 for files in transit.
  • Free, Starter, Plus, Pro, and Business subscription plans.
  • User registration with email/password authentication.
  • File management dashboard with grid and list views.
  • Automatic region selection based on user geolocation.
  • No egress fees on any plan.