Commit Graph
93 Commits
Author SHA1 Message Date
Sucukdeluxe 8d32994246 chore(release): prepare v1.0.23 queue fixes
Windows CI / verify (push) Canceled after 0s
v1.0.23
2026-09-07 03:05:29 +02:00
Sucukdeluxe 6d721d88be fix(queue): honor visible order and keep transfer metrics on one line
Windows CI / verify (push) Canceled after 0s
2026-09-07 03:04:12 +02:00
Sucukdeluxe 3ec56c45e4 docs: record verified 1.0.22 release [skip ci] 2026-09-06 14:09:31 +02:00
Sucukdeluxe a526bd3541 release: prepare version 1.0.22
Windows CI / verify (push) Canceled after 0s
v1.0.22
2026-09-06 13:57:28 +02:00
Sucukdeluxe a0a128c536 feat: show round profile pictures in the streamer sidebar
Windows CI / verify (push) Canceled after 0s
2026-09-06 13:56:05 +02:00
Sucukdeluxe 178eab8421 docs: record verified 1.0.21 release [skip ci] 2026-09-06 13:52:15 +02:00
Sucukdeluxe 750861acc1 release: prepare version 1.0.21
Windows CI / verify (push) Canceled after 0s
v1.0.21
2026-09-06 13:38:37 +02:00
Sucukdeluxe c130642911 fix: preserve Twitch display name casing in queue details
Windows CI / verify (push) Canceled after 0s
2026-09-06 13:36:29 +02:00
Sucukdeluxe 3584556114 feat: copy queue URLs from single-line detail links
Windows CI / verify (push) Canceled after 0s
2026-09-06 13:35:11 +02:00
Sucukdeluxe 95f15ac834 fix: keep queue titles stable when details expand
Windows CI / verify (push) Canceled after 0s
2026-09-06 13:31:48 +02:00
Sucukdeluxe f425b54ca6 style: nudge queue remove button toward top-right corner
Windows CI / verify (push) Canceled after 0s
2026-09-06 13:28:07 +02:00
Sucukdeluxe dfefe05336 style: add yellow status border to waiting queue cards
Windows CI / verify (push) Canceled after 0s
2026-09-06 13:23:16 +02:00
Sucukdeluxe cb85e08eec style: swap date and status in queue card footer
Windows CI / verify (push) Canceled after 0s
2026-09-06 13:17:20 +02:00
Sucukdeluxe ea708c0461 docs: record verified 1.0.20 release [skip ci] 2026-09-06 13:04:25 +02:00
Sucukdeluxe 6b41767a71 fix: extract managed media tools reliably in long Windows paths
Windows CI / verify (push) Canceled after 0s
v1.0.20
2026-09-06 12:56:20 +02:00
Sucukdeluxe 0c01668e55 release: prepare version 1.0.20 and stabilize queue UI fixtures
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:51:22 +02:00
Sucukdeluxe 9fec291b45 fix: respond immediately to rapid queue detail toggles
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:45:02 +02:00
Sucukdeluxe 98c3c01fd3 feat: animate queue detail expansion and collapse
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:44:12 +02:00
Sucukdeluxe 7347f2fe43 style: remove waiting status badge background and outline
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:42:37 +02:00
Sucukdeluxe d935e622d2 feat: improve queue card readability and detail controls
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:41:30 +02:00
Sucukdeluxe c21520ee3d docs: record verified hot development and local Streamlink setup
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:33:06 +02:00
Sucukdeluxe 767866cde3 fix: resolve repository icon for Windows hot development
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:30:23 +02:00
Sucukdeluxe 422e68f027 docs: record restored development setup and current release baseline
Windows CI / verify (push) Canceled after 0s
2026-09-06 12:26:21 +02:00
Sucukdeluxe 35364ca588 fix(ci): stabilize Electron smoke flakiness at its sources
Windows CI / verify (push) Failing after 4m52s
The workspace cutter drop check waited a fixed 250ms before asserting
the populated cutter controls, but the drop triggers asynchronous IPC
and media probing, so loaded runners regularly lost that race and
failed with a misleading error. The check now polls the exact same UI
conditions with a bounded deadline before asserting. All window
screenshots in the cutter and workspace smokes carry an explicit
generous timeout because large two-times-DPR captures exceeded the
Playwright default under load. The focused Electron smoke and the
cutter media matrix additionally retry exactly once in both CI
workflows, mirroring the established packaging retries for transient
runner turbulence, and the CI contract now enforces those retries
instead of the former single-line steps.
v1.0.19
2026-08-14 18:46:35 +02:00
Sucukdeluxe a4a9ba1372 chore(release): align lockfile and version label with 1.0.19
Windows CI / verify (push) Failing after 4m14s
2026-08-14 18:39:14 +02:00
Sucukdeluxe 25703a264a chore(release): pin the public release contract to 1.0.19 2026-08-14 18:38:20 +02:00
Sucukdeluxe 9fd591e3ce 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.
2026-08-14 18:37:42 +02:00
Sucukdeluxe 1d38bb9084 feat(startup): provision managed tools in the background after install
Windows CI / verify (push) Failing after 3m49s
A fresh installation only provisioned Streamlink and FFmpeg when the
first download started, which delayed that download by the full tool
download and extraction time. Packaged builds now schedule a background
provisioning pass fifteen seconds after startup so the tools are
typically ready before the first download begins, reusing the existing
ensure functions with their in-flight deduplication so a download that
starts earlier simply joins the running installation. The timer is
tracked and cleared during shutdown, and development and test launches
keep the previous deferred behavior so isolated environments never
trigger network provisioning.
2026-08-14 18:35:12 +02:00
Sucukdeluxe d2a4ba2154 feat(queue): announce tool preparation before every download starts
Windows CI / verify (push) Failing after 3m56s
On a fresh installation the first download repairs the managed
Streamlink and FFmpeg copies, which downloads and extracts roughly two
hundred megabytes before the actual VOD transfer begins. The queue item
previously sat on a generic starting status for that entire window - the
old preparing hint only appeared when the streamlink command had not
been verified yet, and a prior System Check verifies the command without
making the managed repair any cheaper, so users saw no explanation for
delays of a minute or more. All three download paths - VOD, live
recording and merge groups - now report a dedicated localized
"Preparing download tools" status before the tool gates run, and the
misleading conditional hint was removed.
2026-08-14 18:28:21 +02:00
Sucukdeluxe 5c1ddf26ca fix(ci): wait for asynchronous NSIS uninstaller surface cleanup
Windows CI / verify (push) Failing after 3m46s
The installer smoke asserted a clean registry and shortcut surface
immediately after the silent uninstall returned and the installation
directory disappeared. NSIS uninstallers run detached through a
temporary copy, so shortcut and registry removal completes after the
invoked process exits, and on current runner images the immediate check
raced that cleanup and failed with leftover HKCU keys and shortcuts.
The smoke now polls the exact same surface assertions until a bounded
deadline, keeping a genuinely dirty uninstall failing, with contract
coverage for the tolerated asynchronous cleanup and the persistent
failure case.
v1.0.18
2026-08-14 15:30:30 +02:00
Sucukdeluxe 8a139f851b chore(release): document tool installation and short-path recovery fixes 2026-08-14 15:27:53 +02:00
Sucukdeluxe 5f88897c75 fix(ci): accept the lowercase RUNNER_OS reported by Gitea act runners
Windows CI / verify (push) Failing after 4m30s
The live managed-tool smoke and the real installer smoke gated on
RUNNER_OS being exactly Windows. The Gitea act runner reports the value
as lowercase windows, so both gates rejected the approved self-hosted
git.24-music.de runner and the corresponding verify steps could never
run there. The gates now compare RUNNER_OS case-insensitively while
keeping every other identity requirement unchanged, with contract
coverage for the lowercase Gitea identity.
2026-08-14 15:21:14 +02:00
Sucukdeluxe 70124a9570 fix(managed-tools): stage downloaded archives with a .zip extension
Windows CI / verify (push) Failing after 2m11s
The installer staged downloaded tool archives as archiveName.uuid, so
the temporary file no longer ended in .zip. The Expand-Archive cmdlet
shipped with stock Windows PowerShell (Microsoft.PowerShell.Archive
1.0.1.0) rejects any archive whose extension is not .zip, which made
every managed streamlink and ffmpeg installation fail with
extract-failed on systems without an updated Archive module - including
plain end-user machines and the self-hosted CI runner. The unique
download path now uses the UUID as a prefix and keeps the manifest
archive name with its .zip extension intact.
2026-08-14 15:09:26 +02:00
Sucukdeluxe 9f2a54a8f6 fix(ci): canonicalize 8.3 short paths in publish-lock diagnostics matching
assertLockedTargetFailure compared the rename paths from the product
publish-lock diagnostic against the expected output file with
path.resolve only. On runners whose temporary directory surfaces as a
Windows 8.3 short path the smoke passes a short-path output file while
the product logs canonical long paths, so a correct atomic publish lock
diagnostic was rejected and the cutter media matrix failed. sameResolvedPath
now canonicalizes both sides through the existing resolveCanonicalPath
helper with a resolve fallback, covered by a ShortPath contract test.
2026-08-14 15:03:44 +02:00
Sucukdeluxe 9eb564116a fix(merge-recovery): canonicalize 8.3 short paths in artifact containment
Windows CI / verify (push) Failing after 1m51s
recoverInterruptedMergeArtifacts resolved the artifact root through
fs.realpathSync.native but compared candidate artifact paths with
path.resolve only. On systems whose temporary or download directories
surface as Windows 8.3 short paths the queue-persisted artifact paths
never matched the canonical long root, so crash artifacts were treated
as outside the owned directory, nothing was removed and interrupted
merge items were incorrectly blocked. isInside now canonicalizes both
sides through the deepest existing path segment, keeping planned but
not yet created paths comparable, and a Windows ShortPath regression
test covers the recovery flow end to end.
2026-08-14 14:52:43 +02:00
Sucukdeluxe 6547e6dbbc fix(ci): canonicalize 8.3 short paths in cutter matrix ownership checks
Windows CI / verify (push) Failing after 1m26s
assertPathInside compared managed-tool paths with path.resolve only, so
on runners whose temporary directory surfaces as a Windows 8.3 short
path (RUNNER~1) the canonical long executable paths appeared to live
outside the owned root and the cutter matrix provisioning contract
failed. Resolve both sides through fs.realpathSync.native, walking up
through not-yet-existing segments so planned directories keep working,
and cover the contract with a real ShortPath regression test plus
mixed-existence canonicalization cases.
2026-08-14 13:06:52 +02:00
Sucukdeluxe 0f845f0735 chore(release): finalize 1.0.18 notes and public file inventory
Windows CI / verify (push) Has been cancelled
Document the tool availability fallback, the mid-transfer download
failure handling, the managed tools status hint and the unified
auto-install error messages in the 1.0.18 changelog, move the release
date to 2026-08-14 and add the new src/tools.test.ts suite to the public
release file inventory.
2026-08-14 12:49:48 +02:00
Sucukdeluxe 477dfd5750 fix(tools): never block downloads while a runnable tool exists
ensureStreamlinkInstalled and ensureFfmpegInstalled forced a managed
reinstall whenever a bundled tool directory existed without passing
manifest verification. When that reinstall failed (offline, blocked
download, locked executable), both functions returned false without ever
probing the tool that was already present and runnable, so every
download path aborted with an auto-install error while the System Check
kept reporting the same tool as available. Both functions now fall back
to the same executability probe the System Check uses after a failed
managed repair, cache the verified command on success, and only report
failure when nothing runnable remains. The repair attempt itself is
preserved and retried on the next call.

