Add versioning and migration support for settings #52
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
implemented
Has been implemented, but not necessarily finished
Currently when you change the settings in
src/client/index.js
of the distro, these will not be transitioned because users might have local settings stored.By adding support for a
revision
number these settings could be reset automatically easily (simply load core settings on login instead of the user ones).Also, adding support for custom migration scripts would be pretty neat so no custom settings would be lost.
revision
config optionRef: #76
The text was updated successfully, but these errors were encountered: