diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 306024dca..a55fc1fbf 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -5,6 +5,27 @@ description: "Rclone Changelog" # Changelog +## v1.63.1 - 2023-07-17 + +[See commits](https://github.com/rclone/rclone/compare/v1.63.0...v1.63.1) + +* Bug Fixes + * build: Fix macos builds for versions < 12 (Anagh Kumar Baranwal) + * dirtree: Fix performance with large directories of directories and `--fast-list` (Nick Craig-Wood) + * operations + * Fix deadlock when using `lsd`/`ls` with `--progress` (Nick Craig-Wood) + * Fix `.rclonelink` files not being converted back to symlinks (Nick Craig-Wood) + * doc fixes (Dean Attali, Mahad, Nick Craig-Wood, Sawada Tsunayoshi, Vladislav Vorobev) +* Local + * Fix partial directory read for corrupted filesystem (Nick Craig-Wood) +* Box + * Fix reconnect failing with HTTP 400 Bad Request (albertony) +* Smb + * Fix "Statfs failed: bucket or container name is needed" when mounting (Nick Craig-Wood) +* WebDAV + * Nextcloud: fix must use /dav/files/USER endpoint not /webdav error (Paul) + * Nextcloud chunking: add more guidance for the user to check the config (darix) + ## v1.63.0 - 2023-06-30 [See commits](https://github.com/rclone/rclone/compare/v1.62.0...v1.63.0)