Skip to content

Releases: jedib0t/go-pretty

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)

v6.3.5

15 Jul 16:24
v6.3.5
eb654fb
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • fix column separators in tables without headers or footers (fixes #215)

v6.3.4

14 Jul 20:55
v6.3.4
ba4b835
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • fix merging issues in rows with wrapped columns

v6.3.3

20 Jun 22:39
76030eb
Compare
Choose a tag to compare

Bug-Fixes

  • text
    • deprecate text.RuneCount for being misnamed (#209)
    • introduce text.RuneWidthWithoutEscSequences as a replacement
  • dependencies
    • upgrade testify from v1.7.0 to v1.7.4 to avoid using yaml.v3 v3.0.0 (#210)

v6.3.2

07 Jun 17:19
1d16aa6
Compare
Choose a tag to compare

Features

  • table
    • Introduce an option to set Alignment for horizontally merged cells

v6.3.1

14 Apr 17:11
35b05aa
Compare
Choose a tag to compare

Features

  • progress
    • Deprecate all the Show* interfaces in progress.Progress and progress.Writer (to be removed in v7)
    • Introduce progress.Style.Visibility with same defaults as before
    • Introduce progress.Style.Visibility.ETAOverall as a new option for addressing bug #196

v6.3.0

23 Mar 19:41
5d0c7e3
Compare
Choose a tag to compare

Features

  • progress
    • Log() method to log additional messages/errors in the middle of tracking

v6.2.7

07 Feb 20:20
afdd730
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • auto-merge: compute column separator length correctly (#193)

v6.2.6

07 Feb 18:51
c65c9bc
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • fix subtle auto-merge bugs with separators and padding (#192)