You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed the main project file to a human-readable format.
The main point of the new format is to simplify collaborating on a storyboard project through git, by making it possible (and easy?) to merge changes made in parallel.
New projects will only save to the text-based format, while existing projects will save to both binary and text-based. These projects can be loaded from either format. In case the new format fails for some reason, you will still be able to load your project using the binary format.
If you decide to make manual changes to the project's files (outside of merging), note that storybrew's yaml parser is rather simple and doesn't support all the fancy shit extra features included in yaml :)
Fixed hit objects and control points' sample sets being parsed incorrectly. SampleType becomes SampleSet, type changed from int to SampleSet. SampleTypeAdditions becomes AdditionsSampleSet, type changed from int to SampleSet. SampleSet becomes CustomSampleSet, type changed from SampleSet to int.