- Fixed a bug which caused excessive cpu usage when in the disconnected state
1.18.0
- Added hooks support. See hooks in docs/README.md
1.17.3
- Compress messages vertically by removing double newlines, like the web client
1.17.2
- Use a background color and padding to render backticks elements, instead of just preserving the backticks - Replace `**` in simplified LaTeX with `^`
1.17.1
- `KeyboardInterrupt` now handles clearing the buffer in addition to exit - Show `latex` option warning only once per runtime
1.17.0
- Added LaTeX simplification (To sympy) - `--latex` option added - Fixed bug where backticks parsing was done on codeblocks