Added
- Progress bar now supports u21 ascii characters.
- Added new
completionCharacter
config. This character, if defined,
gets printed instead of the spinner symbol onSpinner.finish()
. - Added new
updateDescriptionNewline
config. This allows you to now
retain the previous spinner symbol / description on the previous line and
start a new task on the next. This goes hand in hand with the new
completionCharacter
config.
Fixed
N/A
Changed
- Updated casing from
update_description()
toupdateDescription()
. - Updated README.
- Updated Docstrings
Full Changelog: https://github.com/BrookJeynes/progress/commits/v1.1.0