Skip to content

Releases: kapitainsky/RcloneBrowser

Rclone Browser 1.8.0

17 Feb 13:45
a0b66c6
Compare
Choose a tag to compare
  • NEW: http(s) proxy configuration for rclone
  • NEW: remotes' icon size option selector
  • NEW: directories tree display for remotes
  • NEW: rclone extra default options for all operations (e.g. --fast-list)
  • NEW: added "Public Link" button to remote view
  • NEW: Linux and macOS releases use Qt 5.14.1, Windows release still uses 5.13.2 (due to some bugs in the latest Qt Windows version)
  • FIXED: option to show hidden files and folders was not always working as expected
  • FIXED: for sftp remote default to home user directory (as normal sftp would do)
  • FIXED: an issue when on Windows local remote only allowed to browse drive C:
  • FIXED: problem using rclone and rclone.conf when path contained spaces
  • FIXED: bandwidth box on jobs tab was too small for fast connections
  • bunch of usual small tweaks and fixes

 
Some screenshots
 
proxy configuration - this is one Chinese users were waiting for:) - #50:

 

remotes' icon size option selector - rather self explanatory, isn't it?:

 

rclone extra default options for all operations (e.g. --fast-list or --no-check-certificate). Options specified here are used for any rclone actions - download, upload or remote listing:

 
 
Downloads

  • for Windows 32-bit or 64-bit exe file
  • for Raspberry Pi armhf AppImage
  • for Linux either i386 AppImage (for 32-bit systems) or x86_64 AppImage (for 64-bit systems)
  • for macOS dmg image file

to run AppImage make it executable and run as any other binary or install AppImageLauncher for easy management and desktop integration

Rclone Browser 1.7.0

28 Nov 12:07
f0dc81f
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

  • NEW: built all releases with the latest Qt 5.13.2
  • NEW: changed Linux releases format to AppImage only
  • NEW: changed macOS release format to dmg image file
  • NEW: added installer for Windows releases - implemented using Inno Setup
  • NEW: added Linux i386 release
  • NEW: changed macOS release compilation options to make it work on all macOS versions starting with 10.9
  • NEW: added portable mode for macOS and Linux - see README for details
  • NEW: on Linux multiple terminals are tried for rclone config ($TERMINAL then gnome-terminal followed by xfce4-terminal, xterm, x-terminal-emulator and konsole)
  • NEW: enabled Qt HighDpiScaling - should help people with high DPI monitors
  • NEW: added dark mode - configurable via preferences or system setting (newer macOS) - thank you @noaione for initial PR
  • changed preferences window - added tabs to create more space for new options
  • fixed Windows portable mode
  • fixed mount/unmount on FreeBSD
  • disabled mount on OpenBSD and NetBSD (as not supported by rclone)
  • updated build and install for Linux - now all files will be installed in /usr/local root
  • fixed possible crashes when old rclone is used (with different version information output)
  • fixed an issue with long file names leading sometimes to inaccurate transfer progress bar display
  • added additional info to file progress bar tooltip - individual file stats
  • changed program icon
  • bunch of usual small tweaks and fixes

 
Some screenshots
 
Dark mode for all. Works on any OS, any version, any hardware. Go to new tabbed preferences window and tick the box! Note that on macOS Mojave and Catalina box is not present as dark mode is controlled by system settings.
 

 

macOS and Windows releases have new OS native installers:

 
 
Changing how files are signed

To limit clutter in downloadable assets section I am changing the way how I sign released files. You will find sha512sum.txt.asc file which contains sha512 hashes of all binaries and source code archive. The file itself is signed with my PGP key so you can validate that it has not been tinkered with and then use corresponding hash to validate binary. It provides the same level of authenticity and integrity checks as previous method.
 
 
Downloads

  • for Windows 32-bit or 64-bit exe file
  • for Raspberry Pi armhf AppImage
  • for Linux either i386 AppImage (for 32-bit systems) or x86_64 AppImage (for 64-bit systems)
  • for macOS dmg image file

to run AppImage make it executable and run as any other binary or install AppImageLauncher for easy management and desktop integration

Rclone Browser 1.6.0

29 Oct 18:41
5db8842
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

  • fixed Windows mount/unmount (requires rclone v1.50+)
  • Rclone Browser checks now for used rclone version (mount is disabled in Windows if rclone <v1.50)
  • added default download/upload folders - configurable in settings
  • added default download/upload extra options - configurable in settings
  • added available updates' notifications for both Rclone Browser and rclone - can be turned on/off in settings
  • all mount options are configurable via settings - generic "rclone mount remote local" is used without any options specified
  • default mount option (in settings) is "--vfs-cache-mode writes"
  • Google Drive with "shared with me" option on is always mounted as read-only
  • Windows deployment includes now all required runtime files for users without MSVCR installed
  • added ftp, MS Azureblob and Google Photos remote icons
  • modified main application window status bar to save space
  • released binary for Windows 32 bits
  • released binary for armhf 32 bits - for Raspberry Pi running raspbian
  • released universal AppImage version for most 64bit Linux versions
  • bunch of usual small tweaks and fixes

New options in Preferences:

New defaults are used for new transfers:

  • Source or Destination and Extra options fields are pre-populated with defaults from settings
  • the new icon allows to reset Source/Destination to default folder at any time (for subsequent new jobs last used folder is used)

When new version of rclone or Rclone Browser is available user is informed (once a day to make it less intrusive):

AppImage release

