v1.3.1-beta

gtsteffaniak/filebrowserv1.3.1-betaMar 7, 2026by gtsteffaniak

AI Summary

This beta release (v1.3.1-beta) introduces new user customization options for settings including options to disable audio/model thumbnails, hide files in tree navigation, and control archive deletion behavior. It also includes bug fixes for WebDAV 405 errors, Motion Preview settings, and context menu issues, plus improves the File Size Analyzer tool capacity.

Key Highlights

  • Added user options to disable audio and 3D model thumbnails (userDefaults.preview.audio, userDefaults.preview.models)
  • Added option to hide files in Tree navigation (userDefaults.hideFilesInTree)
  • Fixed WebDAV 405 response code error from v1.3.0-beta
  • File Size Analyzer tool max items increased from 100 to 200
  • Fixed Motion Preview setting not saving and context menu on tools issues

New Features

  • Option to disable audio thumbnails (userDefaults.preview.audio)
  • Option to disable 3D model thumbnails (userDefaults.preview.models)
  • Option to hide files in Tree navigation (userDefaults.hideFilesInTree)
  • Option to disable source file deletion when creating/extracting archives (userDefaults.deleteAfterArchive)
  • File Size Analyzer tool max items increased from 100 to 200

Full Release Notes

## What's Changed

**New Features**:

  - More user options for settings (#2072) (#2067):
    - Option to disable thumbnails `userDefaults.preview.audio` and `userDefaults.preview.models` for Audio and 3D Models.
    - Option to disable files in the Tree navigation `userDefaults.hideFilesInTree`
    - Option to disable source files deletion when creating/extracting archives. `userDefaults.deleteAfterArchive`

 **Notes**:
 - Share icon does not show in share listing or for shares for other users.
 - File Size Analyzer tool max items increased from 100 to 200.
 - changed symlink detection logic.

 **BugFixes**:
 - 405 response code error on Webdav in 1.3.0-beta (#2054)
 - Motion Preview setting not saving when changed in profile settings.
 - Context menu on tools not working.
## New Contributors
* @glaeqen made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/2084

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v1.3.0-beta...v1.3.1-beta