Skip to content

Releases: jedib0t/go-pretty

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)

v6.4.1

06 Nov 15:29
v6.4.1
58a875d
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • better column sizing for complex auto-merge use-cases (fixes #226)

v6.4.0

02 Oct 23:29
e88b800
Compare
Choose a tag to compare

Features

  • progress
    • option to set Pinned Message(s) above active Trackers (thanks to @iyear)