diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cd8cd..21236b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.19 - 2026-08-14 + +- Provision managed Streamlink and FFmpeg automatically in the background after installation so first downloads start without tool setup delays. +- Show a dedicated "Preparing download tools" status in the queue while download tools are checked or installed before a download begins. + ## 1.0.18 - 2026-08-14 - Install managed Streamlink and FFmpeg successfully on systems whose PowerShell only ships the built-in archive tooling. diff --git a/package.json b/package.json index 0fb06c0..7e428e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-vod-manager", - "version": "1.0.18", + "version": "1.0.19", "description": "Twitch VOD Manager - Download Twitch VODs easily", "main": "dist/main.js", "author": "Sucukdeluxe",