Skip to content

v0.4.0 - 2026-03-29

Choose a tag to compare

@github-actions github-actions released this 29 Mar 03:15
v0.4.0
2461123

Release Notes

Documentation

  • add pandoc backend and word-diff howto guides, update CLI reference, fix landing page feature descriptions, remove SvelteKit build artifacts - (f25febb) - HaoZeke

Features

  • pandoc AST backend + word-level diff (latexdiff-style) - (f377e2b) - HaoZeke

Bug Fixes

  • bare file:/http: links treated as structure in Org parser, URLs/file paths protected in inline token regex - (d1b492b) - HaoZeke
  • remove 30MB of SvelteKit build artifacts from repo, gitignore node_modules/.svelte-kit/build - (b32ce42) - HaoZeke

Refactoring

  • remove wdiff/markup/compile (belongs in separate snapdiff tool), keep pandoc parser and clap-markdown CLI docs - (984ffdc) - HaoZeke

Install snapper-fmt 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TurtleTech-ehf/snapper/releases/download/v0.4.0/snapper-fmt-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/TurtleTech-ehf/snapper/releases/download/v0.4.0/snapper-fmt-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install TurtleTech-ehf/tap/snapper-fmt

Download snapper-fmt 0.4.0

File Platform Checksum
snapper-fmt-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
snapper-fmt-x86_64-apple-darwin.tar.xz Intel macOS checksum
snapper-fmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
snapper-fmt-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
snapper-fmt-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum