Skip to content

Releases: glentner/progressbar

Maintenance release

Choose a tag to compare

@glentner glentner released this 14 Mar 23:23
1.2.1
837e34e
  • Switch to uv
  • Update README.md
  • Update dependencies

Add @- syntax for reading files from stdin

Choose a tag to compare

@glentner glentner released this 02 Jul 00:48
v1.2.0
b2002b9

For extremely long listings of files use @- as the positional argument to refer to - (stdin) as a source of file paths instead of the data itself. This syntax is in keeping with other common CLI tools.

Fix issue with PB_CLEAR

Choose a tag to compare

@glentner glentner released this 19 Feb 16:41
v1.1.1
b630625

Fixes bug identified in (#1). The PB_CLEAR configuration collides with the builtin dict.clear() method.

Initial release

Choose a tag to compare

@glentner glentner released this 24 Jan 22:03
v1.1.0
aae8122

This will probably be the only release.