1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-03 09:03:50 +00:00

Version v1.62.1

This commit is contained in:
Nick Craig-Wood
2023-03-15 13:43:35 +00:00
parent 4603580c24
commit fa053a88ee
6 changed files with 63 additions and 9 deletions

View File

@@ -5,6 +5,15 @@ description: "Rclone Changelog"
# Changelog
## v1.62.1 - 2023-03-15
[See commits](https://github.com/rclone/rclone/compare/v1.62.0...v1.62.1)
* Bug Fixes
* docker: Add missing fuse3 dependency (cycneuramus)
* build: Update release docs to be more careful with the tag (Nick Craig-Wood)
* build: Set Github release to draft while uploading binaries (Nick Craig-Wood)
## v1.62.0 - 2023-03-14
[See commits](https://github.com/rclone/rclone/compare/v1.61.0...v1.62.0)

View File

@@ -171,7 +171,7 @@ These flags are available for every command.
--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.62.0")
--user-agent string Set the user-agent to a specified string (default "rclone/v1.62.1")
-v, --verbose count Print lots more stuff (repeat for more)
```