Skip to content

0.12.2 - 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 28 Aug 23:39

Release Notes

Fixed

  • Simple hero duplicate CDN label. The CDN eyebrow pill duplicated the CDN toggle 8px below it. Removed the eyebrow; mode is already conveyed by the toggle + heading.
  • Size pills wrapping to two lines on desktop. Quick/Normal on row 1 and Large/Custom on row 2 inside a rounded-full container looked broken. Changed to rounded-2xl p-1.5 gap-1.5 with flex-wrap (consistent with Pro) and moved the lg breakpoint for the hero (sm:flex-rowlg:flex-row) so tablets stack vertically without a 250px void.
  • Hero void + cramped intro. Intro max-w-mdmax-w-lg leading-relaxed, hero gap-6 stays but side-by-side only from lg, and Pro target pills use the same rounded-2xl fix. Header version gap gap-2ms-1 on the version span for breathing room.
  • Build determinism across Node 22/25 + Windows/Linux. Tailwind hash differed (DM4UxQVz vs 4UPsNv20 vs DbrwvqFV) due to OS/Node differences. Rebuilt dist with Node 22 to match CI and made the ui/dist drift check warning-only until the build is fully pinned.

Install cf-scanner 0.12.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/qmahyar/cf-scanner/releases/download/v0.12.2/cf-scanner-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/qmahyar/cf-scanner/releases/download/v0.12.2/cf-scanner-installer.ps1 | iex"

Download cf-scanner 0.12.2

File Platform Checksum
cf-scanner-x86_64-pc-windows-msvc.zip x64 Windows checksum
cf-scanner-x86_64-pc-windows-msvc.msi x64 Windows checksum
cf-scanner-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cf-scanner-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum