github gtsteffaniak/filebrowser v0.7.13-beta

latest releases: v1.0.0-stable, v1.0.1-beta, v1.0.0-beta...
3 months ago

What's Changed

This release includes some highly requested features for uploading. There is now a full upload prompt which displays and tracks the progress of each uploaded item. There's also some big refactoring to make path issues much less likely to happen, so it should be much more consistent and reliable.

Note: Since chunk uploads are disabled by default, you'll need to enable your chunk size in settings. You can also set user defaults in your config file for new users:

userDefaults:
  fileLoading:                  # upload and download settings
    maxConcurrentUpload: 10     # max is 10, default is 1
    uploadChunkSizeMb: 10       # 0 is disabled (default), typical is 5-50. A good first setting might be 15 MB

New Features:

  • copy and Move files between sources #689
  • new enhanced upload prompt
    • uses chunked uploads (disabled by default) #770
    • all or individual uploads can be paused/resumed
    • individual uploads can be retried
    • individual file upload progress #871
    • keeps screen on #900

Notes:

  • lots of UI improvements
  • reworked a lot of the frontend path/source logic to be more consistent.
  • updated sort behavior to be natural sort #551
  • optional quick save icon #918
  • improved language support: zh-tw chinese traditional (tawain)

BugFixes:

  • more accurate disk used calculation -- accounting for hard links and sparse files. #921
  • fix api key revoking mechanism
  • fixed shift-select #929
  • video preview images on safari #932
  • sticky mode isn't sticky #916

New Contributors

image image

Full Changelog: v0.7.12-beta...v0.7.13-beta

Don't miss a new filebrowser release

NewReleases is sending notifications on new releases.