Skip to content

Releases: gufranco/n64-mr-backup-z64-python

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 16:20

2.0.1 (2026-08-24)

Bug Fixes

  • report: say what a video patch would do, not what was done (987b586)
  • scan: name the boot chip from the boot code (b248e24)
  • test: stop three tests depending on this machine (b7ed00d)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 11:38

2.0.0 (2026-08-24)

  • refactor!: move the video patcher to its own repository (320528a)

Bug Fixes

  • ci: leave the submodule's lint to the submodule (60b3e73)

BREAKING CHANGES

  • the source archive can no longer install this. git
    archive resolves one repository and stops, so the Download ZIP button
    and the auto-generated release tarballs carry the submodule directory
    empty and no git metadata, which leaves git submodule update unable to
    repair that copy. A recursive clone is the only way in, and both
    documents now say so rather than leaving a reader to discover it.

pytest needs no environment either way: the paths moved into
pyproject.toml, so a bare pytest works from a fresh clone.

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 02:10

1.7.1 (2026-08-24)

Bug Fixes

  • report: name donor cartridges the way the rest of the page does (c27a567)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 01:39

1.7.0 (2026-08-24)

Bug Fixes

  • cli: leave a prompt cleanly on ctrl-d and ctrl-c (452090d)
  • report: load inputenc only where it is needed (783aad7)

Features

  • cli: run as python -m z64kit (579b960)
  • report: list every cartridge that satisfies a donor (5419d80)
  • vi: emit the video change as a patch, never editing a rom (93406a4)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 15:43

1.6.0 (2026-08-23)

Bug Fixes

  • report: keep a disk heading with its own rows (a782422)
  • report: trim what every row repeats, and stop justifying cells (4796998)
  • test: assert the platform's own words, not macOS's (418ee04)

Features

  • burn: write disks on Linux as well as macOS (53f2ddf)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 19:51

1.5.0 (2026-08-21)

Features

  • cli: write disks from the tool, and offer it once images are built (d9e58b7)
  • report: group the disk listing by the collection's own tiers (bd29eb4)
  • write-zip: stop on a failing drive and never mount the disk (11ce8a1)

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:35

1.4.1 (2026-08-21)

Bug Fixes

  • report: stop tables running off the right edge (3cb16db)
  • report: widen the boot chip column for an unknown dump (e1a87c9)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:06

1.4.0 (2026-08-21)

Features

  • report: put the video state in the catalogue (207eb06)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 17:55

1.3.0 (2026-08-21)

Features

  • vi: clear the dedither filter, the main source of blur (a6d8c53)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:54

1.2.1 (2026-08-21)

Bug Fixes

  • write-zip: refuse an image that holds no files (708371c)