This version introduces changes to save data loading in order to improve compatibility with older versions.
### Changed
-`optionsStageEditor.theme` converted from an Enum to a String to fix save data compatibility issues.
- In the future, Enum values should not be used in order to prevent incompatibilities caused by introducing new types to the save data that older versions cannot parse.
-`optionsChartEditor.theme` converted from an Enum to a String to fix save data compatibility issues.
-`optionsChartEditor.chartEditorLiveInputStyle` converted from an Enum to a String to fix save data compatibility issues.