Skip to content

v3.3.0

Compare
Choose a tag to compare
@jedib0t jedib0t released this 23 Aug 23:27
06e05ef

This release includes support in progress for rendering an "Overall" Tracker to track the progress of the entire operation (not just a single task). It also includes a bunch of bug-fixes:

  • progress: support "Overall" tracker to track the entire progress with an approx. ETA
  • progress: fix tracker string generation for fractional progress
  • text: fix RepeatAndTrim() for strings with Unicode chars; fixes #58
  • text: fix WrapText() to work with escape sequences; fixes #59
  • text: color: fix race condition while generating escape sequences