Adding upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d8a70e48ab
commit
527d386b7b
42 changed files with 1085 additions and 840 deletions
15
CHANGELOG
15
CHANGELOG
|
@ -1,13 +1,23 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Version 2.2.0
|
||||
-------------
|
||||
|
||||
(released on 2021-08-27)
|
||||
|
||||
* Remove dependency on terminaltables
|
||||
* Add psql_unicode table format
|
||||
* Add minimal table format
|
||||
* Fix pip2 installing py3-only versions
|
||||
* Format unprintable bytes (eg 0x00, 0x01) as hex
|
||||
|
||||
Version 2.1.0
|
||||
-------------
|
||||
|
||||
(released on 2020-07-29)
|
||||
|
||||
* Speed up ouput styling of tables.
|
||||
|
||||
* Speed up output styling of tables.
|
||||
|
||||
Version 2.0.1
|
||||
-------------
|
||||
|
@ -40,6 +50,7 @@ Version 1.2.0
|
|||
|
||||
(released on 2019-04-05)
|
||||
|
||||
* Fix issue with writing non-ASCII characters to config files.
|
||||
* Run tests on Python 3.7.
|
||||
* Use twine check during packaging tests.
|
||||
* Rename old tsv format to csv-tab (because it add quotes), introduce new tsv output adapter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue