- Added syntax highlighting - `--no-highlight` option added - `--highlight-theme` option added - Fixed bug that crashed the client when options were missing in the default config file
*Re-released from 1.15.0 due to missing dependencies for PyPI*
1.14.5
- Made configuration more sane: - Command-line arguments will now override config file options - Missing options in config files will be filled in with default options - Brought back `--trip-password` and `--websocket-address` for backwards compatibility, but as hidden aliases - Fixed a bug where running `/list` in the disconnected state (initial connection) will crash the client - Various code design changes that do not affect functionality
1.14.4
- Provide undo suggestion (with `/reprint`) when `/clear` is used - Added `--defaults` cli command, which prints the default configuration - Tweaked `--help` output - `--trip-password` has been changed to `--password`, config file option not affected - `--websocket-address` has been changed to `--websocket`, config file option not affected
1.14.3
- Fixed `/clear` not redrawing the prompt - Fixed `/configset` lowercasing all values - Nicer replies from `/profile` and `/ignore`
1.14.2
- Use `subprocess` to spawn pager instead of `pydoc` - Neatened help text
1.14.1
- Use pydoc and `less` for displaying client help text in *nix - Don't request server help text when running `/help`, move that functionality to `/help server`