Skip to content

Releases: build198x/build198x

0.2.6 - 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 29 Aug 06:57
93bbc10

Release Notes

Added

  • (adf) add recursive inspection and provenance manifests (#42)

Install build198x 0.2.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/build198x/build198x/releases/download/build198x-v0.2.6/build198x-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/build198x/build198x/releases/download/build198x-v0.2.6/build198x-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install build198x/tap/build198x

Download build198x 0.2.6

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

0.2.6 - 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 29 Aug 06:58
93bbc10

Release Notes

Added

  • (adf) add recursive inspection and provenance manifests (#42)

Install build198x-adf 0.2.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/build198x/build198x/releases/download/build198x-adf-v0.2.6/build198x-adf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/build198x/build198x/releases/download/build198x-adf-v0.2.6/build198x-adf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install build198x/tap/build198x-adf

Download build198x-adf 0.2.6

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

0.2.5 - 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:20
56f844d

Release Notes

Other

  • Version bump only; nothing in this tool changed. The workspace versions in
    lockstep, and the release exists for build198x-adf, which gets its first
    prebuilt binaries and Homebrew formula
    (#37). build198x adf is
    unaffected — it has always been in this binary.

Install build198x 0.2.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/build198x/build198x/releases/download/build198x-v0.2.5/build198x-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/build198x/build198x/releases/download/build198x-v0.2.5/build198x-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install build198x/tap/build198x

Download build198x 0.2.5

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

0.2.4 - 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 28 Aug 09:54
13e8fe4

Release Notes

Added

  • Installers, and a Homebrew tap. A release carried platform archives and
    nothing to install them with: you had to find the right .tar.xz, check its
    hash, unpack it and put the binary on PATH by hand. Shell and PowerShell
    installers now ship alongside the archives, and a formula lands in
    build198x/homebrew-tap
    (#31):

    brew install build198x/homebrew-tap/build198x
    

    The tool itself is unchanged — this release is how you get it, not what it
    does.

Other

  • mediaspec198x now tags and cuts its own release, and the binary release run
    answers only to build198x-v* tags
    (#30). Nothing changes for
    this tool; a spec release can no longer start a CLI release.

Install build198x 0.2.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/build198x/build198x/releases/download/build198x-v0.2.4/build198x-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/build198x/build198x/releases/download/build198x-v0.2.4/build198x-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install build198x/tap/build198x

Download build198x 0.2.4

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

0.2.5 - 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:20
56f844d

Release Notes

Added

  • Prebuilt binaries and a Homebrew formula — the first release to carry
    either.
    Until now this crate rode the CLI's build198x-vX.Y.Z tag, and
    that tag names a package, so cargo-dist built that one package and dropped
    the rest of the workspace. Two releases shipped with no adf archives at all
    (#34). It tags itself
    now (#37):

    brew install build198x/homebrew-tap/build198x-adf
    

    Shell and PowerShell installers ship beside the archives, and
    cargo install build198x-adf works as it always has. The tool itself is
    unchanged — this release is how you get it, not what it does.

Install build198x-adf 0.2.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/build198x/build198x/releases/download/build198x-adf-v0.2.5/build198x-adf-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/build198x/build198x/releases/download/build198x-adf-v0.2.5/build198x-adf-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install build198x/tap/build198x-adf

Download build198x-adf 0.2.5

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

0.2.3 - 2026-08-27

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:51
545425d

Release Notes

Fixed

  • adf verify called ordinary data disks corrupt. Any disk whose
    boot-checksum field is zero was reported as corrupt ADF: boot checksum.
    AmigaDOS Format leaves that field zero until Install writes a bootstrap,
    so a plain data disk — including every disk xdftool produces — failed.
  • An ADF could only be filled halfway. Mastering refused anything over about
    432 KB on an 880 KB floppy, because blocks were allocated upward from the root
    block and the lower half of the disk was never used. A DD floppy now takes
    about 886 KB.

Both come from format198x-commodore-amiga-adf 0.3.0
(#22). Mastering output is
unchanged byte-for-byte.

Other

  • mediaspec198x, the media capability spec, is now published as its own crate
    rather than consumed from a git revision
    (#17). Four orgs are told to
    consume it and cargo will not publish a crate that depends on a git revision,
    so the registry is the only route that serves them. No change to what this
    tool does.
  • Tracks Rust 1.98.0 (#21).

Download build198x 0.2.3

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

0.2.2 - 2026-08-26

Choose a tag to compare

@github-actions github-actions released this 26 Aug 12:47
b0e66f4

Release Notes

Fixed

  • consume the graduated format crates from crates.io, not a sibling path
  • pin version alongside the format crate path deps

Other

  • follow the format crates to their org-prefixed names
  • Merge branch 'main' into refactor/consume-format-crates
  • consume the graduated format crates

Download build198x 0.2.2

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

0.2.1 - 2026-07-10

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:29
d3bc226

Release Notes

Added

  • (adf) mirror the create verb into the build198x adf subcommand
  • (adf) mirror verify and info into the build198x adf subcommand
  • add FFS support and fix a protection bug that broke KS2.0+ boots
  • make the ADF master correct for any file size and name set
  • build198x adf — from-scratch bootable OFS floppy master

Other

  • consume format-commodore-amiga-adf from crates.io, not the workspace
  • move main.rs test module to end of file
  • extract the Amiga ADF writer into its own crate

Download build198x 0.2.1

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

0.2.0 - 2026-07-02

Choose a tag to compare

@github-actions github-actions released this 02 Jul 15:20
3920b37

Release Notes

Added

  • add the beeper-phrase converter: notation in, audition WAV + phrase asm out (the audio lane's first tool, opened by decisions/demand-gate-beeper-phrases.md; calibrated by regenerating Gloaming's hand-authored phrase constants exactly)
  • add --repeat: loop-point audition for title-screen phrases

Fixed

  • repair the Release-plz pipeline: the mediaspec path dependency now carries a version requirement (Asm198x's pattern), and this release was cut by hand to replace the v0.1.0 baseline tag, whose manifest release-plz could not package

Download build198x 0.2.0

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

build198x-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:01
32abd80