- Initial release
- Fix clicking on a suggestion.
- Don't submit when hitting Enter on a suggestion.
- Don't show error response for
grep
. - Don't focus on exact matches in history. This was causing Enter key to close the history instead of running the query.
- Ignore mouseover while typing.
- Show errors in the Output panel.
- Fix deleting history item.
- Default to last command.
- Click on input opens history.
- When defaulting to the last command, select input text to easily replace it with a new command.
- Fix issue where deleting a command from history could cause the wrong command to run.
- Close on ESC key.