Releases: tmustier/pi-nes
Releases · tmustier/pi-nes
v0.2.36
02 Feb 17:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Highlights
Revert failed Kitty flicker mitigation; tracking overlay flicker in #9 .
v0.2.29
02 Feb 14:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Highlights
Interactive ROM filter: type to narrow the list while navigating.
v0.2.25
02 Feb 13:22
Compare
Sorry, something went wrong.
No results found
Highlights
Normalize repository URL to git+https (npm warning cleanup).
v0.2.24
02 Feb 13:20
Compare
Sorry, something went wrong.
No results found
Highlights
Fix Final Fantasy crash by clamping PPU palette index.
Sync vendored nes_rust snapshot metadata.
v0.2.23
02 Feb 12:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.