Skip to content

Releases: foutaise/texttable

v1.4.0

22 Jun 14:20
Compare
Choose a tag to compare

Add set_header_align() method (#45)

v1.3.1

12 Jun 13:43
Compare
Choose a tag to compare

Fix missing textwrapper command when cjkwrap is not used (#43)

v1.3.0

11 Jun 19:20
Compare
Choose a tag to compare

Remove redundant code for unsupported/EOL Python (#31)

v1.2.1

03 Jan 18:06
Compare
Choose a tag to compare

Use test_cjkwrap only when cjkwrap is available (#35)

v1.2.0

03 Jan 15:44
Compare
Choose a tag to compare

Use cjkwrap for better CJK text support (#34)

v1.1.1

26 Oct 12:25
Compare
Choose a tag to compare

Fallback to text on TypeError (#28)

v1.1.0

22 Oct 17:28
Compare
Choose a tag to compare

Easier formatting, allow callable as a column datatype (PR #27)

v1.0.0

14 Oct 09:59
Compare
Choose a tag to compare

fix bug in wide chars handling (#9)
avoid use of sys.version to obtain Python version (#24)

v0.9.1

27 Jun 19:27
Compare
Choose a tag to compare

add support for combining characters (#19)

v0.9.0

16 May 17:30
Compare
Choose a tag to compare

fix width of table exceeds max_width parameter (#15)