The tool archive download also registered no error handler on the HTTP
response stream. A stream that failed mid-transfer settled neither the
writer finish nor the writer error path, leaving the install promise
pending forever and the download start hanging indefinitely. The
response stream now rejects the download on error and destroys the
writer.

Merge group downloads reported the bare "Streamlink is missing." text
while the VOD and live paths already explained the failed auto-install.
All three gates now share streamlinkAutoInstallFailed, ffmpeg gained the
matching ffmpegAutoInstallFailed message, and the now unused
streamlinkMissing and ffmpegMissing keys were removed.

The Managed tools panel showed "Missing / Unverified" with no hint that
downloads still work through a system-provided installation, which reads
like a hard failure on machines that never installed the managed copies.
getManagedToolStatuses now reports per tool whether a runnable
installation answers the version probe, and the panel appends a
localized "Downloads still available" note whenever an unverified state
is covered by a working tool.
2026-08-14 12:46:02 +02:00
Sucukdeluxe 9e8a3a0f4d Fix Windows release verification portability
Windows CI / verify (push) Failing after 2m35s
Canonicalize shortcut targets across Windows short and long path forms while preserving exact target validation. Keep Gitea 1.22 push verification parser-compatible and harden CI contracts against skipped or weakened live gates.
2026-08-13 23:45:53 +02:00
Sucukdeluxe 9f1b052afd Release Twitch VOD Manager 1.0.18
Harden update, system-check, queue, cutter, streamer and shutdown state transitions.

