Skip to content

1.63

Compare
Choose a tag to compare
@Damnae Damnae released this 16 Feb 14:09
· 208 commits to master since this release
  • 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 :)