Skip to content

v0.8.0 – QoL Improvements

Choose a tag to compare

@Iron-E Iron-E released this 10 Sep 21:13
· 120 commits to master since this release
ac97661

Introduction

This release focuses on addressing some missing features in the libmodal toolkit. There aren't any big new features, but these additions should help allow developers to make use of the existing feature set.

Additions

  • Ability to use Lua functions as values in a Mode's instruction.
    • See the new examples: 1, 2
  • Ability to use Lua functions as values in a Prompt's instruction.
  • Add Mode and Prompt kill functions (libmodal.utils.api.mode_exit()).