Skip to content

Releases: jedib0t/go-pretty

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)

v6.4.5

27 Feb 05:16
v6.4.5
d51361b
Compare
Choose a tag to compare

Features

  • table
    • option to custom color borders/separators (#259)
      • table.Style().Color.Border
      • table.Style().Color.Separator
  • text
    • handle escape sequences that embed a URL (#256) // thanks @vsemichev

v6.4.4

10 Jan 04:00
v6.4.4
4ea0370
Compare
Choose a tag to compare

Features

  • table
    • option to avoid coloring borders/separators (table.Style().Options.DoNotColorBordersAndSeparators)

v6.4.3

28 Nov 16:50
v6.4.3
7d190d0
Compare
Choose a tag to compare

Bug-Fixes

  • progress
    • fix overall tracker disappearing when appending a tracker after current trackers are done (fixes #245) (thanks @iyear)

v6.4.2

06 Nov 23:28
v6.4.2
711c5ea
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • colorize title borders (fixes #234)