Releases: jedib0t/go-pretty
Releases · jedib0t/go-pretty
v6.5.1
Features
- progress
- auto-trim output to fit terminal width
v6.5.0
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
Bug-Fixes
- table
- do not merge content cells with empty ones (#280)
v6.4.7
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
Features
- table
- honor border color overrides for title row (#260)
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)