Wheel 1.3 ⚙️
The third release of Wheel. Added some requested features, such as a new widget
command to quickly run any loaded widget.
Refactored the link
action type. It no longer supports :run
as a special destination to open the run directory but rather allows you to specify any relative path to that directory.
That means that specifying ./saves
in the destination field will now open the saves
directory relative to the run one.
⚙️ Good to know:
Specifying.
will open the run directory itself.
Wheel 1.2
Introduced values, essentially persistent variables that allow plenty of new interactions with widgets.
Conditions is yet another new addition. They allow you to compare variables, and run actions if an expression was evaluated to be true (or false).
Improved the code behind await
actions, making it more consistent and disallowing ConcurrentModificationExceptions
, which could occur in previous versions.
Other small QOL improvements and fixes.
💡 For complete guidelines, check out the GitHub repository!