mycli (1.7.0) unstable; urgency=medium

  * Add stdin batch mode. (Thanks: Thomas Roten).
  * Add warn/no-warn command-line options. (Thanks: Thomas Roten).
  * Upgrade sqlparse dependency to 0.1.19. (Thanks: [Amjith Ramanujam]).
  * Update features list in README.md. (Thanks: Matheus Rosa).
  * Remove extra \n in features list in README.md. (Thanks: Matheus Rosa).
  * Enable history search via . (Thanks: [Amjith Ramanujam]).
  * Upgrade prompt_toolkit to 1.0.0. (Thanks: Jonathan Slenders)

 -- Casper Langemeijer <casper@procurios.nl>  Fri, 27 May 2016 12:03:31 +0200

mycli (1.6.0) unstable; urgency=medium

  * Change continuation prompt for multi-line mode to match default mysql.
  * Add status command to match mysql's status command. (Thanks: Thomas Roten).
  * Add SSL support for mycli. (Thanks: Artem Bezsmertnyi).
  * Add auto-completion and highlight support for OFFSET keyword. (Thanks: Matheus Rosa).
  * Add support for MYSQL_TEST_LOGIN_FILE env variable to specify alternate login file. (Thanks: Thomas Roten).
  * Add support for --auto-vertical-output to automatically switch to vertical output if the output doesn't fit in the table format.
  * Add support for system-wide config. Now /etc/myclirc will be honored. (Thanks: Thomas Roten).
  * Add support for nopager and \n to turn off the pager. (Thanks: Thomas Roten).
  * Add support for --local-infile command-line option. (Thanks: Thomas Roten).
  * Remove -S from less option which was clobbering the scroll back in history. (Thanks: Thomas Roten).
  * Make system command work with Python 3. (Thanks: Thomas Roten).
  * Support \G terminator for \f queries. (Thanks: Terseus).
  * Upgrade prompt_toolkit to 0.60.
  * Add Python 3.5 to test environments. (Thanks: Thomas Roten).
  * Remove license meta-data. (Thanks: Thomas Roten).
  * Skip binary tests if PyMySQL version does not support it. (Thanks: Thomas Roten).
  * Refactor pager handling. (Thanks: Thomas Roten)
  * Capture warnings to log file. (Thanks: Mikhail Borisov).
  * Make syntax_style a tiny bit more intuitive. (Thanks: Phil Cohen).

 -- Casper Langemeijer <casper@procurios.nl>  Fri, 27 May 2016 12:03:31 +0200

mycli (1.5.2) unstable; urgency=low

  * Protect against port number being None when no port is specified in command line.
  * Cast the value of port read from my.cnf to int.
  * Make a config option to enable `audit_log`. (Thanks: [Matheus Rosa]).
  * Add support for reading .mylogin.cnf to get user credentials. (Thanks: [Thomas Roten]).
  * Register the special command `prompt` with the `\R` as alias. (Thanks: [Matheus Rosa]).
  * Perform completion refresh in a background thread. Now mycli can handle
  * Add support for `system` command. (Thanks: [Matheus Rosa]).
  * Caught and hexed binary fields in MySQL. (Thanks: [Daniel West]).
  * Treat enter key as tab when the suggestion menu is open. (Thanks: [Matheus Rosa])
  * Add "delete" and "truncate" as destructive commands. (Thanks: [Martijn Engler]).
  * Change \dt syntax to add an optional table name. (Thanks: [Shoma Suzuki]).
  * Add TRANSACTION related keywords.
  * Treat DESC and EXPLAIN as DESCRIBE. (Thanks: [spacewander]).
  * Fix the removal of whitespace from table output.
  * Add ability to make suggestions for compound join clauses. (Thanks: [Matheus Rosa]).
  * Fix the incorrect reporting of command time.
  * Add type validation for port argument. (Thanks [Matheus Rosa])
  * Make pycrypto optional and only install it in \*nix systems. (Thanks: [Iryna Cherniavska]).
  * Add badge for PyPI version to README. (Thanks: [Shoma Suzuki]).
  * Updated release script with a --dry-run and --confirm-steps option. (Thanks: [Iryna Cherniavska]).
  * Adds support for PyMySQL 0.6.2 and above. This is useful for debian package builders. (Thanks: [Thomas Roten]).
  * Disable click warning.

 -- Casper Langemeijer <casper@langemeijer.eu>  Sun, 15 Nov 2015 10:26:24 +0100

mycli (1.4.0) unstable; urgency=low

  * Add `source` command. This allows running sql statement from a file. 
  * Added a config option to make the warning before destructive commands optional. (Thanks: [Daniel West](https://github.com/danieljwest))
  * Add completion support for CHANGE TO and other master/slave commands. This is still preliminary and it will be enhanced in the future. 
  * Add custom styles to color the menus and toolbars. 
  * Upgrade prompt_toolkit to 0.46. (Thanks: [Jonathan Slenders](https://github.com/jonathanslenders)) 
  * Fix keyword completion after the `WHERE` clause.
  * Add `\g` and `\G` as valid query terminators. Previously in multi-line mode ending a query with a `\G` wouldn't run the query. This is now fixed.

 -- Amjith Ramanujam <amjith.r@gmail.com>  Sun, 23 Aug 2015 20:14:45 +0000
