From d8144a7e84dc3fb4975adf1bce707a5be672fada Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 24 Jun 2020 13:49:00 +0100 Subject: [PATCH] Version v1.52.2 --- MANUAL.html | 45 +++++++++++++++++- MANUAL.md | 34 +++++++++++++- MANUAL.txt | 42 ++++++++++++++++- VERSION | 2 +- docs/content/changelog.md | 27 +++++++++++ docs/content/drive.md | 3 ++ docs/content/flags.md | 2 +- docs/layouts/partials/version.html | 2 +- fs/version.go | 2 +- rclone.1 | 75 +++++++++++++++++++++++++++++- 10 files changed, 222 insertions(+), 12 deletions(-) diff --git a/MANUAL.html b/MANUAL.html index a06ad604c..e15d044c0 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -17,7 +17,7 @@

rclone(1) User Manual

Nick Craig-Wood

-

Jun 10, 2020

+

Jun 24, 2020

Rclone syncs your files to cloud storage

rclone logo

@@ -5866,7 +5866,7 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total --use-json-log Use json log format. --use-mmap Use mmap allocator (see docs). --use-server-modtime Use server modified time instead of object metadata - --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.52.1") + --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.52.2") -v, --verbose count Print lots more stuff (repeat for more)

Backend Flags

These flags are available for every command. They control the backends and may be set in the config file.

@@ -11815,6 +11815,7 @@ trashed=false and 'c' in parents

–drive-impersonate

Impersonate this user when using a service account.

+

Note that if this is used then “root_folder_id” will be ignored.

Changelog

+

v1.52.2 - 2020-06-24

+

See commits

+

v1.52.1 - 2020-06-10

See commits