Releases: Abudora-0/Veloci
Release list
Veloci v0.2.0
Added
Unregistered sites now get a best-effort generic scan instead of an outright "unsupported site" error.
Fixed
- Typing in the search box while downloads were active could make the whole video list stutter/re-render continuously.
- Clearing a large batch of finished videos could freeze the UI for several seconds.
- The quality/page-size dropdowns could show the wrong selection after restarting the app, even though the correct setting was already applied.
- A missing or blocked download engine (e.g. quarantined by antivirus) previously crashed the app on launch instead of showing an error.
Veloci v0.1.1
Fixed
Closing the app (or it crashing) previously left the download engine — and, for any download in progress, the yt-dlp process it had spawned — running in the background indefinitely as orphaned processes. The engine's whole process tree is now tied to the app's own lifetime at the OS level, so it's cleaned up automatically no matter how the app exits, including a hard crash or force-close via Task Manager.
No user-facing feature changes.
Veloci v0.1.0
First portable release. The installer is fully self-contained: the Python download engine ships as a bundled standalone executable, so no Python or uv installation is needed on the machine you install this on.
Install
Run Veloci_0.1.0_x64-setup.exe (recommended) or the .msi, either works.
What's included
- Multi-page listing scans with a persistent, duplicate-aware download queue
- Configurable parallelism, per-download rate limiting, and quality selection
- Pause/resume/cancel per video or in bulk
- A custom themed UI with pagination for large queues
See the README for the full feature list and build-from-source instructions.