New
Release 2.3.3
π Bug Fixes
Fixed: TUI/Web UI showing incorrect total file size
- Issue: Total download size would start at 8GB, then jump to 35GB, then 214GB during download
- Cause:
plan_itemevents were emitted incrementally during download loop, not upfront - Fix: All
plan_itemevents are now emitted immediately after scanning, before downloads start
Fixed: Settings not taking effect in Web UI
- Issue: Changing settings (connections, max-active, retries, etc.) had no effect on downloads
- Cause: Settings were hardcoded in multiple places;
servecommand was missing flags - Fix:
- Added
MultipartThreshold,Verify,Retriesfields to server Config - Added
--multipart-threshold,--verify,--retriesflags toservecommand - Web UI now fetches settings from server on page load (authoritative source)
- Added
Fixed: Plan API missing Excludes and Endpoint
- Issue: Preview/plan requests didn't respect exclude patterns or custom endpoint
- Fix: Added
Excludes,AppendFilterSubdirto job andEndpointto settings in plan handler