Skip to content

v12.1.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Aug 11:27
· 1 commit to main since this release

Warbrand-Fast-Mail

v12.1.0.4 (2026-08-19)

Full Changelog Previous Releases

  • Refuse to package when the tag and the TOC disagree
    v12.1.0.4 was tagged while the TOC still said 12.1.0.3, so the zip is named
    Warbrand-Fast-Mail-v12.1.0.4.zip and the addon inside reports 12.1.0.3 to
    /wfm version. Second time this happened; nothing downstream notices,
    because the packager takes the version from the tag and never looks at the
    TOC for it.
    A check now runs before packaging and fails the job on a mismatch, naming
    both values.
    The TOC is moved to 12.1.0.4 to match the tag that already exists. That is
    not a version bump -- the number was chosen when the tag was pushed, this
    only makes the artifact agree with it.
    Co-Authored-By: Claude Opus 5 noreply@anthropic.com