pgcli v2.0.1 Release Notes
Release Date: 2018-11-19 // over 4 years ago-
๐ Bug fixes:
- Tab press on an empty line increases the indentation instead of triggering
the auto-complete pop-up. (Thanks:
Artur Balabanov
_) - ๐ Fix for loading/saving named queries from provided config file (#938). (Thanks:
Daniel Egger
_) - Set default port in
connect_uri
when none is given. (Thanks:Daniel Egger
_) - ๐ Fix for error listing databases (#951). (Thanks:
Irina Truong
_) - Enable Ctrl-Z to suspend the app (Thanks:
Amjith Ramanujam
_). - ๐ Fix StopIteration exception raised at runtime for Python 3.7 (Thanks:
Amjith Ramanujam
_).
Internal:
- ๐ฒ Clean up and add behave logging. (Thanks:
Dick Marinus
_) - Require prompt_toolkit>=2.0.6. (Thanks:
Dick Marinus
_) - ๐ Improve development guide. (Thanks:
Ignacio Campabadal
_)
- Tab press on an empty line increases the indentation instead of triggering
the auto-complete pop-up. (Thanks: