Skip to content

Releases: jedib0t/go-pretty

v6.5.5

14 Mar 19:02
142bdf4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.4...v6.5.5

v6.5.4

29 Jan 19:37
7206de6
Compare
Choose a tag to compare

What's Changed

  • table: fix SuppressTrailingSpaces removing spaces from the beginning by @ilya-lesikov in #295
  • table: fix documentation for merges by @jedib0t in #296

New Contributors

Full Changelog: v6.5.3...v6.5.4

v6.5.3

13 Jan 20:46
79388bd
Compare
Choose a tag to compare

Bug-Fixes

  • table & list:
    • process "\r" correctly (moving the cursor back to start of line)

v6.5.2

08 Jan 06:32
460e895
Compare
Choose a tag to compare

Bug-Fixes

  • table & list:
    • process "\r" correctly (erase everything preceding it in the line)

v6.5.1

07 Jan 22:47
50f17e4
Compare
Choose a tag to compare

Features

  • progress
    • auto-trim output to fit terminal width

v6.5.0

04 Jan 17:30
f26db87
Compare
Choose a tag to compare

Features

  • table
    • SuppressTrailingSpaces() to remove trailing spaces in tables without borders; thanks @shreddedbacon

Bug-Fixes

  • table
    • handle negative column WidthMax values gracefully; fixes #285

v6.4.9

27 Oct 17:59
64ffc58
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • do not merge content cells with empty ones (#280)

v6.4.8

05 Oct 05:20
17050b7
Compare
Choose a tag to compare

Features

v6.4.7

28 Aug 01:48
05c0986
Compare
Choose a tag to compare

Features

  • text
  • progress // thanks @NathanBaulch for all of the following
    • support rendering trackers that haven't started yet (#270)
    • secondary sort by start time (#271)
    • stability fix for descending sorts (#272)
    • render never started trackers properly (#273)
    • overall ETA never less than max ETA (#274)

v6.4.6

27 Feb 22:06
v6.4.6
83f990b
Compare
Choose a tag to compare

Features

  • table
    • honor border color overrides for title row (#260)