Skip to content

Releases: jedib0t/go-pretty

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)

v6.3.9

25 Sep 16:51
v6.3.9
d28aad5
Compare
Choose a tag to compare

Features

  • table
    • option to force a text direction for tables with BiDi content (in response to #229)
      • Ex: table.Style().Format.Direction = text.LeftToRight

v6.3.8

03 Sep 20:30
fb89930
Compare
Choose a tag to compare

Features

  • progress
    • can now display "speed" of progress for each tracker (thanks @iyear)

v6.3.7

22 Aug 03:50
v6.3.7
782119a
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • do not colorize borders using row-painter output of the previous row (fixes #221)
  • text
    • provide an override method to possibly deal with width calculation issues when LANG is set to some East Asian value (addresses #220)

v6.3.6

03 Aug 03:31
v6.3.6
6bf8d65
Compare
Choose a tag to compare

Features

  • list
    • UnIndentAll() to go back to level 0 (thanks @mneira10)