docs: document JSON format support in README and CHANGELOG

Add a JSON Format Support section to the README covering quests,
scenarios, and Hunting Road config. Add two missing CHANGELOG entries
for the rengoku .bin-first fix and the quest event board JSON fallback.
This commit is contained in:
Houmgaor
2026-03-20 16:41:36 +01:00
parent 73904965ff
commit fec2793ccc
2 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed backup recovery panic: `recoverFromBackups` now rejects decompressed backup data smaller than the minimum save layout size, preventing a slice-bounds panic when nullcomp passes through garbage bytes as "already decompressed" data ([#182](https://github.com/Mezeporta/Erupe/pull/182)).
- Fixed `rengoku_data.json` taking priority over `rengoku_data.bin` — all three loaders (quests, scenarios, Hunting Road) now consistently prefer `.bin` first with `.json` as fallback.
- Fixed JSON-authored quests not appearing on the event quest board — `loadQuestFile` now falls back to `.json` when no `.bin` is present, matching the behaviour of the file-serve path.
## [9.3.0] - 2026-03-19