backend-infra-engineer: finalize v0.5.0 branding

This commit is contained in:
scawful
2025-12-28 18:16:27 -06:00
parent 8b45b16431
commit 26b35642b4
5 changed files with 58 additions and 24 deletions

View File

@@ -1,5 +1,24 @@
# Changelog
## 0.5.0 (December 2025)
### Graphics & Palette Reliability
- Fixed palette conversion and Tile16 tint regressions.
- Corrected palette slicing for graphics sheets and indexed → SNES planar conversion.
- Stabilized overworld palette/tilemap saves and render service GameData loading.
### Editor UX & Tools
- Refined dashboard/editor selection layouts and card text rendering.
- Moved layout designer into a lab target for safer experimentation.
- Hardened CLI/API room loading and Asar patch handling.
### Platform, Build, and Tests
- Added iOS platform scaffolding (experimental) plus build helper scripts.
- Simplified nightly workflow, refreshed toolchain/dependency wiring, and standardized build dirs.
- Added role-based ROM selection/availability gating and stabilized rendering/benchmark tests.
---
## 0.4.1 (December 2025)
### Overworld Editor Fixes