Skip to content

v0.3.2 — 2026-06-24

Choose a tag to compare

@github-actions github-actions released this 25 Jun 04:00

Release Notes

Fixes

  • yf-beads-init: stop flagging a phantom "Dolt remote under local-only" (#43).
    The canonicalization-drift detector read bd config get sync.remote's plain-text
    output, which prints a non-empty sync.remote (not set in config.yaml) sentinel at
    exit 0 for an unset key — misclassified as a configured remote, so preflight
    reported an unactionable drift instruction that --remove-remote (a clean no-op)
    could never clear. Detection and repair now read the unambiguous --json shape
    ("value": "" = unset) via a shared bd_config_value() helper.
  • yf-markdown-pdf: 16-bit / alpha PNGs no longer render blank (#44). Such PNGs
    embed but render white under xelatex. The pipeline now detects them by their PNG
    IHDR and renders an 8-bit RGB copy (alpha composited onto white) into a run-scoped
    temp dir prepended to --resource-path; source images are never modified.
    --no-normalize-images opts out, and absence of the imaging library degrades
    gracefully (originals used, build still succeeds).

Install yf 0.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dixson3/yoshiko-flow/releases/download/v0.3.2/yf-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install dixson3/tap/yf

Download yf 0.3.2

File Platform Checksum
yf-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
yf-x86_64-apple-darwin.tar.xz Intel macOS checksum
yf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
yf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum