Skip to content

1.1.0

Choose a tag to compare

@cppshane cppshane released this 23 Mar 03:03
· 26 commits to master since this release

Changes:

  • Ctrl + C will now kill all spawned child processes.
  • bgt newline <character> can be used to set the environment newline character, where <character> can be something like \n or \r.
  • You can also set Newline Trigger Events in the application UI. For instance, you can set the newline character to change to "\r" when you input the "bash" command, so it automatically adjusts to your environment. You can also input an exit command, which will signify to change the newline character back to the default.
  • You can now use the arrow keys to traverse command history.
  • Implemented hiding from Alt+Tab menu.