- Added `/reconnect` for use when a network issue causes a disconnection
1.7.1
- Added a few in-client commands for easier configuring - Added aliases - Search for and load *config.json* in hard coded paths depending on the platform - Windows: %APPDATA%/hcclient - Other platforms: $HOME/.config/hcclient
1.7.0
- Replaced `--no-icons` option with `--no-unicode`. Function is the same - Use '❯ ' as the default prompt, falling back to '> ' if `--no-unicode` is specified - Added `--prompt-string` option to support custom prompts. - Added additional checks when loading a configuration file - Better error handling
1.6.0
- Added `--gen-config` and `--load-config`, which generate and load json configuration files respectively
1.5.1
- Better exit handling by making the receiving loop a daemon thread - Handle `EOFError`