Releases: Alkl58/RcloneBrowser
Releases · Alkl58/RcloneBrowser
Rclone Browser Autobuild For Commit d2cfb3a0
Rclone Browser 2.0.0 Beta
Important
Like many others I have waited 2+ years for a new version of rclone browser, so I decided to build it on my own.
I am not a C++ dev, I normally do C# in my free time.
This release is a Beta Build, issues might occur, which I most likely can't help with (maybe in the future).
Tested rclone builds are v1.62.1 and v1.62.2 (however anything newer than 1.57.0 should work).
Changelog
Changes from JanHellwig:
- FIXED: Empty fields due to changed output of rclone 1.57
Changes from kapitainsky testing Branch:
- NEW: interface look and feel redisign - more space, more flexible and dynamic, more information, more cutomizations
- NEW: added queueing functionality. Tasks can be queued for later excecution. Queue itself can be rearranged and edidted. It is persistent between application restart. And in addition user defined script can be run when all queued tasks are processed.
- NEW: changed how tasks are handled - multiple actionable selections available now
- NEW: added remotes tiles and list view - more remotes on one screen
- NEWL added tasks view wrapping - more tasks on one screen
- NEW: added configurable application font size
- NEW: added configurable inteface buttons style and size
- NEW: changed dark mode look on Windows and Linux
- NEW: replaced all Qt generic icons with custom ones - more consistent look and feel
- NEW: jobs are not deleted immediately after pressing close button. Now they enter "stopped" state
- NEW: added "rclone about" command button - provides info about remote space (total/used/free)
- NEW: getTree, getSize, getLink, getInfo and export dialogs are now modeless - they don't block main application window
- NEW: remote actions e.g. getTree now have status info - "Running" and "Finished"
- NEW: added new button for rclone check/cryptcheck
- NEW: for Google drive added option to browse trash (--drive-trashed-only) - kapitainsky#82
- NEW: added buttons to stop all running jobs and clean all innactive
- NEW: added files deduplication option (rclone dedupe) for Google drive
- NEW: added "copy rclone command to clipboard" for stream and mount jobs
- FIXED: added all missing remotes icons including latest rclone 1.51 additions (SugarSync and memory)
- FIXED: widgets layouts
- FIXED: export files list encoding switched to UTF8 to fix characters support - issue kapitainsky#77 - Thank you @partment for PR kapitainsky#78
- FIXED: parsing rclone options containing quotes and spaces e.g. --password-command="pass rclone/config" - issue kapitainsky#79 - Thank you @myelsukov for help
- FIXED: job notificantion icon
- FIXED: quitting the app from systray when "close to systray" is enabled
- bunch of usual small tweaks and fixes