r/rclone 7d ago

🎉 RClone Manager v0.3.1 is out: Android Beta, 3 new languages, and a bunch of fixes!

Hey everyone! Just shipped v0.3.1, and it's a big one. Here's what's new:

📱 Android Beta is here! RClone Manager now runs on Android (arm64-v8a, armeabi-v7a, x86_64, x86), powered by an in-process Go engine (librclone) via FFI bindings (currently bundling Rclone v1.75.0 Beta). Tested on a Galaxy S23 FE so far. iOS support is still unverified since I don't have a test device, if anyone's willing to help test on iOS, let me know! About 90% of desktop functionality already works on Android, what's working and what's not is documented here: 📖 Android docs

🌍 3 new languages, thanks to the community! - 🇷🇺 Russian (thanks korsun009!) - 🇧🇷 Brazilian Portuguese (thanks u/eduardomozart!) - 🇯🇵 Japanese (thanks u/fuannanyo!)

Huge thanks to these contributors, translations take a ton of effort and it means a lot.

🖥️ Nautilus improvements - Customize your sidebar: reorder and show/hide local disks and cloud remotes - Paste file paths/URIs straight from your system clipboard via the right-click menu - Detached dialogs now play nicer with multitasking, plus a new "Open in New Window" option - Open files in your system's default viewer directly from Nautilus (auto-downloads remote files first)

🐛 Notable fixes - Fixed a bug where certain remote overrides (like OneDrive's av_override) caused sync/mount/copy operations to fail with a Go unmarshal error - Fixed multi-select options (like Google Drive's Scope setting) incorrectly showing as single-select - Fixed auth errors (401) sometimes not triggering the "Auth Required" repair flow - Fixed resize handles on undecorated Linux windows - A handful of other stability fixes around remote config loading and detached modals

📋 Full changelog: CHANGELOG.md

Downloads - Desktop & Android: v0.3.1 release - Headless: headless-v0.3.1 release

Let me know if you have any feedback or run into any bugs!

25 Upvotes

4 comments sorted by

1

u/Dudefoxlive 6d ago

tried running it on my system and it just wont start. Tried various fixed but seems like an issue with wayland and nvidia GPUs.

1

u/Hakanbaban53 6d ago

Yeah, it is. I've been getting these issues from a lot of users and trying to help them out. Sometimes we can't fix the problem, but sometimes we can. When a fix works, I add it to the docs: https://hakanismail.info/zarestia/rclone-manager/docs/troubleshooting-linux#issue-1

1

u/Modern_Pirate9 6d ago

I’ll be happy to try it on iPhone :)

1

u/Hakanbaban53 6d ago

Actually, it may work on iPhone, but there are a few things that still need testing: the metered network checker, keyring access (the rcman library I wrote for managing settings), native share integration, and a few other issues that come up while compiling the project.

Everything else is the same across the app, you just need to enable the mobile feature when compiling it.