v0.4.3-beta - July 15 2025
Bug Fixes: 🐛
- Refactored
YT-DLP Download
andFFMPEG Conversion
methods to usesubprocess.run
instead ofsubprocess.popen
to fix deadlocks. Fixes #253. 📂 - Fixed a bug that was applying
Audio Volume level
even when it is set to100
.
Other Changes: ⚡
- Upgraded
fastapi
to version0.116.1
and replaced thestandard
extra withstandard-no-fastapi-cloud-cli
. - Updated
aiohttp
to version3.12.14
. - Improved logging for subprocess output in
YT-DLP download
andFFMPEG conversion
. All logs are consolidated into a singleDEBUG
log. - Health check endpoint used by
Docker
now looks forNVIDIA GPU
(if enabled) once an hour!