Skip to content

actop 1.9.3

Choose a tag to compare

@binlecode binlecode released this 13 Aug 03:28
· 34 commits to main since this release
8feed7b

Fixed

  • Cover page rendered a doubled v in its version badge (vv1.8.0 live,
    vv1.9.2 on rebuild). build-cover-dist.sh substitutes {{VERSION}} with
    an already-prefixed v${VERSION}, but the template wrote v{{VERSION}}, so
    every publish since the placeholder was introduced doubled the prefix in both
    the hero badge and the footer. The template now writes a bare {{VERSION}}.
    This recurs on every build rather than being a one-off stale string, so it
    could not be fixed by editing the rendered output.