Releases: AnnikaV9/lowbar
Releases · AnnikaV9/lowbar
2.2.1
2.2.0
2.0.0
1.5.3
1.5.2
1.5.1
1.5.0
- Added
bar_desc
option, which will display a description beside (left) the progress bar. The description will be hidden if the console size is too small to accommodate both the bar and the description. - Added
remove_ends
option, which removes the two chars ([
&]
) used to define the two ends of the progress bar. - Added extra checks to make sure
bar_load_fill
andbar_blank_fill
are single char strings. - Reduced sleep call duration in
update_smooth()
from 0.005 to 0.002.
1.4.2
1.4.1
1.4.0
-
Renamed class
LowBar
tolowbar
New usage isbar = lowbar.lowbar()
instead of
bar = lowbar.LowBar()
Note: We still keep
LowBar
as an alias tolowbar
. This way, we dont have to bump the major version number to 2, since the change becomes backwards compatible (Will not break any programs which may still use the older class nameLowBar
)