This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Releases: metatablecatgames/tabby
Releases · metatablecatgames/tabby
0.3.1 - Bug fixes
This update just contains bug fixes.
Changes
Fragment
objects that are created but not defined within theProject
file no longer break the runtime, instead raises a warning- Fixed an internal bug with
ResultUnion
that made it harder to debug issues withProject
files Project
now has a default shape
Tabby3 Beta 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
andEvent.Wait
have now been fully removed