* "Run Once" mode for director, activated by `draw` command in some environments (e.g., blockpy) * Dataclass support, new example created * First stab at pixel manipulation code (get_pixels function, creating images from pixels) * Debug mode for dataclasses, pretty printing current state
0.3.7
* Fix bug with updating layer field * Expose set_window_layers and get_window_layers * Allow :top and :bottom layer modifiers * Fix up layering system a little to actually work! * Fix object destruction throwing errors when they had event handlers
0.3.6
* Fixed SVGs for macs (including previous cropping issue) for scale, rotate, and flip!
0.3.5
* The fix from 0.3.4 was too crude - there was a bug! Should hopefully be fixed.
0.3.4
* Crude fix for debug mode on Macs by preloading a Tkinter window
0.3.3
* Partial fix for rotating emojis on Mac (were partially cut off)