Add multi-user installer recovery, secret-safe config migration, provider fallback handling, managed-tool validation and real media export coverage.

Refresh the English public documentation, release notes and 1.0.18 product screenshot.
2026-08-13 22:59:15 +02:00
Sucukdeluxe f37142401f Replace public streamer test handles
Windows CI / verify (push) Successful in 2m52s
Use clearly synthetic streamer fixtures in the workspace Electron smoke so the public source release contains no real account handles while preserving display-case and navigation-motion coverage.
v1.0.17
2026-08-13 11:55:45 +02:00
Sucukdeluxe c66e9c9ab1 Fix remaining UI state and shutdown edge cases
Keep the loaded cutter layout stable across supported window sizes, preserve recovered encoder choices during capability discovery, and reject unsupported video selections without changing the active project.

Honor the Windows system theme, fully localize runtime metrics, invalidate imported System Check state safely, and bound child-process shutdown waits when close events never arrive.

Extend focused and Electron smoke coverage and prepare the v1.0.17 public release metadata.
2026-08-13 11:24:48 +02:00
Sucukdeluxe 2ee10a98dd Fix System Check state across language changes
Windows CI / verify (push) Successful in 3m6s
v1.0.16
2026-08-13 06:10:36 +02:00
Sucukdeluxe 35079a0753 Exclude compiled tests from release package
Windows CI / verify (push) Successful in 2m50s
Keep generated test modules and their fixture data out of app.asar, and enforce the packaging exclusion in the public release contract.
v1.0.15
2026-08-13 04:47:28 +02:00
Sucukdeluxe c0d45ab268 Polish update and settings workspace UI
Keep download progress inside the updater popover, slow changelog transitions, and improve dark-theme checkbox contrast. Expand diagnostics, prevent cleanup option clipping, improve navigation readability, and cover the affected states in Electron regression tests. Prepare version 1.0.15 release metadata.
2026-08-13 04:41:42 +02:00
Sucukdeluxe f4df47c89f ci: provision Electron before focused smoke tests
Windows CI / verify (push) Successful in 3m23s
Retry Electron binary provisioning before Windows smoke tests and retain bounded retries for package and installer builds. Bump release contracts to 1.0.14.
v1.0.14
2026-08-12 22:00:39 +02:00
Sucukdeluxe 17b982016f ci: retry transient Windows installer packaging
Windows CI / verify (push) Successful in 3m48s
Extend the bounded Electron download retry to the installer build, then bump the release contracts to 1.0.13.
v1.0.13
2026-08-12 21:55:07 +02:00
Sucukdeluxe 1a1c37720e ci: retry transient Windows packaging downloads
Windows CI / verify (push) Successful in 3m45s
Retry the directory package once when Electron download transport is interrupted, keeping the Windows CI step bounded. Bump the release contracts to 1.0.12.
v1.0.12
2026-08-12 21:48:04 +02:00
Sucukdeluxe 275d252f25 test(ci): isolate Electron secure storage coverage
Windows CI / verify (push) Failing after 3m41s
Mock Electron in the Node-only secure-storage unit test so its expected unavailable-path assertion never triggers Electron's binary bootstrap. Bump the patch release contracts to 1.0.11 after the 1.0.10 tag CI failure.
v1.0.11
2026-08-12 21:40:39 +02:00
Sucukdeluxe aa28a0b870 fix(release): harden updater status and cutter layout
Windows CI / verify (push) Failing after 3m37s
Ignore malformed update notifications that do not carry a version, preventing unusable release prompts in installed builds.

Keep the loaded cutter workspace free of the source selector and give cutter export selects an explicit non-repeating indicator after workspace styling.

Add regression coverage, bump the patch release to 1.0.10, and update public installation documentation.
v1.0.10
2026-08-12 21:30:08 +02:00