Uploads, API, Streaming and Downloads services are currently under down. We're working to bring them online.
Changelog & Roadmap
v0.10.0June 30th, 2026Latest
Video timeline previews — hover or drag along a video's progress bar to see little thumbnail previews of what's at that moment.
API: fixed the delete endpoint — it now accepts your API key, the documented identifiers field, and file slugs (all were being rejected before)
API: responses now match the documentation exactly — uploads return the file url and thumbnail_url, and the file/folder list and detail responses use consistent field names. If you built against the old responses, double-check your field names.
v0.9.0June 27th, 2026
Rename files inline — right from the file page and folder pages, not just the file manager (the file extension is kept automatically)
Move files and folders between folders — from the file manager, with cycle and duplicate-name protection
Folder browsing tools — filter files by name, toggle full filenames, copy filenames or links, and "Load all pages" on multi-page albums
Files in the manager now show which folder they belong to — click the folder tag to jump straight there
API: move files/folders, bulk-move many at once, and create subfolders — see the updated documentation with a new table of contents
Faster, more even downloads — traffic is now routed to the least-busy server
Notification system — bell icon in header with dropdown, full notifications page, auto-alerts for blocked/deleted files and account actions
"Save to Account" button — save any file to your account directly from the file page without re-uploading
v0.7.0March 19th, 2026
New folder setting: "Hide Related Files" — hide the "More from this album" section on all file pages within a folder
New per-file setting: "Allow Direct Access" — share individual files from private folders via their direct link without exposing the rest of the folder
Related files section is automatically hidden for direct-access files to protect folder privacy
Folder sorting in file manager — sort by Newest, Oldest, A-Z, or Z-A with saved preference
v0.6.3March 10th, 2026
Improved video player controls for a better mobile experience
Fixed vertical/portrait videos being stretched horizontally
v0.6.2March 9th, 2026
Fixed downloads returning 404 for files that have no extension
v0.6.1March 8th, 2026
Fixed files in folders returning "File not available"
Privacy-restricted files now return correct "Access denied" (403) instead of "File not available" (410)
v0.6.0March 6th, 2026
Folder privacy now enforced on individual files — files in private or password-protected folders can no longer be accessed directly
Added x-robots-tag headers for files in private/password-protected folders
Related files section hidden for unauthorized viewers of restricted folders (safety net for an upcoming change (per-file privacy settings - this will hide "more files" in the event that the idea is to just share a single file within a protected folder))
Fixed "Copy All Links" button not working on Firefox
Copy buttons now work reliably across all browsers
Blank lines preserved for failed uploads when copying all links
Fixed premature "Upload complete" message — now shows "Processing..." until server confirms
File names in folder view now dynamically use available space instead of being truncated at 160px
Fixed cache invalidation for subfolder creation, file moves, and file deletion
v0.3.0March 5th, 2026
Breadcrumb navigation for public folder subfolders
Recursive folder sharing — subfolders now appear in public folder view
"Show all folders" button when more than 5 subfolders
Grid and list view toggle for folder display
"More from this folder" related files section on file pages
Fixed folder thumbnail URL paths
Video thumbnails now captured at 25% into the video
Removed "Processing..." text after upload
Fixed download stats disparity
Redis-based batching for download count updates to reduce database load
Add more upload servers for better upload reliability Complete
Same file sharing between accounts (right now if a dupe file is uploaded it gives the current file link instead of saving it and generatingnew link. With this update it will still be the same file but all the users that upload the same file will have a different link, views/downlostats, privacy settings, etc. - note that a single user deleting the file will not affect the file itself, it will just remove the file from tmanager until no accounts are linked to the file, when this happens the file will be deleted.) Complete