Back to Provenance

3572

.changelog/3572.md

3.3.1539 B
Original Source

Added

  • Save states registered in Realm on importimportSaves now registers imported save states via per-save manifest metadata, so they appear in the UI immediately without a full library re-scan.
  • Export bundles include .svs.json sidecarsexportSaves copies the .svs.json metadata file alongside each .svs save-state, enabling round-trip Realm registration.
  • importSaves returns SaveImportResult — callers now receive sramRestored, statesRestored, and non-fatal warnings instead of Void.