
v1.8 [Oct 23, 2017]
– NEW: Custom Properties. In the Inspector sidebar, you'll find a new "Custom Properties" palette. Here, you can add custom name/value pairs to any selected object on the canvas. Then, you can access these properties in your Schwartz Templates by looping through `object.customProperties` or `object.customPropertiesDictionary`. Each custom property has a `name` and `value` property containing the values you entered in the sidebar palette.
– NEW: Export Selection - Main Menu > File > Export Selection.
– NEW: 10% Zoom Scale option.
– FIX: Control-clicking objects on the Canvas for activating the context menu now works properly again.
– FIX: Improved canvas rendering performance.