Go Pretty Versions Save

Table-writer and more in golang!

v6.4.9

7 months ago

Bug-Fixes

  • table
    • do not merge content cells with empty ones (#280)

v6.4.8

8 months ago

Features

  • table
    • RenderTSV() to render table in TSV format (#277) // thanks @rafiramadhana

v6.4.7

9 months ago

Features

  • text
    • add hyperlink formatter (#263) // thanks @sanyatuning
  • 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

1 year ago

Features

  • table
    • honor border color overrides for title row (#260)

v6.4.5

1 year ago

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

1 year ago

Features

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

v6.4.3

1 year ago

Bug-Fixes

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

v6.4.2

1 year ago

Bug-Fixes

  • table
    • colorize title borders (fixes #234)

v6.4.1

1 year ago

Bug-Fixes

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

v6.4.0

1 year ago

Features

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