Skip to content

3.0.0

Compare
Choose a tag to compare
@nickavv nickavv released this 12 Jan 17:14
· 59 commits to master since this release
fece175

rt-shell 3.0.0 is a major release with new features and bug-fixes! Big thanks to @FaultyFunctions for major contributions to this release.

Autocomplete Hints and Metadata

You can now add metadata to any of your shell commands, allowing for argument hints and autocomplete suggestions!

You can also use this to document your commands, so the information will be available in the shell by running help myCommandName.

Improvements to shell output

Command output is now properly line-wrapped, so your commands can print long output with no worries. You can also scroll back through all previous shell output using the mouse-wheel or trackpad on your computer.

Other Improvements

  • Use the Insert key on your keyboard to toggle between normal and insert modes. In insert mode your keystrokes will overwrite text instead of inserting
  • Shell can now be anchored left/center/right horizontally, and top/middle/bottom vertically
  • Errors thrown by custom commands are now caught and handled, rather than crashing your game