Skip to content

Commit 4133a19

Browse files
committed
Version v1.70.3
1 parent a30a490 commit 4133a19

File tree

7 files changed

+187
-25
lines changed

7 files changed

+187
-25
lines changed

MANUAL.html

Lines changed: 35 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MANUAL.md

Lines changed: 32 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MANUAL.txt

Lines changed: 36 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ description: "Rclone Changelog"
55

66
# Changelog
77

8+
## v1.70.3 - 2025-07-09
9+
10+
[See commits](https://github.com/rclone/rclone/compare/v1.70.2...v1.70.3)
11+
12+
* Bug Fixes
13+
* check: Fix difference report (was reporting error counts) (albertony)
14+
* march: Fix deadlock when using `--no-traverse` (Nick Craig-Wood)
15+
* doc fixes (albertony, Nick Craig-Wood)
16+
* Azure Blob
17+
* Fix server side copy error "requires exactly one scope" (Nick Craig-Wood)
18+
* B2
19+
* Fix finding objects when using `--b2-version-at` (Davide Bizzarri)
20+
* Linkbox
21+
* Fix upload error "user upload file not exist" (Nick Craig-Wood)
22+
* Pikpak
23+
* Improve error handling for missing links and unrecoverable 500s (wiserain)
24+
* WebDAV
25+
* Fix setting modtime to that of local object instead of remote (WeidiDeng)
26+
827
## v1.70.2 - 2025-06-27
928

1029
[See commits](https://github.com/rclone/rclone/compare/v1.70.1...v1.70.2)

docs/content/commands/rclone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ rclone [flags]
998998
--use-json-log Use json log format
999999
--use-mmap Use mmap allocator (see docs)
10001000
--use-server-modtime Use server modified time instead of object metadata
1001-
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.2")
1001+
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.3")
10021002
-v, --verbose count Print lots more stuff (repeat for more)
10031003
-V, --version Print the version number
10041004
--webdav-auth-redirect Preserve authentication on redirect

docs/content/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Flags for general networking and HTTP stuff.
119119
--tpslimit float Limit HTTP transactions per second to this
120120
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
121121
--use-cookies Enable session cookiejar
122-
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.2")
122+
--user-agent string Set the user-agent to a specified string (default "rclone/v1.70.3")
123123
```
124124

125125

rclone.1

Lines changed: 63 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)