release: publish Twitch VOD Manager 1.0.3

Polish navigation, settings, streamer and queue workflows; add safe pause and partial-file lifecycle handling; apply the product identity across Windows surfaces; and replace the public README with a complete English product guide and isolated screenshot.
This commit is contained in:
Sucukdeluxe
2026-08-10 19:25:08 +02:00
parent f9e415da88
commit b3c2a8b9fd
48 changed files with 4035 additions and 826 deletions
+17
View File
@@ -5,10 +5,15 @@
"LICENSE",
"README.md",
"build/installer.nsh",
"build/icon.ico",
"build/icon.png",
"docs/images/twitch-vod-manager-overview.png",
"eslint.config.mjs",
"package-lock.json",
"package.json",
"scripts/e2e-test-environment.js",
"scripts/capture-readme-screenshot.js",
"scripts/dev.mjs",
"scripts/public-release-files.json",
"scripts/smoke-test-e2e-isolation-contract.js",
"scripts/smoke-test-full.js",
@@ -26,10 +31,18 @@
"src/main/domain/chunk-index-store.ts",
"src/main/domain/config-normalize.test.ts",
"src/main/domain/config-normalize.ts",
"src/main/domain/app-identity.test.ts",
"src/main/domain/app-identity.ts",
"src/main/domain/i18n-backend.test.ts",
"src/main/domain/i18n-backend.ts",
"src/main/domain/partial-download.test.ts",
"src/main/domain/partial-download.ts",
"src/main/domain/pausable-output.test.ts",
"src/main/domain/pausable-output.ts",
"src/main/domain/integrity-check.test.ts",
"src/main/domain/integrity-check.ts",
"src/main/domain/vod-preview.test.ts",
"src/main/domain/vod-preview.ts",
"src/main/domain/migrator.test.ts",
"src/main/domain/migrator.ts",
"src/main/domain/pkce.test.ts",
@@ -59,6 +72,10 @@
"src/main/infra/secure-storage.test.ts",
"src/main/infra/secure-storage.ts",
"src/main.ts",
"src/main/dev-executable.test.ts",
"src/main/dev-executable.ts",
"src/main/dev-reload.test.ts",
"src/main/dev-reload.ts",
"src/preload.ts",
"src/renderer-archive.ts",
"src/renderer-command-palette.ts",