From 9fd591e3ce765750e97a9750ae2c72b2ce3bff06 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe <259325684+Sucukdeluxe@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:37:42 +0200 Subject: [PATCH] chore(release): prepare 1.0.19 Document the background tool provisioning after installation and the dedicated tool preparation queue status in the changelog and set the release version. --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",