Download an application, make it executable, and run! No need to install. No system libraries or system preferences are altered. This is what new AppImage file format promises - https://appimage.org/
It should run on most mainstream Linux distros (Debian, Red Hat, Suse, Fedora, Arch, etc.)

Rclone Browser latest release now also contains AppImage version.

What to do:

Download rclone-browser AppImage:
wget https://github.com/kapitainsky/RcloneBrowser/releases/download/1.6.0/rclone-browser-1.6.0-5db8842-x86_64.AppImage

Make it executable:
chmod a+x rclone-browser-1.6.0-5db8842-x86_64.AppImage

and you can run it.

If it works well I might move in the future for AppImage only releases for Linux. I would appreciate your comments.

Known issues

This version can crash unexpectedly if very old version of rclone itself is used (1.3x or older). It will be fixed in the next release of Rclone browser.
Regardless I would advice to upgrade rclone - it is now 1.50.1 and a lot of improvements have been made in the meantime.

Rclone Browser 1.5.3

24 Oct 11:14
dc9c545
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

  • Windows only update - includes all required MSVC runtime dll files. If your 1.5.2 works don’t bother. This release is for few unlucky guys without latest Microsoft runtime installed.

For macOS and Linux Rclone Browser 1.5.2 is the latest version available.

Known issues:

Unmounting drives on Windows is broken (mounting works).
This issue is related to lack of API on Windows version of rclone/WinFsp to unmount drives. The issue has been fixed in rclone and as soon as they release it in production Rclone Browser will be updated to use new API call.

Rclone Browser 1.5.2

27 Sep 09:38
8d3b760
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

  • code clean-up - clean compilation with -Werror enabled, GCC8 compilation fixed
  • add tooltips showing rclone options used to all transfer window options
  • Google "drive shared with me" caused multiple issues - now all should work
  • as always small cosmetic UI improvements - still plenty to do but core functionality was first

This version at last fixes most annoying issues I experienced since I forked it. I would appreciate any comments and suggestions. It is not very easy to test this across all three operating systems. No software is bug free and it can be fix only when issues are reported.

I also started wiki where I will post some useful information, tips and tricks etc.

All released binaries are signed with my PGP key.

Known issues:

  • unmounting drives on Windows is broken (mounting works). This issue is related to lack of API on Windows version of rclone/WinFsp to unmount drives. I have raised this issue with rclone developer and hopefully it will change in the future but for time being I would advice to use command line to mount drives on Windows.

RcloneBrowser 1.5.1

25 Sep 19:06
5ae556d
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

  • after task edit initiated by double click main window does not get proper focus back and subsequent Run click might lead to wrong task execution. For time being I disable double click edit - until proper fix is produced.

All released binaries are signed with my PGP key.

RcloneBrowser 1.5

25 Sep 06:33
d9d5234
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

I have looked at the original repo and found that its author created some nice code to add tasks but never released it. I have picked it up. Fixed few issues and now am happy to present updated rclone-browser to others with following improvements:

  • tasks - jobs can be saved/edited/run/deleted. No need creating the same job again and again.
  • on Google drive DriveSharedWithMe can be mounted to local filesystem
  • DriveSharedWithMe checkbox is now disabled for non Google destinations - it is Google only feature and turning it on for other destinations does not make sense - could even crash the browser
  • verbose option is now always on and has been removed from UI - which means that stats will be always displayed. No more wondering how long it is going to take for some long job to finish
  • fixed an issue with local remote on Windows when local drive content was not properly displayed
  • replaced remote Amazon icon with generic S3 one. S3 became name on its own and almost de-facto standard in cloud access used by many rclone supported destinations
  • new application logo

Some screenshots with this release highlights:

All new screen to list and manage tasks:
alt text

Created job can be now saved for the future
alt text

Verbose option is now always on so every job will show stats:
alt text

S3 icon:
alt text

New application logo:

alt text

When tasks are saved configuration files are stored in the following locations:

for macOS:
~/Library/Application Support/rclone-browser/rclone-browser/tasks.bin

for Linux:
~/.local/share/rclone-browser/rclone-browser/tasks.bin

for Windows:
%HOMEPATH%\AppData\Local\rclone-browser\rclone-browser\tasks.bin

RcloneBrowser 1.4.1

18 Sep 09:44
b3b6a46
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

  • Small GUI tweaks to make all progress fields always visible (they were too small for large transfers) and adjust some screen sizes to make all GUI elements visible
  • Update all builds with latest Qt (5.13.1)

RcloneBrowser 1.4

23 Aug 07:33
b75ab5a
Compare
Choose a tag to compare

This is old release!
The latest can be found here - https://github.com/kapitainsky/RcloneBrowser/releases/latest.

  • Fix compliation errors and update all builds with latest Qt (5.13)
  • Fix Config button command
  • Further fix and tweak progress display. Add ETA and Total Size fields
  • Fix remotes icons display
  • Add sftp icon
  • Fix progress display for rclone > 1.37 (by DinCahill)
  • Add a Public Link option to the right-click menu (by DinCahill)
  • Add preference: Show hidden files and folders (by DinCahill)
  • Add Mega icon (by DinCahill)
  • Refresh when Shared is toggled (by DinCahill)
  • Disable Upload button for Shared (by DinCahill)
  • Support for shared Google Drive files. Enable the checkbox when you open a remote, and all rclone commands will be passed --drive-shared-with-me (by DinCahill)
  • Set cache mode for mounts (by DinCahill)
  • Fixed missing leading / in path (required for some SFTP servers) (by DinCahill)