Skip to content

Latest commit

 

History

History
84 lines (59 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

84 lines (59 loc) · 3.83 KB

Version 1.10

Version 1.9

Version 1.8

  • Fix race condition in rclone initialization that could lead to crashes when accessing files while RSAF's user interface is closed (Issue #22, PR #23 @chenxiaolong)

Version 1.7

  • Update rclone to 1.63.0 (PR #20 @chenxiaolong)
  • Reduce directory cache time from 5 minutes to 5 seconds (PR #21 @chenxiaolong)
    • After a file copy or move, the files in the target directory will no longer appear as missing for 5 minutes. Due to API limitations, there's no way to manually invalidate the cache after a copy/move operation, so a short timeout is used instead.

Version 1.6

Version 1.5

Version 1.4

Version 1.3

Version 1.2

Version 1.1

Version 1.0

  • Initial release