retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Introduce config versioning #253

Closed rsubtil closed 11 months ago

rsubtil commented 11 months ago

RetroHub v0.2.0 introduces the first breaking change to users config, thus a system for finding config versions is now necessary to reliably update/inform users going forward.

Also makes all JSON saving operations not sort keys, which was the default in v0.1

Fixes #250