Releases: jedib0t/go-pretty
Releases · jedib0t/go-pretty
v6.4.5
Features
- table
- option to custom color borders/separators (#259)
table.Style().Color.Border
table.Style().Color.Separator
- text
v6.4.4
Features
- table
- option to avoid coloring borders/separators (
table.Style().Options.DoNotColorBordersAndSeparators
)
v6.4.3
Bug-Fixes
- progress
- fix overall tracker disappearing when appending a tracker after current trackers are done (fixes #245) (thanks @iyear)
v6.4.2
Bug-Fixes
- table
- colorize title borders (fixes #234)
v6.4.1
Bug-Fixes
- table
- better column sizing for complex auto-merge use-cases (fixes #226)
v6.4.0
Features
- progress
- option to set Pinned Message(s) above active Trackers (thanks to @iyear)
v6.3.9
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
Features
- progress
- can now display "speed" of progress for each tracker (thanks @iyear)
v6.3.7
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
Features
- list
UnIndentAll()
to go back to level 0 (thanks @mneira10)