Go to file
xRangerDE 54d04d4f73 feat: support parallel downloads (up to 2 simultaneous)
Add parallel_downloads config option (1 or 2) with Settings UI dropdown.
Refactor processQueue to run concurrent download slots using Promise.race,
extracting per-item logic into processOneQueueItem. Add per-item process
tracking via activeDownloads Map and cancelledItemIds Set so cancel/pause
correctly terminates all active downloads.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 09:54:20 +01:00
build chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
docs/superpowers docs: add VOD merge+split implementation plan 2026-03-19 17:10:15 +01:00
scripts test: add filename collision detection unit tests 2026-03-20 09:28:06 +01:00
src feat: support parallel downloads (up to 2 simultaneous) 2026-03-20 09:54:20 +01:00
.gitignore chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
package-lock.json release: 4.4.0 performance optimizations, collision detection, notifications 2026-03-20 09:28:42 +01:00
package.json release: 4.4.0 performance optimizations, collision detection, notifications 2026-03-20 09:28:42 +01:00
README_AI_RELEASE.md docs: add AI release runbook for gitea 2026-03-05 01:04:18 +01:00
tsconfig.json chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00