From 7e072c29bfccfffd099e615fcf768f7d34b9f95e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 11 Aug 2026 15:41:21 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 3195214..82e692b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,15 +1,18 @@ Changelog ========= -Version 0.6.1 (not released yet) --------------------------------- +Version 0.6.1 (2026-08-11) +-------------------------- New features: - ItemInfo: new ``mtime`` field - the last modification timestamp stamped by the *storage side's* clock (0 if unknown). Implemented for posixfs, sftp, s3 and rest; rclone reports 0 because its ModTime is a client-supplied timestamp. - sftp additionally reports atime now. + +Other changes: + +- ItemInfo: sftp now also reports ``atime``. Version 0.6.0 (2026-08-02)