Skip to content

Changelog

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

Latest

v1.7.0

August 25, 2026

New Features

  • Notifications got a major expansion: new alerts for security events (password reset, 2FA changes, failed sign-ins, sessions revoked by staff), team and role changes, billing and plan changes, a device that stopped syncing, failing webhooks, and approaching storage or usage limits.
  • Delete your own account directly from Settings on web and desktop - no support ticket required.
  • Cancel or resume your subscription directly from Billing settings.
  • Edit Office documents (Word, Excel, PowerPoint) directly in the desktop app, not just preview them.
  • Read EPUB ebooks in the browser and desktop app, with bookmarks and a two-page spread view.
  • PDF preview now uses an in-app themed viewer instead of the browser's built-in one, with the toolbar merged into the header.
  • Duplicate finder and Photo map are now available in the desktop app.
  • Share recipients can report a file they were sent.
  • File requests get a detail panel on desktop for reviewing recipients and resending.

Improvements

  • Notification preferences consolidated from 18 scattered toggles into 14 clear groups.
  • Desktop app gets a notification inbox for reviewing past notifications.
  • Desktop sync was rebuilt for speed and reliability, with a faster local index and quicker delta transfers.
  • Desktop sync now shows exactly which files and folders are excluded, and logs every skip.
  • Dragging a folder onto the upload area now uploads its contents instead of failing.
  • The upload dialog shows a workspace's file-size and type rules upfront, instead of only failing after the upload starts.
  • Pricing page redesigned with a four-plan layout, a slider for Pro storage, and clearer comparison copy.
  • File viewer renders CSV files as tables and Markdown as formatted text, plays subtitles, and shows a clear error instead of a blank screen when a format can't preview.
  • File preview redesigned into a cleaner stage-and-inspector layout; Office files get a header Edit entry.
  • Referral list now distinguishes disqualified invites ("Not eligible") from ones still pending.
  • The /desktop page shows real screenshots and verified facts instead of generic claims.
  • Help Center expanded to cover the whole product, with every answer linking to its full guide.
  • Comparison pages now include full feature and pricing tables.
  • Additional security hardening across authentication, uploads, and workspace permissions following an internal audit.

Bug Fixes

  • Fixed unsubscribe links in emails leading to broken pages.
  • Fixed a password-protected share's access code appearing in the notification email's subject line.
  • Fixed file moves failing unpredictably when also renaming the file, or when moving into a folder that already had a same-named file - now shows a clear conflict instead of crashing.
  • Fixed a rare case where concurrent uploads could bypass a workspace's storage limit.
  • Fixed anonymous file-request uploads rejecting filenames that contained an apostrophe.
  • Fixed WebDAV uploads occasionally overwriting an existing file instead of respecting conditional headers.
  • Fixed 4K photos and videos overflowing the preview on short browser windows.
  • Fixed the desktop updater sometimes getting stuck reinstalling the same version; it now also checks for updates every 4 hours.
  • Fixed the Cmd/Ctrl+K search shortcut and unclickable search results on desktop.
  • Fixed the dosya:// link handler and app name on Linux (AppImage).
  • Fixed several gaps where workspace roles and folder-confined access didn't consistently restrict actions across sync, comments, file requests, and bulk actions.

v1.6.1

August 12, 2026

Improvements

  • Desktop sync and the CLI no longer include hidden files and folders, or the contents of a folder that is locked or set to view-only. The web app already left these out; sync now matches it.
  • Because of that change, anything already on your machine that falls into one of those categories is removed from your local copy on the next sync. Nothing is deleted from your storage - only the local copy that should not have been there.
  • Sync still needs workspace-wide file access to run at all. If your role does not grant it, sync reports an error instead of connecting - it does not sync a smaller set of folders.

Bug Fixes

  • Fixed deletions never reaching desktop sync or the CLI: a file or folder you removed on one device stayed on the others until a full re-sync.
  • Fixed sync pages occasionally returning fewer files than requested, and a locked folder taking up to a minute to disappear from connected clients.

v1.6.0

August 5, 2026

New Features

  • Duplicate finder: review and clean up duplicate files from the new Duplicates page.
  • Photo map: browse your geotagged photos on an interactive world map.
  • Remote download: paste a link and the file is fetched straight into your storage - resumable, for files up to 1 TB.
  • Import from Google Drive: connect your Google account and copy files into dosya.dev. Imports run in the background, so you can close the tab.
  • Private share links: restrict a link to specific email addresses and choose a custom expiry.
  • File requests now have a dedicated page for reviewing received uploads and editing request settings.
  • Granular access controls: scope access to specific folders, attach access conditions, and set usage limits.
  • New Workspaces page with an overview of all your workspaces, plus per-workspace storage limits.
  • Outbound webhooks: receive signed HTTP notifications at your own endpoints when events happen in your workspace.
  • Referral program: invite friends and earn +5 GB of extra storage for each signup.
  • WebDAV smart views: mount virtual folders like All, Documents, Images, Videos, Shared, and Deleted - and mount by workspace name for a readable volume label.
  • Files now show an origin badge indicating which app or protocol they were uploaded from.
  • New Integrations section in the app with step-by-step setup guides for connecting third-party tools.
  • Comparison pages: see how dosya.dev stacks up against Dropbox, Google Drive, OneDrive, Box, iCloud Drive, MEGA, and WeTransfer.
  • Launched the dosya.dev blog with regular posts on storage, sharing, and product updates.
  • New status page at status.dosya.dev with live service health.
  • In-app support: submit and track support tickets from the new Support page.
  • Launched a bug bounty program with a public reporting page.

Improvements

  • The dashboard has been rebuilt from the ground up: faster navigation, a new file detail panel, and inline sharing and version management.
  • Cold first load of the web app is dramatically faster, and folder listings are now cached for snappier browsing.
  • Marketing pages paint noticeably faster after a render-blocking cleanup.
  • List views now have sortable columns, and folder rows show total size, region, and last-modified date.
  • Folders can be multi-selected for bulk delete, move, and download as a streaming ZIP.
  • Faster WebDAV directory listings.
  • The activity feed now records device, location, and outcome details for each event (visible to owners and admins).
  • Theme changes now animate with a smooth sweep across the whole app.
  • All transactional emails were redesigned on a single new template system.
  • Interactive product demos on the landing, desktop, and mobile pages.
  • Security hardening across authentication, sharing, and API keys following an internal audit.

Bug Fixes

  • Fixed HTML and text file previews failing to load in production.
  • Fixed desktop sync flattening nested folder trees into a single level.
  • Fixed 17 WebDAV protocol issues for better compatibility with third-party clients.
  • Fixed folders being skipped in S3-compatible listings when no delimiter was given.
  • Fixed billing return pages showing a 404 after checkout and customer-portal linking issues.
  • Fixed stale upload progress and avatar remaining visible after logging out.

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 api.dosya.dev/api/ paths.
  • 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.
  • AES-256 encryption 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.