- ``--sysinfo`` does not fail any more when the name of the connected CrateDB node contains a unicode character.
- Crash was trying to connect to invalid hosts if no hosts were provided via ``--hosts`` argument and configuration file was already present.
0.19.0
=================
- Allow "short hosts" as Crate hosts argument, such as ``:4200`` for ``localhost:4200``
0.18.1
=================
- Fix: crashed in verbose mode if crate didn't provide an error trace
0.18.0
=================
- Don't show tables from ``pg_catalog`` if ``\dt`` command is used.
- Make the ``\check`` command to display both, node and cluster checks. Allow ``node`` and ``cluster`` arguments for the command to display node and cluster checks, respectively.
0.17.2
=================
- Update autocompletion to reflect newest crate features
- Require Pygments version greater or equal 2.0
0.17.1
=================
- Fix: crash_standalone could crash because it contained non-ascii character but no encoding was declared