What's Changed
New Features:
- Add cli init CLI command (#2957)
Notes:
- Pop-up preview has 200ms debounce delay so it doesn't flash from moving the cursor across files quickly.
- Added risc-v to official releases
Bugfixes:
- Hide the Replace option on upload/create conflict prompts when the user lacks modify permission (or when a public share disallows replacements), so create-only users are not offered an action that the server rejects (#2837)
- Preserve Ctrl-click file selection when keyboard state is stale (#2958) (#2923)
- Avoid false stalls during parallel transfers (#2950) (#2948) thanks @gudcks0305
- Cap source usage-bar percentage at 100% when indexed size exceeds partition total (#2761) (#2238)
- On Linux, source partition totals sum distinct filesystems mounted under the source root (nested mounts) so usage bars match indexed content (#2761)
All Changes
- fix(upload): avoid false stalls during parallel transfers by @gudcks0305 in #2950
- fix: preserve Ctrl-click file selection when keyboard state is stale by @mvanhorn in #2958
- detect more platform types by @gtsteffaniak in #2952
- Popup debounce by @gtsteffaniak in #2961
- Add cli init command by @zumbiepig in #2957
- fix a few usage reporting bugs by @gtsteffaniak in #2963
- Backport risc v release by @gtsteffaniak in #2964
- Update deps v2.0.7 by @gtsteffaniak in #2965
- hide replace option for users without modify permission by @gtsteffaniak in #2966
New Contributors
- @gudcks0305 made their first contribution in #2950
- @zumbiepig made their first contribution in #2957
Full Changelog: v2.0.6-beta...v2.0.7-beta