Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Releases: metatablecatgames/tabby

0.3.1 - Bug fixes

13 Nov 15:58
Compare
Choose a tag to compare

This update just contains bug fixes.

Changes

  • Fragment objects that are created but not defined within the Project file no longer break the runtime, instead raises a warning
  • Fixed an internal bug with ResultUnion that made it harder to debug issues with Project files
  • Project now has a default shape

Tabby3 Beta Release

21 Aug 21:31
321e278
Compare
Choose a tag to compare
Tabby3 Beta Release Pre-release
Pre-release

Initial release build for tabby3. Please report any issues if you experience them with this build!

Runtime Changes

  • New project format based around Fragments, The old RuntimeScript system has been removed, as it was not possible to maintain both at the same time, if you want to continue using the older system, it should be easy enough to backwards-port the older system from Tabby-Legacy

Corelib Changes

  • Early support for PluginPopupButton
  • Added Result
  • Action has been internally rewritten to make it easier to use moving forward
  • Event.Connect and Event.Wait have now been fully removed