- Force registry paths to be lowercase to fix issues with commands containing uppercase characters.
- Restrict command/group names to alphanumeric characters and underscores.
BaseRegistry#getChildPaths
is now case-insensitive.
- Initial release
- Only check arguments for non-empty argument inputs.
- Remove Charm in favor of Vide for global UI state, decreasing package size.
- Fix yield error when retrieving text bounds.
- Fix command names always being lowercase in command suggestions.
- Surround suggestions in quotes if the argument being typed begins with a quote.
- Fix suggestions for invalid arguments.
- Fix suggestion traversal when the previous suggestion ends with a quote.
- Initial release