pgcli v2.0.1 Release Notes

Release Date: 2018-11-19 // over 5 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_)