Skip to content

2.75.0

Pre-release
Pre-release

Choose a tag to compare

@ttlequals0 ttlequals0 released this 23 Jul 13:31
873ba47

Fixed

  • The first episode processed after a container start silently skipped
    the fingerprint and text-pattern detection stages, so known-sponsor
    ads with existing patterns went uncut whenever an episode was the
    first to reach detection in a fresh process (frequent lately given
    the release cadence: every deploy restarts the container). The stage
    gates checked matcher objects that are only built later in the run,
    at stage 3, which also explains why reprocessing the same episode
    minutes later would detect normally. Dependencies are now built at
    the start of every detection run, before the stage gates.

Added

  • Startup now logs the MinusPod logo as an ASCII banner (waveform,
    strikethrough, and wordmark) with the running version and repo link
    under it, so the version is easy to spot when scrolling container
    logs (suggested in issue #567's discussion). The plain
    "MinusPod vX.Y.Z starting..." line is unchanged for log queries.