Skip to content

Releases: stillwwater/command_terminal

1.02

16 Sep 00:47
Compare
Choose a tag to compare

Added

  • Variables: defined with set name value, accessed with $name. Run set with no arguments to display all variables and their values.
  • Option to change the alpha value of the input background texture.
  • Command hint argument for better error messages. Use RegisterCommand(Hint = "Command $a")] to show a command's usage.

Changed

  • Better autocompletion: autocomplete can now partially complete words when there are multiple suggestions available.

Fixed

  • Fix background texture being destroyed when loading a scene with the Terminal set to DontDestroyOnLoad.
  • Fix hotkeys bound to function keys causing the input to not register the first character.
  • Fix formatting on autocomplete suggestions.

1.01

09 Aug 13:35
Compare
Choose a tag to compare

Added

  • Option to to change the position of the toggle GUI buttons.
  • Option to change the window size ratio between the partial and full window height.
  • Optional GUI button to run a command (useful for mobile devices).

Changed

  • Autocomplete now uses the last word in the input text, rather than just completing the first word.

1.0

15 Jul 13:57
Compare
Choose a tag to compare
1.0

Added

  • Customizable toggle hotkey.
  • Two new terminal colors (customizable).
  • Option to change prompt character (or remove it).
  • Option to open a larger terminal window with a separate hotkey.
  • Command autocompletion (use the tab key while typing a command).
  • Option to toggle window using GUI buttons (disabled by default).
  • Option to customize the input background contrast.

Fixed

  • Input registering hotkey character when hotkey was pressed.
  • Inspector presentation.

Removed

  • LS command in favor of HELP with no arguments to list all registered commands.