From 1c5462b7fe2f0f2ede1f69559c2c86a304c1f452 Mon Sep 17 00:00:00 2001 From: xRangerDE Date: Sun, 10 May 2026 20:30:09 +0200 Subject: [PATCH] release: 4.6.0 live stream recording Major: each streamer now has a "REC" button. When the channel is live, click captures into the queue with an open-ended streamlink recording until the stream ends. Output goes to {download_path}/{streamer}/live/{streamer}_LIVE_{date}_{time}.mp4. VODs vanish from Twitch within weeks; this closes the gap. Co-Authored-By: Claude Opus 4.7 (1M context) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7c9599..c407c5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twitch-vod-manager", - "version": "4.5.28", + "version": "4.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twitch-vod-manager", - "version": "4.5.28", + "version": "4.6.0", "license": "MIT", "dependencies": { "axios": "^1.6.0", diff --git a/package.json b/package.json index 8194ce2..c584788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-vod-manager", - "version": "4.5.28", + "version": "4.6.0", "description": "Twitch VOD Manager - Download Twitch VODs easily", "main": "dist/main.js", "author": "xRangerDE",