Skip to content

Commit 87085b9

Browse files
committed
Add v0.1.6 release notes
1 parent 58a0e68 commit 87085b9

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/RELEASE_NOTES.md

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

3+
## v0.1.6 - 2026-04-24
4+
5+
### Included
6+
7+
- Unified runtime-profile handling:
8+
- projection-capable helper uploads, latest checks, and downloads now resolve through explicit `runtimeProfile`
9+
- backward-compatible aliases such as `n64Profile` and `saturnFormat` still map into the shared runtime-profile contract
10+
- placeholder runtime-profile rows are rejected before they can pollute the save dataset
11+
- Runtime-aware web downloads:
12+
- `My Saves` and save detail downloads now open a runtime/profile selector first
13+
- backend save responses expose `downloadProfiles[]` so the web UI only offers compatible targets
14+
- non-converted saves still show `Original file` as a safe fallback choice
15+
- Nintendo 64 controller pak sync:
16+
- added parser-backed controller pak ingest and projection handling for N64
17+
- controller pak entries are extracted into logical save tracks instead of being treated as opaque whole-pak blobs
18+
- N64 projection downloads now stay aligned with the requested runtime profile
19+
- Cheat pack management:
20+
- added managed cheat-pack storage plus create, enable, disable, delete, and adapter-catalog API endpoints
21+
- added a web `Cheats` page for publishing YAML packs and reviewing adapter capabilities
22+
- agent/API consumers can now inspect cheat adapters and managed packs directly
23+
- Save validation tightening:
24+
- weak raw-save placeholder titles are rejected or cleaned up before listing
25+
- title alias cleanup preserves real saves while removing noisy placeholder-style rows
26+
- PlayStation helper `save/latest` runtime-profile enforcement is scoped to the projection flows that actually require it
27+
28+
### Validation Summary
29+
30+
- Backend test suite passed locally
31+
- Frontend test suite passed locally
32+
- Frontend production build passed locally
33+
334
## v0.1.5 - 2026-04-23
435

536
### Included

0 commit comments

Comments
 (0)