From 8a139f851bfc24879938e417572f9b3fa527e644 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe <259325684+Sucukdeluxe@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:27:53 +0200 Subject: [PATCH] chore(release): document tool installation and short-path recovery fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b902e..d0cd8cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0.18 - 2026-08-14 +- Install managed Streamlink and FFmpeg successfully on systems whose PowerShell only ships the built-in archive tooling. +- Recover interrupted merged downloads reliably when Windows reports the download folder through an 8.3 short path. - Keep downloads working through a runnable system-provided Streamlink or FFmpeg even when the managed tool installation cannot be repaired right away. - Fail managed tool downloads cleanly when the connection breaks mid-transfer instead of leaving the download start waiting indefinitely. - Show in Settings when downloads remain available through a system installation while a managed tool is missing or unverified.