Skip to content

Releases: gufranco/snes-rom-image-python

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 04:09

2.1.0 (2026-08-25)

Bug Fixes

  • reach the submodule without an ambient variable (407706c)

Features

  • bring this up to the family standard (c87dfaf)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:25

2.0.2 (2026-08-21)

Bug Fixes

  • coverage: make the gate mean the same on every Python (6b4bd6e)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:07

2.0.1 (2026-08-21)

Bug Fixes

  • rewrite: count a short image the way Nintendo specifies (d9ccd39)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:04

2.0.0 (2026-08-20)

  • refactor!: put the mapper at the root, under its own name (db7f6dd)

BREAKING CHANGES

  • the submodule path is now snes-mapper-python rather than
    packages/snes-mapper, and PYTHONPATH changes with it. A checkout that already has
    the old path needs git submodule update --init --recursive after pulling.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:40

1.2.0 (2026-08-18)

Features

  • a cartridge image as a file, rather than as an address space (f824618)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 23:59

1.1.0 (2026-08-16)

Features

  • read a Game Doctor split set as well as a single file (864c288)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 23:16

1.0.0 (2026-08-16)

Features

  • repair the cartridge header of chip-free SNES images (b22eb65)