Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Releases: Robpol86/terminaltables

terminaltables-3.1.0

17 Oct 00:11
Compare
Choose a tag to compare

Added

  • git --porcelain-like table by liiight: #31

terminaltables-3.0.0

31 May 01:29
Compare
Choose a tag to compare

Added

Changed

  • Refactored again, but this time entire project including tests.

Removed

  • padded_table_data property and join_row(). Moving away from repeated string joining/splitting.

Fixed

  • set_terminal_title() Unicode handling on Windows.
  • #18
  • #20
  • #23
  • #26

terminaltables-2.1.0

03 Nov 05:05
Compare
Choose a tag to compare
  • GitHub Flavored Markdown table by bcho: #12
  • Python 3.5 support (Linux/OS X and Windows).

terminaltables-2.0.0

12 Oct 01:31
Compare
Choose a tag to compare
  • Refactored code. No new features.
  • Breaking changes: UnixTable/WindowsTable/WindowsTableDouble moved. Use SingleTable/DoubleTable instead.

terminaltables-1.2.1

04 Sep 02:27
Compare
Choose a tag to compare
  • CJK character width fixed by zqqf16 and bcho: #9

terminaltables-1.2.0

01 Jun 04:42
Compare
Choose a tag to compare
* Added bottom row separator.

terminaltables-1.1.1

04 Nov 04:42
Compare
Choose a tag to compare
  • Fixed Python 2.7 64-bit terminal width bug on Windows.

terminaltables-1.1.0

03 Nov 04:00
Compare
Choose a tag to compare
  • Added Windows support.
  • Added double-lined table.

terminaltables-1.0.2

19 Sep 05:41
Compare
Choose a tag to compare
  • Added table_width and ok properties.

terminaltables-1.0.1

13 Sep 03:54
Compare
Choose a tag to compare
  • Added terminal width/height defaults for testing:
    • terminaltables.DEFAULT_TERMINAL_WIDTH
    • terminaltables.DEFAULT_TERMINAL_HEIGHT