From 804dd446b5ddae4d5228d2a30e7b8ee22cdeda50 Mon Sep 17 00:00:00 2001 From: Iryna Cherniavska Date: Fri, 28 Aug 2015 22:38:18 -0700 Subject: Updated changelog and AUTHORS for v0.19.2. --- AUTHORS | 6 +++--- changelog.rst | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7377618d..46cd0dfc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,11 +12,11 @@ Contributors: * Brett * Daniel Schwarz * Stuart Quin - * xalley * Jonathan Slenders - * Michael Kaminsky - * Alexander Kukushkin + * xalley * François Pietka + * Alexander Kukushkin + * Michael Kaminsky * Jay Zeng * Ludovic Gasc (GMLudo) * Marc Abramowitz diff --git a/changelog.rst b/changelog.rst index 24317bfb..95bca70e 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,3 +1,31 @@ +0.19.2 +====== + +Features: +--------- + +* Autocompletion for database name in \c and \connect. (Thanks: `Darik Gamble`_). +* Improved multiline query support by correctly handling open quotes. (Thanks: `Darik Gamble`_). +* Added \pager command. +* Enhanced \i to run multiple queries and display the results for each of them +* Added keywords to suggestions after WHERE clause. +* Enabled autocompletion in named queries. (Thanks: `Iryna Cherniavska`_). +* Path to .pgclirc can be specified in command line. (Thanks: `Iryna Cherniavska`_). +* Added support for pg_service_conf file. (Thanks: `Iryna Cherniavska`_). +* Added custom styles. (Contributor: `Darik Gamble`_). + +Internal Changes: +----------------- + +* More completer test cases. (Thanks: `Darik Gamble`_). +* Updated sqlparse version from 0.1.14 to 0.1.16. (Thanks: `Darik Gamble`_). +* Upgraded to prompt_toolkit 0.46. (Thanks: `Jonathan Slenders`_). + +BugFixes: +--------- +* Fixed the completer crashing on invalid SQL. (Thanks: `Darik Gamble`_). +* Fixed unicode issues, updated tests and fixed broken tests. + 0.19.1 ====== -- cgit v1.2.3