Skip to content

Releases: limbonaut/limbo_console

v0.6.0

19 Jan 21:39
0ba22c4
Compare
Choose a tag to compare

What's Changed

  • 0ba22c4 - Add functions for providing base instance for eval commands by @DSteve595 (#7)
  • 0f49407 - Add autoexec options
  • ad43f41 - Run user://autoexec.lcs on game start
  • 11a3c46 - Add simple scripting support (run commands from file)
  • c00d864 - Add alias and unalias commands
  • 0f12265 - Rework aliases to allow including arguments
  • 546d94b - Add animation to open/close console by @Wierdox (#6).
  • 6b761f9 - Regrab any previous gui focus after closing console by @Wierdox (#5)
  • 78d7678 - Halt mouse input outside console, don't unpause if already paused by @Wierdox (#4)

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Nov 12:08
0f4149f
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.4.1

15 Sep 16:48
aa286e8
Compare
Choose a tag to compare
  • aa286e8 - Fix plugin version
  • fa3cc2d - Don't print empty line at the end of usage
  • aa8efe1 - Add demonstration & update README

v0.4.0

11 Sep 20:55
77a010e
Compare
Choose a tag to compare
  • 77a010e - Join all arguments into a single string if the command accepts a single string (no need for quotation marks)
  • 932cba7 - Add eval command, add/remove variables for eval command
  • 4dd1fc3 - Add "opacity" option
  • b0a2080 - Add option for the height ratio of the console panel
  • f2246b1 - Extract builtin commands to builtin_commands.gd, refactor code
  • adddd92 - Support static methods as commands
  • 112dc69 - Extract utility functions to util.gd
  • a6ce8aa - Strip bbcode tags before printing to stdout and fix whitespace issue
  • 9302217 - Better bbcode_escape() implementation
  • ee36b65 - Expose print_line() with stdout option
  • 88995be - Add "log" commands to show recent log entries
  • 4644c18 - Don't print to godot console by default
  • 2a27b97 - Fix get_command_names() not respecting argument
  • 3bccbbb - Fix history up/down not clearing autocomplete hint
  • 4df37e9 - Suggest corrections to user input based on argument autocompletion if error code is returned
  • 4f1f23f - Defer alias initialization to give time for commands to be registered
  • 4c12707 - Fix autocompletion for aliases
  • dae9ae4 - Use dealiased name in autocompletion key
  • f30c782 - Update README.md
  • 2b7a5ba - Ignore hidden files on export (git archive)
  • 2ed9fd4 - GHA: Create and upload artifact with the release draft
  • f96a8e5 - GHA: Draft release notes
  • 76197f1 - README fixes
  • e7171cd - Add README
  • e0033aa - Complain if autocompletion source returns unexpected type
  • 9b0af58 - Add plugin logo/icon
  • b1fb115 - Argument autocompletion for builtin and user commands
  • 403ca05 - Option to disable console in release builds
  • 7f804b8 - Add license and funding
  • b3c5e95 - Refactor limbo_console.gd, make format methods public
  • a407c1f - Customize aliases in configuration file

v0.3.0

08 Sep 11:47
cd3ec1e
Compare
Choose a tag to compare