Skip to content

Releases: tmustier/pi-nes

v0.2.41

07 Apr 13:43
78ee9e7

Choose a tag to compare

  • Add README instructions for updating @tmustier/pi-nes from npm
  • Document that image mode now opens in pi's main custom UI while text mode keeps the classic overlay flow
  • Add explicit audio rebuild steps for npm installs and updates
  • Add troubleshooting guidance for duplicate /nes or /nes-config entries

v0.2.40

07 Apr 12:55
6248b2d

Choose a tag to compare

  • Fix Ghostty image-mode black screens by running Kitty image mode in pi's main custom UI instead of the overlay path
  • Keep text mode in the classic overlay experience
  • Refresh the stale config unit test expectation so npm test passes again

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.