Skip to content

Releases: tmustier/pi-nes

v0.2.36

02 Feb 17:39

Choose a tag to compare

Highlights

  • Quick setup now only asks for ROM directory + audio, then points to /nes-config.
  • /nes-config now toggles audio, quality, and display style inline.

v0.2.35

02 Feb 17:36

Choose a tag to compare

Highlights

  • Native audio backend (cpal) available when building the core with audio-cpal.
  • /nes-config now offers an inline audio on/off toggle.
  • README updated with audio build instructions.

v0.2.33

02 Feb 17:13

Choose a tag to compare

Highlights

  • Default display style is now CRT Classic (ntsc-composite) in config and quick setup.
  • Wizard option ordering updated to surface CRT Classic first.

v0.2.30

02 Feb 15:32

Choose a tag to compare

Highlights

  • Revert failed Kitty flicker mitigation; tracking overlay flicker in #9.

v0.2.29

02 Feb 14:59

Choose a tag to compare

Highlights

  • Restore wide overlay width to prevent Kitty image sequences from being truncated.
  • Issue #8 tracks the underlying overlay-width limitation.

v0.2.26

02 Feb 14:08

Choose a tag to compare

Highlights

  • Interactive ROM filter: type to narrow the list while navigating.

v0.2.25

02 Feb 13:22

Choose a tag to compare

Highlights

  • Normalize repository URL to git+https (npm warning cleanup).

v0.2.24

02 Feb 13:20

Choose a tag to compare

Highlights

  • Fix Final Fantasy crash by clamping PPU palette index.
  • Sync vendored nes_rust snapshot metadata.

v0.2.23

02 Feb 12:57

Choose a tag to compare

Highlights

  • Added regression + core smoke test harness (ROM-gated) with game scripts.
  • PPU sprite evaluation updated to run on the pre-render line (Mario freeze investigation).
  • Documented nes_rust fork workflow and added update script.

v0.2.22

02 Feb 12:20

Choose a tag to compare

Highlights

  • Refactor polish: renderer guards, config path normalization, input cleanup on detach.
  • Save files now include ROM path hash to avoid collisions.
  • Docs updated for save naming and renderer behavior.