issues
search
rsalmei
/
alive-progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
MIT License
5.53k
stars
206
forks
source link
2.2.0
#131
Closed
rsalmei
closed
2 years ago
rsalmei
commented
2 years ago
2.2.0 - Feb 02, 2022
bar title can be dynamically set, changed or removed
new custom fps system, which enables very slow refresh rates (long periods)
the final receipt can be hidden (great for special effects)
new support for
click.echo()
printing
more resilient
text
method, which accepts any value, even numbers
bar methods like
current
and
pause
are now read-only (non-data descriptors)
bar methods like
text
and
current
now support assigning in addition to calling (data descriptors)
faster performance, with optimized flush control
terminal columns detection is safer for exotic environments
fix hook manager trimming spaces at the start
remove Python 3.6 support
2.2.0 - Feb 02, 2022
click.echo()
printingtext
method, which accepts any value, even numberscurrent
andpause
are now read-only (non-data descriptors)text
andcurrent
now support assigning in addition to calling (data descriptors)