v0.12.1
Fixes
- Responsive media import — importing many large sources (e.g. GoPro footage) no longer saturates the CPU and freezes the GUI and the agent. Preview-proxy generation now runs through a bounded background worker pool, and each encode is CPU-thread-capped to leave a core free.
Tuning (env vars)
KERF_PROXY_WORKERS(default1) — how many proxy encodes run at onceKERF_PROXY_THREADS(default: cores − 1) — CPU threads per encode
Keep WORKERS × THREADS ≤ core count to avoid oversubscription.