Releases: benjie-git/CardStock
Releases · benjie-git/CardStock
CardStock v0.8.10
CardStock v0.8.10:
- Adds a new Output tool window, that will show any console output or error messages from the running stack. It automatically opens on the first output.
- Big under-the-hood change - now runs a stack's event code on a dedicated thread, while pushing all UI calls back to the main thread. This enables users to quit a program stuck in an infinite loop, and CardStock Designer will even tell you which event on which object was stuck.
- Lots of bug fixes
CardStock v0.8.8.3
Allow bundling extra included python modules when exporting a stack, when running from source
CardStock v0.8.8.2
Fix bug with name deduplication
CardStock v0.8.8.1
fix resource handling in prebuilt Designer app
CardStock v0.8.8
Add method object.IsTouchingPoint(point)
Bug fixes.
CardStock v0.8.6
Allow the prebuilt apps to Export a stack as a standalone app.
Bug fixes.
CardStock v0.8.4
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()
CardStock v0.8.2
CardStock v0.8.2 is a minor release, but includes a few fun new features too.
- Add Error List window: See a list of errors from your last run, and click each error to go to the offending line in your code.
- Add All Code window: See all of your stack's code in one place.
- Fix choosing colors and files on non-mac platforms
- Fix undo while in the code editor on GTK/Linux
- Update docs
CardStock v0.8
docs