mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
Version v1.64.2
This commit is contained in:
@ -5,6 +5,14 @@ description: "Rclone Changelog"
|
||||
|
||||
# Changelog
|
||||
|
||||
## v1.64.2 - 2023-10-19
|
||||
|
||||
[See commits](https://github.com/rclone/rclone/compare/v1.64.1...v1.64.2)
|
||||
|
||||
* Bug Fixes
|
||||
* selfupdate: Fix "invalid hashsum signature" error (Nick Craig-Wood)
|
||||
* build: Fix docker build running out of space (Nick Craig-Wood)
|
||||
|
||||
## v1.64.1 - 2023-10-17
|
||||
|
||||
[See commits](https://github.com/rclone/rclone/compare/v1.64.0...v1.64.1)
|
||||
|
@ -784,7 +784,7 @@ rclone [flags]
|
||||
--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 (default "rclone/v1.64.1")
|
||||
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
|
||||
-v, --verbose count Print lots more stuff (repeat for more)
|
||||
-V, --version Print the version number
|
||||
--webdav-bearer-token string Bearer token instead of user/pass (e.g. a Macaroon)
|
||||
|
@ -111,7 +111,7 @@ General networking and HTTP stuff.
|
||||
--tpslimit float Limit HTTP transactions per second to this
|
||||
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
|
||||
--use-cookies Enable session cookiejar
|
||||
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.1")
|
||||
--user-agent string Set the user-agent to a specified string (default "rclone/v1.64.2")
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user