Skip to content

✨ 0.2.0

Compare
Choose a tag to compare
@paradoxuum paradoxuum released this 10 Feb 14:58
· 324 commits to main since this release
eca61ee

✨ What's New

  • Operator support for player types (@me or ., @all or *, @others or **, @random or ?)
  • The interface is now customizable, allowing you to change the size, position, anchor point and display order of the UI
  • Terminal output text is now selectable

🛠️ Changes

  • Guards have been reworked to be easier to use: the runNext parameter has been removed and a boolean is now used to determine execution
  • The executor (Player) is now passed to a type's transform and suggestions functions
  • CommanderApp has been renamed to CommanderInterface and is now specified using { interface: CommanderInterface() }

🪲 Bug Fixes

  • Fixed a regression caused by changing networking solutions, causing commands to fallback to the default reply
  • Fixed an error caused by running React in development mode

🎉 New Contributors

Full Changelog: v0.1.2...v0.2.0