Releases: BrookJeynes/progress
Releases · BrookJeynes/progress
Release V2.0.0
Added
- Added the ability to colour progress bar.
- Added option to show background character for progress bar.
Fixed
extra_front_charswas incorrectly handling padding. Now accounts for custom bars.- Unchecked usize subtraction.
- Double
clear()in Spinner whencompletion_characterandclear_on_finishare both set. - Render race condition and redundant width calculation.
Changed
- Updated examples to showcase new colour options.
- Renamed escape_codes.zig to ansi-term.zig and added correct
copyright attribution. setShowBg([true|false])is now used to update background visibility.colourandbg_colourapi has been updated. These are now set in the config and updated viaupdate[Colour|BgColour].- Update PredefinedSymbols namespace from enum to struct
Full Changelog: https://github.com/BrookJeynes/progress/compare/v2.0.0..v1.1.0
Release v1.1.0
Added
- Progress bar now supports u21 ascii characters.
- Added new
completionCharacterconfig. This character, if defined,
gets printed instead of the spinner symbol onSpinner.finish(). - Added new
updateDescriptionNewlineconfig. 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
completionCharacterconfig.
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