master
docs: fix markdown lint issues in command docs
gui: new command to launch the https://github.com/rclone/rclone-web/ GUI
archive extract: fix path traversal letting archives escape the destination CVE-2026-59732
docs: add link from authorize command docs to remote setup docs
docs: fix markdownlint issues in backend command generated output
bisync: fix memory leak when running via the rc
docs: consistent newline of first line in command output
mountlib: rc: fix mounts created with mountPoint "*" overwriting each other
config: add config unset command to remove options from a remote - fixes #9541
build: use "for i := range n", added in go1.22
docs: clarify copyto command description - Fixes #9527
copyurl: Extend copyurl docs with an example of CSV FILENAMEs starting with a path.
fix: comment typos
docs: change syntax hightlighting for command examples from sh to console
completion: fix powershell completion corrupting non-ASCII names - fixes #9412
gendocs: refactor and add logging of skipped command docs
gitannex: reduce subprocess launches in end to end test setup
gui: update embedded release to 1.1.11
listremotes: add --exact flag for filtering - fixes #9076
docs: mention use of ListR feature in ls docs
lsf: document Google Drive shortcut IDs - fixes #7863
docs: fix typos in comments and messages
docs: group the global flags and make them appear on command and flags pages
vfs: fix crash when multiple mounts or servers share the same VFS
docs: add OpenBSD mounting section for nfsmount
ncdu/scan: add unit tests for the scan package
nfsmount: call mount_nfs directly on OpenBSD so -T is accepted
docs: fix echo command syntax for password input
rc: flip auth default so all endpoints require auth unless opted out
docs: add minimum versions to the command pages
serve: pass the client IP address to the auth proxy - fixes #4499
test speed: fix formatting of help
touch: add metadata when using `--metadata-set`
build: modernize Go code with go fix for go1.25
cmd: make auto completion work for all shells and reduce the size
docs: don't show fully hidden backend options in the backend docs
build: remove build constraint syntax for go 1.16 and older
build: update logging statements to make json log work - fixes #6038