Releases: gulp79/rclone-extra
Releases · gulp79/rclone-extra
v1.73.1-extra
Update base to rclone v1.73.1
v1.73.0-extra
update base to rclone v1.73.0
v1.72.1-extra
update base to v1.72.1
v1.72.0-extra Rclone with Teldrive-Terabox-Alist-Alldebrid support
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.ListPerinterface (ListP). This enables paged listing, significantly reducing memory usage and improving performance for large directories. - refactor: Fully integrate the
fs.Pacerfor standardized rate-limiting, backoff, and retry handling inapiExecand other network operations. - refactor: Implement the
fs.Shutdownerinterface 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.Pacerfor robust rate-limiting and retries. - cleanup: Review and update API client configuration and context usage.