v1.3.3-beta
gtsteffaniak/filebrowserv1.3.3-betaApr 2, 2026by gtsteffaniak
AI Summary
A feature-rich beta release adding copy/paste from external apps, video caption font sizing, database integrity checks, and status bars. Also introduces improved 3D model support and UI enhancements.
Key Highlights
- Copy/paste files from other apps (CTRL+C/CTRL+V)
- Caption font size adjustment in video settings
- Startup integrity check method for SQL database
- Status bar for editor and markdown viewer
- Added .fbx 3D model file support
New Features
- Copy/paste from external apps
- Video caption font sizing
- SQL database integrity check option
- Editor/markdown status bar
- 3D model preview support (.fbx)
Full Release Notes
## What's Changed **New Features**: - Copy/paste files and folders (`CTRL+C`/`CTRL+V`) from other apps (win explorer, thunar, finder, etc) to upload them directly (#2197) - Caption font size can be adjusted in video settings - Ability to adjust the startup check method for sql database via `server.startupIntegrityCheck` (#2221) - Status bar for editor and markdown viewer (#2226) **Notes**: - `.fbx` 3d model files added to supported previews. - removed upx compression on docker image (#2193) - videos double tap to fast-forward and rewind added. - Adjust Image swipe behavior (#2068) - swipe animation for next/previous - swipe down to close and go to parent folder. - supports videos, images, and audio - chunked uploads will save to a temporary file at the destination and renamed on completion. Better upload pause handling (#2129) - The Icons in the UI were updated! (#2203) - More supported icons in the Icon Picker tool. - More file types have new icons across all the listings (such as `.md`, `.apk`, etc). - `.fbx` 3d model files added to supported previews. - removed upx compression on docker image (#2193) - chunked uploads will save to a temporary file at the destination and renamed on completion. Better upload pause handling (#2129) - deprecated `source.config.CreateUserDir`, now its always `true`. If a user directory doesn't exist it will get created empty. - `CTRL`+`Mouse Wheel` shortcut to change listing size. Also for change font size in editor (#2227) **BugFixes**: - Archives don't preserve file metadata (#2063) - Chunked upload setting fails: "0" does not disable chunking as expected (#2202) - Incorrect Chinese labels for Upload controls in Quantum UI (#2191) - Chunked download stops after first chunk, add message explaining (#2074) - Esc to Cancel and Enter to confirm popup (#2079) - Language-tagged subtitle files not detected for videos (#2199) - Unable to use proxy auth since 1.3.0-beta (#2173) - Updating setting on a LDAP user turns the "Login Method" to password. Thus preventing further logins. (#2179) ## New Contributors * @carloda made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/2198 **Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v1.3.2-beta...v1.3.3-beta