Skip to content

Commit 5f2571c

Browse files
committed
Add v0.1.5 release notes
1 parent 40cc92b commit 5f2571c

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

docs/RELEASE_NOTES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Release Notes
22

3+
## v0.1.5 - 2026-04-23
4+
5+
### Included
6+
7+
- Nintendo 64 cross-runtime projection:
8+
- helpers now upload their real local N64 save format
9+
- backend normalizes N64 uploads into canonical media truth
10+
- helper latest/download flows now project back to the explicitly requested target runtime
11+
- supported target profiles in tranche 1:
12+
- `n64/mister`
13+
- `n64/retroarch`
14+
- `n64/project64`
15+
- `n64/mupen-family`
16+
- `n64/everdrive`
17+
- Strict N64 helper contract:
18+
- N64 helper requests now require `n64Profile`
19+
- missing `n64Profile` fails clearly for helper upload, latest, and download paths
20+
- new helper contract documented in `n64update.md`
21+
- Diddy Kong Racing cheat support:
22+
- added parser-backed `dkr-eeprom` cheat editor
23+
- curated `Diddy Kong Racing` cheat pack included
24+
- safe slot-based editing with checksum rebuild
25+
- N64 cheat audit coverage:
26+
- added repository-backed N64 cheat inventory tests
27+
- added supporting N64 cheat audit and intake docs
28+
29+
### Validation Summary
30+
31+
- Backend test suite passed locally
32+
- Security gate passed locally
33+
- Live Docker deploy updated and smoke-checked successfully
34+
335
## v0.1.4 - 2026-04-23
436

537
### Included

0 commit comments

Comments
 (0)