From 821e7fce456663232f9da0c65d8366ee7b77d5a1 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 9 Jul 2025 16:26:45 +0100 Subject: [PATCH] Changelog updates from Version v1.70.3 --- docs/content/changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 8cdddbd6a..feddf308c 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -5,6 +5,25 @@ description: "Rclone Changelog" # Changelog +## v1.70.3 - 2025-07-09 + +[See commits](https://github.com/rclone/rclone/compare/v1.70.2...v1.70.3) + +* Bug Fixes + * check: Fix difference report (was reporting error counts) (albertony) + * march: Fix deadlock when using `--no-traverse` (Nick Craig-Wood) + * doc fixes (albertony, Nick Craig-Wood) +* Azure Blob + * Fix server side copy error "requires exactly one scope" (Nick Craig-Wood) +* B2 + * Fix finding objects when using `--b2-version-at` (Davide Bizzarri) +* Linkbox + * Fix upload error "user upload file not exist" (Nick Craig-Wood) +* Pikpak + * Improve error handling for missing links and unrecoverable 500s (wiserain) +* WebDAV + * Fix setting modtime to that of local object instead of remote (WeidiDeng) + ## v1.70.2 - 2025-06-27 [See commits](https://github.com/rclone/rclone/compare/v1.70.1...v1.70.2)