This release adds quite a bit of new functionality:
- allows creating and manipulating all objects programmatically
- allows exporting a stack as a standalone application, internally using pyinstaller -- Not currently available in the prebuilt downloads
- adds other minor features like flipping objects vertically and horizontally, and running the stack from a specific card
- many bug fixes and UI improvements
- breaking change: renames the following methods and functions:
- button.DoClick() -> button.Click()
- field.DoEnter() -> field.Enter()
- PlaySound() -> SoundPlay()
- StopSound() -> SoundStop()