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
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
- @mordilloSan made their first contribution in #923
- @lvu made their first contribution in #936
Full Changelog: v0.7.12-beta...v0.7.13-beta