Skip to content

Releases: gulp79/rclone-extra

v1.74.4-extra

Choose a tag to compare

@gulp79 gulp79 released this 08 Jul 21:01
aef9798

Update to rclone v1.74.4

v1.74.2-extra

Choose a tag to compare

@gulp79 gulp79 released this 23 May 15:28
ce866b9

Update base to rclone v1.74.2

v1.74.0-extra

Choose a tag to compare

@gulp79 gulp79 released this 05 May 08:00
8eb4cf0

Update base to rclone v1.74.0

v1.73.4-extra

Choose a tag to compare

@gulp79 gulp79 released this 08 Apr 15:34
76d99f6

Update base to rclone v1.73.4

v1.73.2-extra

Choose a tag to compare

@gulp79 gulp79 released this 07 Mar 15:18
7f1d740

Update base to rclone v1.73.2

v1.73.1-extra

Choose a tag to compare

@gulp79 gulp79 released this 18 Feb 08:46

Update base to rclone v1.73.1

v1.73.0-extra

Choose a tag to compare

@gulp79 gulp79 released this 31 Jan 18:39
853cbed

update base to rclone v1.73.0

v1.72.1-extra

Choose a tag to compare

@gulp79 gulp79 released this 11 Dec 14:36
09f3798

update base to v1.72.1

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

Choose a tag to compare

@gulp79 gulp79 released this 22 Nov 14:53
9b11dcc

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.