Skip to content

Releases: gulp79/rclone-extra

v1.73.1-extra

18 Feb 08:46

Choose a tag to compare

Update base to rclone v1.73.1

v1.73.0-extra

31 Jan 18:39
853cbed

Choose a tag to compare

update base to rclone v1.73.0

v1.72.1-extra

11 Dec 14:36
09f3798

Choose a tag to compare

update base to v1.72.1

v1.72.0-extra Rclone with Teldrive-Terabox-Alist-Alldebrid support

22 Nov 14:53
9b11dcc

Choose a tag to compare

This is an unofficial binary release of a rclone fork rclone, with additional enhancements such as Alist, Alldebrid, iCloud Photos, Teldrive and Terabox support.

backend/terabox: Modernize listing and API handling
This commit updates the Terabox backend to align with modern rclone development standards (v1.72+).

  • feat: Migrate directory listing to use the fs.ListPer interface (ListP). This enables paged listing, significantly reducing memory usage and improving performance for large directories.
  • refactor: Fully integrate the fs.Pacer for standardized rate-limiting, backoff, and retry handling in apiExec and other network operations.
  • refactor: Implement the fs.Shutdowner interface for clean resource management upon shutdown.

backend/teldrive: Align with modern rclone interfaces
This commit performs general maintenance and modernization to ensure compliance with recent rclone best practices.

  • feat: Ensure all directory listing operations utilize the fs.ListPer (ListP) interface for efficient, non-blocking enumeration of remote files.
  • refactor: Standardize error handling and ensure all HTTP interactions correctly utilize the backend's fs.Pacer for robust rate-limiting and retries.
  • cleanup: Review and update API client configuration and context usage.