mycli v1.2.0 Release Notes

  • ๐Ÿ”‹ Features:

    • โž• Add support for wider completion menus in the config file.

    Add wider_completion_menu = True in the config file (~/.myclirc) to enable this feature.

    ๐Ÿ› Bug Fixes:

    • Prevent Ctrl-C from quitting mycli while the pager is active.
    • Refresh auto-completions after the database is changed via a CONNECT command.

    Internal Changes:

    • โฌ†๏ธ Upgrade prompt_toolkit dependency version to 0.45.
    • โž• Added Travis CI to run the tests automatically.