* Drawstring's _passage variable is now protected instead of private. * GenericDrawstring is now included in Scripts instead of Sample. * Fixed various bugs wit...
* Added a default Restore() override to Drawstrings so it can be invoked with UnityEvents. * Added Restore() to Generic Drawstring. * Jumpers now update when th...
* Uploaded an STMDrawstring script to the forums. * Clicking on side panel will no longer deselect passages/folders if a field is misclicked. * SetDirty() calls...
* Added a "passage font color" varibale to settings. * Jumpers now work properly on ScriptableObjects. * Jumpers now invoke `ValidateJumper()` as the `IJumperVa...
v2.0.0 * Added CSV export and import! Check out the section in the docs on exporting to and importing from CSV for more info! Long story short, you can now crea...
* The IJumperValidateable interface now uses ValidateJumper() instead of OnValidate(). * Moved around some files in the directory. * Prevented warnings from app...