Skip to content

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