Skip to content

Releases: benjie-git/CardStock

CardStock v0.8.10

06 Apr 16:40
Compare
Choose a tag to compare

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

30 Mar 19:03
Compare
Choose a tag to compare

Allow bundling extra included python modules when exporting a stack, when running from source

CardStock v0.8.8.2

26 Mar 15:52
Compare
Choose a tag to compare

Fix bug with name deduplication

CardStock v0.8.8.1

25 Mar 23:52
Compare
Choose a tag to compare

fix resource handling in prebuilt Designer app

CardStock v0.8.8

25 Mar 18:34
Compare
Choose a tag to compare

Add method object.IsTouchingPoint(point)
Bug fixes.

CardStock v0.8.6

24 Mar 23:44
Compare
Choose a tag to compare

Allow the prebuilt apps to Export a stack as a standalone app.
Bug fixes.

CardStock v0.8.4

23 Mar 17:15
Compare
Choose a tag to compare

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

12 Mar 17:54
Compare
Choose a tag to compare

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

09 Mar 00:16
Compare
Choose a tag to compare