Skip to main content

Release notes

Videorc 0.9.62 Beta 1

A background validation error that fired repeatedly while the docked preview was open (introduced with the rounded preview in 0.9.59) is fixed — reported and patched by community contributor TechnicalExpo the same night.

Quieter internals for the docked preview

  • Fixed a repeating internal validation error while the docked preview was open — introduced alongside 0.9.59's rounded preview, reported and fixed by TechnicalExpo.
  • A new cross-layer test makes this whole class of "one validator missed" bugs fail in CI instead of shipping.

The rounded docked preview shipped in 0.9.59 carried a hidden passenger: one of the app's internal validation layers didn't know about the new corner-radius field, so two background channels threw errors over and over while the docked preview was open. Nothing looked wrong on screen — the rounding itself worked — but the app was quietly shouting into its own logs.

Community contributor TechnicalExpo caught it, filed the issue with a clean stack trace, and fixed it the same night. Alongside the fix, a new test now runs every internal validator against one shared fixture, so a field reaching all-but-one validation layer — the exact mistake, made three times in one week — fails in CI instead of reaching a release.