Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Mar 16:19

2.0.0 (2026-03-05)

⚠ BREAKING CHANGES

  • The second parameter is now total (number) instead of
    description (string). To pass a description without a total, the call
    is unchanged: logpct(pct, "label"). To pass both: logpct(pct, total, "label").

Made-with: Cursor

Features

  • add total parameter for real item counts and it/s speed (ea4f115)